2026-03-30 10:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 10: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-30 10:45:06 [ayvens.be] INFO: Starting spider ayvens.be
2026-03-30 10:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 10:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 10:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 10:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 10:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 8a0cd9f76e83f842
2026-03-30 10: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-30 10: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-30T10_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-30 10:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 10:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 10: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-30 10:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-30 10: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-30 10:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 10:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 10:45:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2123
2026-03-30 10:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 10:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 10:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-30 10: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-30 10:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-30 10:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-30 10: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-30 10: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-30 10:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-30 10:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 10:45:07 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-30 10:45:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-30 10:45:07 [scrapy-playwright] INFO: Starting download handler
2026-03-30 10:45:07 [scrapy-playwright] INFO: Starting download handler
2026-03-30 10:45:12 [scrapy-playwright] INFO: Launching browser firefox
2026-03-30 10:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-30 10:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-30 10:45:13 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-30 10:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-30 10:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://carmarket.ayvens.com/en-gb/lots>
2026-03-30 10:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-30 10:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/lots>
2026-03-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-30 10:45:17 [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-30 10:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-30 10:45:17 [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-30 10:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-30 10:45:17 [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-30 10:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-30 10: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-30 10:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:17 [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-30 10:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2>
2026-03-30 10:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2>
2026-03-30 10:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2>
2026-03-30 10:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2>
2026-03-30 10:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2>
2026-03-30 10:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/styles-ETA5EMQJ.css>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R5GGQAWE.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-YI6GGZZZ.js>
2026-03-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5567JMUS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NAGGRITV.js>
2026-03-30 10:45:23 [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-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BBQ7R2BV.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ADG3G2OJ.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HPL7GXW6.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7JYRLYWD.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CQOH37XC.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-NAGGRITV.js)
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HQZHDCQG.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-NAGGRITV.js)
2026-03-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/polyfills-FFHMD2TL.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/main-NKPAFEH2.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2S63FZXS.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PMQRMPGY.js>
2026-03-30 10:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-K7GQAXGO.js>
2026-03-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:23 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:24 [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-30 10:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-30 10:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-30 10:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2>
2026-03-30 10:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-30 10:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2>
2026-03-30 10:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2>
2026-03-30 10:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QV3UPEBS.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AQBI4CYB.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-4CLCTAJ7.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5567JMUS.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EVZDJ3YH.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EIXBRKXP.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QZ2M64VL.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HQZHDCQG.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CQOH37XC.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2BYH6G4C.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AHM2LY2L.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VGUEXTON.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SUQC6PCL.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7DYAUIPQ.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6BXXUPPN.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SALCXTDR.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y6LYHJ33.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OF6JT4KC.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VBU7AOHF.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ELPOVYM7.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SPE4D2IX.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPLHK2CL.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AVZZH6AV.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-N2FZW7V7.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-KLKMSQPH.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2FANG3NP.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ABBXN5WQ.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-MLMYZRAG.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NPJHDJ36.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5D4JF6DX.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ZYL3EWWF.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7IEPAGTW.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WWYAPULQ.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AYT4KML6.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XXARMH2T.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CX65R3QQ.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XGLUMAK5.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EHSUL3RU.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7UDVUMWJ.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WRLSZEDX.js>
2026-03-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XCHSKDZH.js>
2026-03-30 10:45:27 [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-30 10:45:27 [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-30 10:45:27 [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-30 10:45:27 [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-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png>
2026-03-30 10:45:27 [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-30 10:45:27 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg>
2026-03-30 10:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-U3DCL5KE.js>
2026-03-30 10:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7HVTDVUE.js>
2026-03-30 10:45:28 [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-30 10:45:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPZ5PCFV.js>
2026-03-30 10:45:30 [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-30 10:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json>
2026-03-30 10:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R57BLUBZ.js>
2026-03-30 10:45:31 [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-30 10:45:31 [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-30 10:45:31 [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-30 10:45:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XI7MA6UU.js>
2026-03-30 10:45:34 [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-30 10:45:34 [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-30 10:45:34 [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-30 10:45:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y26P6NOT.js>
2026-03-30 10:45:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-253AOQV4.js>
2026-03-30 10:45:34 [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-30 10:45:34 [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-30 10:45:34 [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-30 10:45:34 [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-30 10:45:34 [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-30 10:45:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-E2QM5VHP.js>
2026-03-30 10:45:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js>
2026-03-30 10:45:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QVU7EFJH.js>
2026-03-30 10:45:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PU5AH4GE.js>
2026-03-30 10:45:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6AWK7DQQ.js>
2026-03-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-JMKQRIJX.js>
2026-03-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-H7VMIGZK.js>
2026-03-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OXIZJZO4.js>
2026-03-30 10:45:35 [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-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-30 10:45:35 [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-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-30 10:45:35 [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-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-30 10:45:35 [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-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-30 10:45:35 [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-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-30 10:45:35 [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-30 10:45:35 [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-30 10:45:35 [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-30 10:45:35 [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-30 10:45:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carmarket.ayvens.com/en-gb/lots> (referer: None) ['playwright']
2026-03-30 10:45:35 [ayvens.be] INFO: Cookies from Playwright: [{'name': 'ai_user', 'value': 'Wz7nfPa5uqiRlLDUwP7fi1|2026-03-30T10:45:27.518Z', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1806403527, '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': 'sBDllSU0jHvTvE9pMzjhh+|1774867535392|1774867535392', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1774869335, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}]
2026-03-30 10:45:35 [ayvens.be] INFO: Scrapy-formatted cookies: [{'name': 'ai_user', 'value': 'Wz7nfPa5uqiRlLDUwP7fi1|2026-03-30T10:45:27.518Z', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'ai_session', 'value': 'sBDllSU0jHvTvE9pMzjhh+|1774867535392|1774867535392', 'domain': 'carmarket.ayvens.com', 'path': '/'}]
2026-03-30 10:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Ayvens',RowKey='cookies') HTTP/1.1" 204 0
2026-03-30 10:45:35 [ayvens.be] INFO: Intercepting token...
2026-03-30 10:45:35 [ayvens.be] INFO: Scrolling element to trigger lazy load...
2026-03-30 10:45:35 [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-30 10:45:35 [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-30 10:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api-carmarket.ayvens.com/graphql/saleevents> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-30 10:45:36 [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-30 10:45:36 [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-30 10:45:36 [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-30 10:45:36 [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-30 10:45:36 [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-30 10:45:36 [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-30 10:45:36 [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-30 10:45:36 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-30 10:45:36 [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-30 10:45:36 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-30 10:45:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-30 10:45:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-30 10:45:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-30 10:45:36 [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-30 10:45:36 [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-30 10:45:36 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api-carmarket.ayvens.com/graphql/saleevents> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-30 10:45:36 [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-30 10:45:36 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/fr.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-30 10:45:36 [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-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BQLC5RJD.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VNA57F7Z.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EXKYPD3J.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HGLYMGTS.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VUZVFPNF.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/logo-ayvens.svg>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-30 10:45:37 [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-30 10:45:37 [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-30 10:45:37 [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-30 10:45:37 [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-30 10:45:37 [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-30 10:45:37 [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-30 10:45:37 [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-30 10:45:37 [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-30 10:45:37 [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-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BK6NFD4R.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/be.svg>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/fr.svg>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-75KGV5DF.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AZBPSD4I.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-FX6676C7.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2NCM5KDW.js>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/bell.svg>
2026-03-30 10:45:37 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-30 10:45:37 [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-30 10:45:37 [ayvens.be] INFO: ✅ Intercepted token: 3b2cc62fd26c4e29a762db3de181266b
2026-03-30 10:45:37 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 0
2026-03-30 10:45:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:46:07 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 1 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 10:46:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 162MiB
2026-03-30 10:47:07 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 10:47:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 162MiB
2026-03-30 10:47:48 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.633(s), this was the 1st time calling it.
2026-03-30 10:47:48 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.107216364142242 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-30 10:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-30 10:48:07 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 10:48:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 162MiB
2026-03-30 10:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:48:30 [ayvens.be] INFO: Found listing with ID: 1987594
2026-03-30 10:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987594%27 HTTP/1.1" 200 None
2026-03-30 10:48:30 [ayvens.be] INFO: Scrape type for 1987594: 0
2026-03-30 10:48:30 [ayvens.be] INFO: Found listing with ID: 1987595
2026-03-30 10:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987595%27 HTTP/1.1" 200 None
2026-03-30 10:48:30 [ayvens.be] INFO: Scrape type for 1987595: 2
2026-03-30 10:48:30 [ayvens.be] INFO: Extracting data for car ID: 1987595
2026-03-30 10:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6235cf64-c13d-5557-9b9a-f84c9caa6fd4 with identifier: 1987595
2026-03-30 10:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6235cf64-c13d-5557-9b9a-f84c9caa6fd4 with scrape type 2
2026-03-30 10:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6235cf64-c13d-5557-9b9a-f84c9caa6fd4 with scrape type 2
2026-03-30 10:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6235cf64-c13d-5557-9b9a-f84c9caa6fd4, identifier: 1987595
2026-03-30 10:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6235cf64-c13d-5557-9b9a-f84c9caa6fd4 with identifier: 1987595
2026-03-30 10:48:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6235cf64-c13d-5557-9b9a-f84c9caa6fd4 with identifier: 1987595
2026-03-30 10:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6235cf64-c13d-5557-9b9a-f84c9caa6fd4 with identifier: 1987595 to the API
2026-03-30 10:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:31 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '6235cf64-c13d-5557-9b9a-f84c9caa6fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 105698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 PHEV 225 E-AUTO8 ALLURE',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 E-AUTO8 ALLURE',
'vin': None,
'year': 2022}
2026-03-30 10:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987595%27 HTTP/1.1" 200 None
2026-03-30 10:48:31 [ayvens.be] INFO: Saving data for 1987595: {'auction_closing_time': 1775115000.0, 'created_time': 1774651541.667829, 'last_price_update_time': 1774867711.541742}
2026-03-30 10:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987595') HTTP/1.1" 204 0
2026-03-30 10:48:31 [ayvens.be] INFO: Found listing with ID: 1987596
2026-03-30 10:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987596%27 HTTP/1.1" 200 None
2026-03-30 10:48:31 [ayvens.be] INFO: Scrape type for 1987596: 2
2026-03-30 10:48:31 [ayvens.be] INFO: Extracting data for car ID: 1987596
2026-03-30 10:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 065560d5-73ef-5e5a-8e8e-13da0a591f77 with identifier: 1987596
2026-03-30 10:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 065560d5-73ef-5e5a-8e8e-13da0a591f77 with scrape type 2
2026-03-30 10:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 065560d5-73ef-5e5a-8e8e-13da0a591f77 with scrape type 2
2026-03-30 10:48:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 065560d5-73ef-5e5a-8e8e-13da0a591f77, identifier: 1987596
2026-03-30 10:48:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 065560d5-73ef-5e5a-8e8e-13da0a591f77 with identifier: 1987596
2026-03-30 10:48:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:48:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 065560d5-73ef-5e5a-8e8e-13da0a591f77 with identifier: 1987596
2026-03-30 10:48:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 065560d5-73ef-5e5a-8e8e-13da0a591f77 with identifier: 1987596 to the API
2026-03-30 10:48:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:31 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '065560d5-73ef-5e5a-8e8e-13da0a591f77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'E-CLASS BREAK',
'odometer': 78233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-CLASS BREAK 2.0 E 300 DE AUTO BUSINESS SOL AUTO',
'transmission': 'automatic',
'trim': '2.0 E 300 DE AUTO BUSINESS SOL AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987596%27 HTTP/1.1" 200 None
2026-03-30 10:48:32 [ayvens.be] INFO: Saving data for 1987596: {'auction_closing_time': 1775115000.0, 'created_time': 1774651539.344869, 'last_price_update_time': 1774867712.013615}
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987596') HTTP/1.1" 204 0
2026-03-30 10:48:32 [ayvens.be] INFO: Found listing with ID: 1987597
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987597%27 HTTP/1.1" 200 None
2026-03-30 10:48:32 [ayvens.be] INFO: Scrape type for 1987597: 0
2026-03-30 10:48:32 [ayvens.be] INFO: Found listing with ID: 1987598
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987598%27 HTTP/1.1" 200 None
2026-03-30 10:48:32 [ayvens.be] INFO: Scrape type for 1987598: 0
2026-03-30 10:48:32 [ayvens.be] INFO: Found listing with ID: 1987599
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987599%27 HTTP/1.1" 200 None
2026-03-30 10:48:32 [ayvens.be] INFO: Scrape type for 1987599: 0
2026-03-30 10:48:32 [ayvens.be] INFO: Found listing with ID: 1987600
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987600%27 HTTP/1.1" 200 None
2026-03-30 10:48:32 [ayvens.be] INFO: Scrape type for 1987600: 2
2026-03-30 10:48:32 [ayvens.be] INFO: Extracting data for car ID: 1987600
2026-03-30 10:48:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f562b3c3-4465-58af-bad1-2ced11145b8e with identifier: 1987600
2026-03-30 10:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f562b3c3-4465-58af-bad1-2ced11145b8e with scrape type 2
2026-03-30 10:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f562b3c3-4465-58af-bad1-2ced11145b8e with scrape type 2
2026-03-30 10:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f562b3c3-4465-58af-bad1-2ced11145b8e, identifier: 1987600
2026-03-30 10:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f562b3c3-4465-58af-bad1-2ced11145b8e with identifier: 1987600
2026-03-30 10:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f562b3c3-4465-58af-bad1-2ced11145b8e with identifier: 1987600
2026-03-30 10:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f562b3c3-4465-58af-bad1-2ced11145b8e with identifier: 1987600 to the API
2026-03-30 10:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48: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-30 10:48:33 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f562b3c3-4465-58af-bad1-2ced11145b8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508 SW',
'odometer': 107173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW 1.6 PHEV 225 E-AUTO GT',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 E-AUTO GT',
'vin': None,
'year': 2021}
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987600%27 HTTP/1.1" 200 None
2026-03-30 10:48:33 [ayvens.be] INFO: Saving data for 1987600: {'auction_closing_time': 1775115000.0, 'created_time': 1774651541.29144, 'last_price_update_time': 1774867713.040079}
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987600') HTTP/1.1" 204 0
2026-03-30 10:48:33 [ayvens.be] INFO: Found listing with ID: 1987601
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987601%27 HTTP/1.1" 200 None
2026-03-30 10:48:33 [ayvens.be] INFO: Scrape type for 1987601: 2
2026-03-30 10:48:33 [ayvens.be] INFO: Extracting data for car ID: 1987601
2026-03-30 10:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b544de51-e016-5cb2-ad6d-11e0b9f81209 with identifier: 1987601
2026-03-30 10:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b544de51-e016-5cb2-ad6d-11e0b9f81209 with scrape type 2
2026-03-30 10:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b544de51-e016-5cb2-ad6d-11e0b9f81209 with scrape type 2
2026-03-30 10:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b544de51-e016-5cb2-ad6d-11e0b9f81209, identifier: 1987601
2026-03-30 10:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b544de51-e016-5cb2-ad6d-11e0b9f81209 with identifier: 1987601
2026-03-30 10:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b544de51-e016-5cb2-ad6d-11e0b9f81209 with identifier: 1987601
2026-03-30 10:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b544de51-e016-5cb2-ad6d-11e0b9f81209 with identifier: 1987601 to the API
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:33 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b544de51-e016-5cb2-ad6d-11e0b9f81209',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE BERLINE',
'odometer': 38448,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.6 E-TECH 160 PHEV INTENS',
'transmission': 'automatic',
'trim': '1.6 E-TECH 160 PHEV INTENS',
'vin': None,
'year': 2022}
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987601%27 HTTP/1.1" 200 None
2026-03-30 10:48:33 [ayvens.be] INFO: Saving data for 1987601: {'auction_closing_time': 1775115000.0, 'created_time': 1774651543.395016, 'last_price_update_time': 1774867713.765235}
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987601') HTTP/1.1" 204 0
2026-03-30 10:48:33 [ayvens.be] INFO: Found listing with ID: 1987602
2026-03-30 10:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987602%27 HTTP/1.1" 200 None
2026-03-30 10:48:33 [ayvens.be] INFO: Scrape type for 1987602: 2
2026-03-30 10:48:33 [ayvens.be] INFO: Extracting data for car ID: 1987602
2026-03-30 10:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0c0e4b1-316e-58d4-8c68-c2787408cc6c with identifier: 1987602
2026-03-30 10:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0c0e4b1-316e-58d4-8c68-c2787408cc6c with scrape type 2
2026-03-30 10:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0c0e4b1-316e-58d4-8c68-c2787408cc6c with scrape type 2
2026-03-30 10:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b0c0e4b1-316e-58d4-8c68-c2787408cc6c, identifier: 1987602
2026-03-30 10:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b0c0e4b1-316e-58d4-8c68-c2787408cc6c with identifier: 1987602
2026-03-30 10:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b0c0e4b1-316e-58d4-8c68-c2787408cc6c with identifier: 1987602
2026-03-30 10:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b0c0e4b1-316e-58d4-8c68-c2787408cc6c with identifier: 1987602 to the API
2026-03-30 10:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48: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-30 10:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'b0c0e4b1-316e-58d4-8c68-c2787408cc6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 65932,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-26',
'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-30 10:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987602%27 HTTP/1.1" 200 None
2026-03-30 10:48:34 [ayvens.be] INFO: Saving data for 1987602: {'auction_closing_time': 1775115000.0, 'created_time': 1774651545.00047, 'last_price_update_time': 1774867714.173669}
2026-03-30 10:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987602') HTTP/1.1" 204 0
2026-03-30 10:48:34 [ayvens.be] INFO: Found listing with ID: 1987603
2026-03-30 10:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987603%27 HTTP/1.1" 200 None
2026-03-30 10:48:34 [ayvens.be] INFO: Scrape type for 1987603: 2
2026-03-30 10:48:34 [ayvens.be] INFO: Extracting data for car ID: 1987603
2026-03-30 10:48:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83ab2a10-d156-5396-83ab-566d3e03277a with identifier: 1987603
2026-03-30 10:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83ab2a10-d156-5396-83ab-566d3e03277a with scrape type 2
2026-03-30 10:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83ab2a10-d156-5396-83ab-566d3e03277a with scrape type 2
2026-03-30 10:48:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 83ab2a10-d156-5396-83ab-566d3e03277a, identifier: 1987603
2026-03-30 10:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 83ab2a10-d156-5396-83ab-566d3e03277a with identifier: 1987603
2026-03-30 10:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 83ab2a10-d156-5396-83ab-566d3e03277a with identifier: 1987603
2026-03-30 10:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 83ab2a10-d156-5396-83ab-566d3e03277a with identifier: 1987603 to the API
2026-03-30 10:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48: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-30 10:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '83ab2a10-d156-5396-83ab-566d3e03277a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE BERLINE',
'odometer': 48319,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.6 E-TECH 160 PHEV INTENS',
'transmission': 'automatic',
'trim': '1.6 E-TECH 160 PHEV INTENS',
'vin': None,
'year': 2021}
2026-03-30 10:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987603%27 HTTP/1.1" 200 None
2026-03-30 10:48:35 [ayvens.be] INFO: Saving data for 1987603: {'auction_closing_time': 1775115000.0, 'created_time': 1774651546.446559, 'last_price_update_time': 1774867715.022782}
2026-03-30 10:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987603') HTTP/1.1" 204 0
2026-03-30 10:48:35 [ayvens.be] INFO: Found listing with ID: 1987604
2026-03-30 10:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987604%27 HTTP/1.1" 200 None
2026-03-30 10:48:35 [ayvens.be] INFO: Scrape type for 1987604: 2
2026-03-30 10:48:35 [ayvens.be] INFO: Extracting data for car ID: 1987604
2026-03-30 10:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ba27500-7911-5eb0-afd1-2870a1e0abd6 with identifier: 1987604
2026-03-30 10:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ba27500-7911-5eb0-afd1-2870a1e0abd6 with scrape type 2
2026-03-30 10:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ba27500-7911-5eb0-afd1-2870a1e0abd6 with scrape type 2
2026-03-30 10:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5ba27500-7911-5eb0-afd1-2870a1e0abd6, identifier: 1987604
2026-03-30 10:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5ba27500-7911-5eb0-afd1-2870a1e0abd6 with identifier: 1987604
2026-03-30 10:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5ba27500-7911-5eb0-afd1-2870a1e0abd6 with identifier: 1987604
2026-03-30 10:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5ba27500-7911-5eb0-afd1-2870a1e0abd6 with identifier: 1987604 to the API
2026-03-30 10:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '5ba27500-7911-5eb0-afd1-2870a1e0abd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CORSA',
'odometer': 43926,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'transmission': 'manual',
'trim': '1.2 TURBO 74KW S-S ELEGANCE',
'vin': None,
'year': 2022}
2026-03-30 10:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987604%27 HTTP/1.1" 200 None
2026-03-30 10:48:35 [ayvens.be] INFO: Saving data for 1987604: {'auction_closing_time': 1775115000.0, 'created_time': 1774651547.865497, 'last_price_update_time': 1774867715.892382}
2026-03-30 10:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987604') HTTP/1.1" 204 0
2026-03-30 10:48:36 [ayvens.be] INFO: Found listing with ID: 1987605
2026-03-30 10:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987605%27 HTTP/1.1" 200 None
2026-03-30 10:48:36 [ayvens.be] INFO: Scrape type for 1987605: 2
2026-03-30 10:48:36 [ayvens.be] INFO: Extracting data for car ID: 1987605
2026-03-30 10:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2922f56e-103c-5486-baeb-ea111bddfc99 with identifier: 1987605
2026-03-30 10:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2922f56e-103c-5486-baeb-ea111bddfc99 with scrape type 2
2026-03-30 10:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2922f56e-103c-5486-baeb-ea111bddfc99 with scrape type 2
2026-03-30 10:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2922f56e-103c-5486-baeb-ea111bddfc99, identifier: 1987605
2026-03-30 10:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2922f56e-103c-5486-baeb-ea111bddfc99 with identifier: 1987605
2026-03-30 10:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2922f56e-103c-5486-baeb-ea111bddfc99 with identifier: 1987605
2026-03-30 10:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2922f56e-103c-5486-baeb-ea111bddfc99 with identifier: 1987605 to the API
2026-03-30 10:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 182,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '2922f56e-103c-5486-baeb-ea111bddfc99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MG',
'model': 'EHS',
'odometer': 26659,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'MG EHS 1.5T PHEV COMFORT AUTO',
'transmission': 'automatic',
'trim': '1.5T PHEV COMFORT AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987605%27 HTTP/1.1" 200 None
2026-03-30 10:48:36 [ayvens.be] INFO: Saving data for 1987605: {'auction_closing_time': 1775115000.0, 'created_time': 1774651549.576045, 'last_price_update_time': 1774867716.436708}
2026-03-30 10:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987605') HTTP/1.1" 204 0
2026-03-30 10:48:36 [ayvens.be] INFO: Found listing with ID: 1987606
2026-03-30 10:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987606%27 HTTP/1.1" 200 None
2026-03-30 10:48:36 [ayvens.be] INFO: Scrape type for 1987606: 2
2026-03-30 10:48:36 [ayvens.be] INFO: Extracting data for car ID: 1987606
2026-03-30 10:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84e601c2-81b4-5848-919e-9cc4ad4b7c5f with identifier: 1987606
2026-03-30 10:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84e601c2-81b4-5848-919e-9cc4ad4b7c5f with scrape type 2
2026-03-30 10:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84e601c2-81b4-5848-919e-9cc4ad4b7c5f with scrape type 2
2026-03-30 10:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 84e601c2-81b4-5848-919e-9cc4ad4b7c5f, identifier: 1987606
2026-03-30 10:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 84e601c2-81b4-5848-919e-9cc4ad4b7c5f with identifier: 1987606
2026-03-30 10:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 84e601c2-81b4-5848-919e-9cc4ad4b7c5f with identifier: 1987606
2026-03-30 10:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 84e601c2-81b4-5848-919e-9cc4ad4b7c5f with identifier: 1987606 to the API
2026-03-30 10:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '84e601c2-81b4-5848-919e-9cc4ad4b7c5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 97807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-30 10:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987606%27 HTTP/1.1" 200 None
2026-03-30 10:48:37 [ayvens.be] INFO: Saving data for 1987606: {'auction_closing_time': 1775115000.0, 'created_time': 1774651550.914675, 'last_price_update_time': 1774867717.005028}
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987606') HTTP/1.1" 204 0
2026-03-30 10:48:37 [ayvens.be] INFO: Found listing with ID: 1987607
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987607%27 HTTP/1.1" 200 None
2026-03-30 10:48:37 [ayvens.be] INFO: Scrape type for 1987607: 2
2026-03-30 10:48:37 [ayvens.be] INFO: Extracting data for car ID: 1987607
2026-03-30 10:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 504482a4-04a8-5ef6-8921-9910c0f36650 with identifier: 1987607
2026-03-30 10:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 504482a4-04a8-5ef6-8921-9910c0f36650 with scrape type 2
2026-03-30 10:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 504482a4-04a8-5ef6-8921-9910c0f36650 with scrape type 2
2026-03-30 10:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 504482a4-04a8-5ef6-8921-9910c0f36650, identifier: 1987607
2026-03-30 10:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 504482a4-04a8-5ef6-8921-9910c0f36650 with identifier: 1987607
2026-03-30 10:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 504482a4-04a8-5ef6-8921-9910c0f36650 with identifier: 1987607
2026-03-30 10:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 504482a4-04a8-5ef6-8921-9910c0f36650 with identifier: 1987607 to the API
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:37 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '504482a4-04a8-5ef6-8921-9910c0f36650',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 30686,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-23',
'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-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987607%27 HTTP/1.1" 200 None
2026-03-30 10:48:37 [ayvens.be] INFO: Saving data for 1987607: {'auction_closing_time': 1775115000.0, 'created_time': 1774651553.006687, 'last_price_update_time': 1774867717.419229}
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987607') HTTP/1.1" 204 0
2026-03-30 10:48:37 [ayvens.be] INFO: Found listing with ID: 1987608
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987608%27 HTTP/1.1" 200 None
2026-03-30 10:48:37 [ayvens.be] INFO: Scrape type for 1987608: 2
2026-03-30 10:48:37 [ayvens.be] INFO: Extracting data for car ID: 1987608
2026-03-30 10:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8da49a5-6cbf-58d8-99b0-47bfd781f2fe with identifier: 1987608
2026-03-30 10:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8da49a5-6cbf-58d8-99b0-47bfd781f2fe with scrape type 2
2026-03-30 10:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8da49a5-6cbf-58d8-99b0-47bfd781f2fe with scrape type 2
2026-03-30 10:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c8da49a5-6cbf-58d8-99b0-47bfd781f2fe, identifier: 1987608
2026-03-30 10:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c8da49a5-6cbf-58d8-99b0-47bfd781f2fe with identifier: 1987608
2026-03-30 10:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c8da49a5-6cbf-58d8-99b0-47bfd781f2fe with identifier: 1987608
2026-03-30 10:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c8da49a5-6cbf-58d8-99b0-47bfd781f2fe with identifier: 1987608 to the API
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:37 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c8da49a5-6cbf-58d8-99b0-47bfd781f2fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 13167,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-07',
'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-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987608%27 HTTP/1.1" 200 None
2026-03-30 10:48:37 [ayvens.be] INFO: Saving data for 1987608: {'auction_closing_time': 1775115000.0, 'created_time': 1774651554.66516, 'last_price_update_time': 1774867717.827622}
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987608') HTTP/1.1" 204 0
2026-03-30 10:48:37 [ayvens.be] INFO: Found listing with ID: 1987609
2026-03-30 10:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987609%27 HTTP/1.1" 200 None
2026-03-30 10:48:37 [ayvens.be] INFO: Scrape type for 1987609: 2
2026-03-30 10:48:37 [ayvens.be] INFO: Extracting data for car ID: 1987609
2026-03-30 10:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1b8d5c4-046a-5771-8cd8-68bd4e33083d with identifier: 1987609
2026-03-30 10:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b8d5c4-046a-5771-8cd8-68bd4e33083d with scrape type 2
2026-03-30 10:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1b8d5c4-046a-5771-8cd8-68bd4e33083d with scrape type 2
2026-03-30 10:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c1b8d5c4-046a-5771-8cd8-68bd4e33083d, identifier: 1987609
2026-03-30 10:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c1b8d5c4-046a-5771-8cd8-68bd4e33083d with identifier: 1987609
2026-03-30 10:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c1b8d5c4-046a-5771-8cd8-68bd4e33083d with identifier: 1987609
2026-03-30 10:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c1b8d5c4-046a-5771-8cd8-68bd4e33083d with identifier: 1987609 to the API
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:38 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c1b8d5c4-046a-5771-8cd8-68bd4e33083d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3-serie',
'odometer': 65277,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '2.0 320E TOURING',
'vin': None,
'year': 2022}
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987609%27 HTTP/1.1" 200 None
2026-03-30 10:48:38 [ayvens.be] INFO: Saving data for 1987609: {'auction_closing_time': 1775115000.0, 'created_time': 1774651556.49537, 'last_price_update_time': 1774867718.249656}
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987609') HTTP/1.1" 204 0
2026-03-30 10:48:38 [ayvens.be] INFO: Found listing with ID: 1987610
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987610%27 HTTP/1.1" 200 None
2026-03-30 10:48:38 [ayvens.be] INFO: Scrape type for 1987610: 2
2026-03-30 10:48:38 [ayvens.be] INFO: Extracting data for car ID: 1987610
2026-03-30 10:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6785017-edfe-5f6c-af6a-3220a9f12ca1 with identifier: 1987610
2026-03-30 10:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6785017-edfe-5f6c-af6a-3220a9f12ca1 with scrape type 2
2026-03-30 10:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6785017-edfe-5f6c-af6a-3220a9f12ca1 with scrape type 2
2026-03-30 10:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b6785017-edfe-5f6c-af6a-3220a9f12ca1, identifier: 1987610
2026-03-30 10:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b6785017-edfe-5f6c-af6a-3220a9f12ca1 with identifier: 1987610
2026-03-30 10:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b6785017-edfe-5f6c-af6a-3220a9f12ca1 with identifier: 1987610
2026-03-30 10:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b6785017-edfe-5f6c-af6a-3220a9f12ca1 with identifier: 1987610 to the API
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:38 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b6785017-edfe-5f6c-af6a-3220a9f12ca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 82885,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-30',
'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-30 10:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987610%27 HTTP/1.1" 200 None
2026-03-30 10:48:38 [ayvens.be] INFO: Saving data for 1987610: {'auction_closing_time': 1775115000.0, 'created_time': 1774651558.083633, 'last_price_update_time': 1774867718.681636}
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987610') HTTP/1.1" 204 0
2026-03-30 10:48:38 [ayvens.be] INFO: Found listing with ID: 1987611
2026-03-30 10:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987611%27 HTTP/1.1" 200 None
2026-03-30 10:48:38 [ayvens.be] INFO: Scrape type for 1987611: 2
2026-03-30 10:48:38 [ayvens.be] INFO: Extracting data for car ID: 1987611
2026-03-30 10:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 241b61b2-ea2e-57de-ae03-168bc4bf04b7 with identifier: 1987611
2026-03-30 10:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 241b61b2-ea2e-57de-ae03-168bc4bf04b7 with scrape type 2
2026-03-30 10:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 241b61b2-ea2e-57de-ae03-168bc4bf04b7 with scrape type 2
2026-03-30 10:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 241b61b2-ea2e-57de-ae03-168bc4bf04b7, identifier: 1987611
2026-03-30 10:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 241b61b2-ea2e-57de-ae03-168bc4bf04b7 with identifier: 1987611
2026-03-30 10:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 241b61b2-ea2e-57de-ae03-168bc4bf04b7 with identifier: 1987611
2026-03-30 10:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 241b61b2-ea2e-57de-ae03-168bc4bf04b7 with identifier: 1987611 to the API
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:39 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '241b61b2-ea2e-57de-ae03-168bc4bf04b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 93370,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987611%27 HTTP/1.1" 200 None
2026-03-30 10:48:39 [ayvens.be] INFO: Saving data for 1987611: {'auction_closing_time': 1775115000.0, 'created_time': 1774651559.540452, 'last_price_update_time': 1774867719.217569}
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987611') HTTP/1.1" 204 0
2026-03-30 10:48:39 [ayvens.be] INFO: Found listing with ID: 1987612
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987612%27 HTTP/1.1" 200 None
2026-03-30 10:48:39 [ayvens.be] INFO: Scrape type for 1987612: 2
2026-03-30 10:48:39 [ayvens.be] INFO: Extracting data for car ID: 1987612
2026-03-30 10:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ef9c29c-4908-50f3-871c-d2d1f98c96dd with identifier: 1987612
2026-03-30 10:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ef9c29c-4908-50f3-871c-d2d1f98c96dd with scrape type 2
2026-03-30 10:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ef9c29c-4908-50f3-871c-d2d1f98c96dd with scrape type 2
2026-03-30 10:48:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0ef9c29c-4908-50f3-871c-d2d1f98c96dd, identifier: 1987612
2026-03-30 10:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0ef9c29c-4908-50f3-871c-d2d1f98c96dd with identifier: 1987612
2026-03-30 10:48:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0ef9c29c-4908-50f3-871c-d2d1f98c96dd with identifier: 1987612
2026-03-30 10:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0ef9c29c-4908-50f3-871c-d2d1f98c96dd with identifier: 1987612 to the API
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:39 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '0ef9c29c-4908-50f3-871c-d2d1f98c96dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 44650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 50 KWH ELECTRIQUE E-208 AUTO ACTIVE PACK',
'transmission': 'automatic',
'trim': '50 KWH ELECTRIQUE E-208 AUTO ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987612%27 HTTP/1.1" 200 None
2026-03-30 10:48:39 [ayvens.be] INFO: Saving data for 1987612: {'auction_closing_time': 1775115000.0, 'created_time': 1774651561.452166, 'last_price_update_time': 1774867719.623196}
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987612') HTTP/1.1" 204 0
2026-03-30 10:48:39 [ayvens.be] INFO: Found listing with ID: 1987613
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987613%27 HTTP/1.1" 200 None
2026-03-30 10:48:39 [ayvens.be] INFO: Scrape type for 1987613: 2
2026-03-30 10:48:39 [ayvens.be] INFO: Extracting data for car ID: 1987613
2026-03-30 10:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 304e62fe-2284-5029-9be9-c718b6fbf14f with identifier: 1987613
2026-03-30 10:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 304e62fe-2284-5029-9be9-c718b6fbf14f with scrape type 2
2026-03-30 10:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 304e62fe-2284-5029-9be9-c718b6fbf14f with scrape type 2
2026-03-30 10:48:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 304e62fe-2284-5029-9be9-c718b6fbf14f, identifier: 1987613
2026-03-30 10:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 304e62fe-2284-5029-9be9-c718b6fbf14f with identifier: 1987613
2026-03-30 10:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 304e62fe-2284-5029-9be9-c718b6fbf14f with identifier: 1987613
2026-03-30 10:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 304e62fe-2284-5029-9be9-c718b6fbf14f with identifier: 1987613 to the API
2026-03-30 10:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:40 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '304e62fe-2284-5029-9be9-c718b6fbf14f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX3',
'odometer': 64095,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': '80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987613%27 HTTP/1.1" 200 None
2026-03-30 10:48:40 [ayvens.be] INFO: Saving data for 1987613: {'auction_closing_time': 1775115000.0, 'created_time': 1774651562.791847, 'last_price_update_time': 1774867720.08536}
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987613') HTTP/1.1" 204 0
2026-03-30 10:48:40 [ayvens.be] INFO: Found listing with ID: 1987614
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987614%27 HTTP/1.1" 200 None
2026-03-30 10:48:40 [ayvens.be] INFO: Scrape type for 1987614: 2
2026-03-30 10:48:40 [ayvens.be] INFO: Extracting data for car ID: 1987614
2026-03-30 10:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30779306-d801-5b7a-b9b1-8ea1ead4d1c2 with identifier: 1987614
2026-03-30 10:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30779306-d801-5b7a-b9b1-8ea1ead4d1c2 with scrape type 2
2026-03-30 10:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30779306-d801-5b7a-b9b1-8ea1ead4d1c2 with scrape type 2
2026-03-30 10:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 30779306-d801-5b7a-b9b1-8ea1ead4d1c2, identifier: 1987614
2026-03-30 10:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 30779306-d801-5b7a-b9b1-8ea1ead4d1c2 with identifier: 1987614
2026-03-30 10:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 30779306-d801-5b7a-b9b1-8ea1ead4d1c2 with identifier: 1987614
2026-03-30 10:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 30779306-d801-5b7a-b9b1-8ea1ead4d1c2 with identifier: 1987614 to the API
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:40 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '30779306-d801-5b7a-b9b1-8ea1ead4d1c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'Focus',
'odometer': 106736,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-10',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus 1.0I ECOBOOST 74KW CONNECTED',
'transmission': 'manual',
'trim': '1.0I ECOBOOST 74KW CONNECTED',
'vin': None,
'year': 2021}
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987614%27 HTTP/1.1" 200 None
2026-03-30 10:48:40 [ayvens.be] INFO: Saving data for 1987614: {'auction_closing_time': 1775115000.0, 'created_time': 1774651564.888698, 'last_price_update_time': 1774867720.498905}
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987614') HTTP/1.1" 204 0
2026-03-30 10:48:40 [ayvens.be] INFO: Found listing with ID: 1987615
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987615%27 HTTP/1.1" 200 None
2026-03-30 10:48:40 [ayvens.be] INFO: Scrape type for 1987615: 2
2026-03-30 10:48:40 [ayvens.be] INFO: Extracting data for car ID: 1987615
2026-03-30 10:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7f4d39c-835f-57b7-985d-07092ee2af02 with identifier: 1987615
2026-03-30 10:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7f4d39c-835f-57b7-985d-07092ee2af02 with scrape type 2
2026-03-30 10:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7f4d39c-835f-57b7-985d-07092ee2af02 with scrape type 2
2026-03-30 10:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b7f4d39c-835f-57b7-985d-07092ee2af02, identifier: 1987615
2026-03-30 10:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b7f4d39c-835f-57b7-985d-07092ee2af02 with identifier: 1987615
2026-03-30 10:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b7f4d39c-835f-57b7-985d-07092ee2af02 with identifier: 1987615
2026-03-30 10:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b7f4d39c-835f-57b7-985d-07092ee2af02 with identifier: 1987615 to the API
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:40 [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': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b7f4d39c-835f-57b7-985d-07092ee2af02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES BERLINE',
'odometer': 56256,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'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': 2021}
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987615%27 HTTP/1.1" 200 None
2026-03-30 10:48:40 [ayvens.be] INFO: Saving data for 1987615: {'auction_closing_time': 1775115000.0, 'created_time': 1774651566.065674, 'last_price_update_time': 1774867720.953101}
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987615') HTTP/1.1" 204 0
2026-03-30 10:48:41 [ayvens.be] INFO: Found listing with ID: 1987616
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987616%27 HTTP/1.1" 200 None
2026-03-30 10:48:41 [ayvens.be] INFO: Scrape type for 1987616: 2
2026-03-30 10:48:41 [ayvens.be] INFO: Extracting data for car ID: 1987616
2026-03-30 10:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4341abc-d20c-5dc4-9c41-96d7b9c25bd9 with identifier: 1987616
2026-03-30 10:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4341abc-d20c-5dc4-9c41-96d7b9c25bd9 with scrape type 2
2026-03-30 10:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4341abc-d20c-5dc4-9c41-96d7b9c25bd9 with scrape type 2
2026-03-30 10:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e4341abc-d20c-5dc4-9c41-96d7b9c25bd9, identifier: 1987616
2026-03-30 10:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e4341abc-d20c-5dc4-9c41-96d7b9c25bd9 with identifier: 1987616
2026-03-30 10:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e4341abc-d20c-5dc4-9c41-96d7b9c25bd9 with identifier: 1987616
2026-03-30 10:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e4341abc-d20c-5dc4-9c41-96d7b9c25bd9 with identifier: 1987616 to the API
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:41 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': 'e4341abc-d20c-5dc4-9c41-96d7b9c25bd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'EQA',
'odometer': 148807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 71KWH EQA 250+ AMG LINE',
'transmission': 'automatic',
'trim': 'BEV 71KWH EQA 250+ AMG LINE',
'vin': None,
'year': 2023}
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987616%27 HTTP/1.1" 200 None
2026-03-30 10:48:41 [ayvens.be] INFO: Saving data for 1987616: {'auction_closing_time': 1775115000.0, 'created_time': 1774651567.751916, 'last_price_update_time': 1774867721.456645}
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987616') HTTP/1.1" 204 0
2026-03-30 10:48:41 [ayvens.be] INFO: Found listing with ID: 1987617
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987617%27 HTTP/1.1" 200 None
2026-03-30 10:48:41 [ayvens.be] INFO: Scrape type for 1987617: 2
2026-03-30 10:48:41 [ayvens.be] INFO: Extracting data for car ID: 1987617
2026-03-30 10:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee1d7014-c475-5bb9-87c3-772c3e34a011 with identifier: 1987617
2026-03-30 10:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee1d7014-c475-5bb9-87c3-772c3e34a011 with scrape type 2
2026-03-30 10:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee1d7014-c475-5bb9-87c3-772c3e34a011 with scrape type 2
2026-03-30 10:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ee1d7014-c475-5bb9-87c3-772c3e34a011, identifier: 1987617
2026-03-30 10:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ee1d7014-c475-5bb9-87c3-772c3e34a011 with identifier: 1987617
2026-03-30 10:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ee1d7014-c475-5bb9-87c3-772c3e34a011 with identifier: 1987617
2026-03-30 10:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ee1d7014-c475-5bb9-87c3-772c3e34a011 with identifier: 1987617 to the API
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:41 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'ee1d7014-c475-5bb9-87c3-772c3e34a011',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 58479,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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 '
'Pedal',
'transmission': 'manual',
'trim': '1.2 81KW TURBO S-S GS Driving School Double Pedal',
'vin': None,
'year': 2023}
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987617%27 HTTP/1.1" 200 None
2026-03-30 10:48:41 [ayvens.be] INFO: Saving data for 1987617: {'auction_closing_time': 1775115000.0, 'created_time': 1774651569.108663, 'last_price_update_time': 1774867721.88823}
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987617') HTTP/1.1" 204 0
2026-03-30 10:48:41 [ayvens.be] INFO: Found listing with ID: 1987618
2026-03-30 10:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987618%27 HTTP/1.1" 200 None
2026-03-30 10:48:41 [ayvens.be] INFO: Scrape type for 1987618: 2
2026-03-30 10:48:41 [ayvens.be] INFO: Extracting data for car ID: 1987618
2026-03-30 10:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0487743-3ba7-5920-a5c0-9842c9bf9e90 with identifier: 1987618
2026-03-30 10:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0487743-3ba7-5920-a5c0-9842c9bf9e90 with scrape type 2
2026-03-30 10:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0487743-3ba7-5920-a5c0-9842c9bf9e90 with scrape type 2
2026-03-30 10:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e0487743-3ba7-5920-a5c0-9842c9bf9e90, identifier: 1987618
2026-03-30 10:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e0487743-3ba7-5920-a5c0-9842c9bf9e90 with identifier: 1987618
2026-03-30 10:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e0487743-3ba7-5920-a5c0-9842c9bf9e90 with identifier: 1987618
2026-03-30 10:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e0487743-3ba7-5920-a5c0-9842c9bf9e90 with identifier: 1987618 to the API
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:42 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e0487743-3ba7-5920-a5c0-9842c9bf9e90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 95278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-23',
'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-30 10:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987618%27 HTTP/1.1" 200 None
2026-03-30 10:48:42 [ayvens.be] INFO: Saving data for 1987618: {'auction_closing_time': 1775115000.0, 'created_time': 1774651571.355297, 'last_price_update_time': 1774867722.285909}
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987618') HTTP/1.1" 204 0
2026-03-30 10:48:42 [ayvens.be] INFO: Found listing with ID: 1987619
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987619%27 HTTP/1.1" 200 None
2026-03-30 10:48:42 [ayvens.be] INFO: Scrape type for 1987619: 2
2026-03-30 10:48:42 [ayvens.be] INFO: Extracting data for car ID: 1987619
2026-03-30 10:48:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 039a195f-391b-5a9a-9496-978202057100 with identifier: 1987619
2026-03-30 10:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 039a195f-391b-5a9a-9496-978202057100 with scrape type 2
2026-03-30 10:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 039a195f-391b-5a9a-9496-978202057100 with scrape type 2
2026-03-30 10:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 039a195f-391b-5a9a-9496-978202057100, identifier: 1987619
2026-03-30 10:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 039a195f-391b-5a9a-9496-978202057100 with identifier: 1987619
2026-03-30 10:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 039a195f-391b-5a9a-9496-978202057100 with identifier: 1987619
2026-03-30 10:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 039a195f-391b-5a9a-9496-978202057100 with identifier: 1987619 to the API
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '039a195f-391b-5a9a-9496-978202057100',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS A (W177)',
'odometer': 49515,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'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-30 10:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987619%27 HTTP/1.1" 200 None
2026-03-30 10:48:42 [ayvens.be] INFO: Saving data for 1987619: {'auction_closing_time': 1775115000.0, 'created_time': 1774651573.428971, 'last_price_update_time': 1774867722.659077}
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987619') HTTP/1.1" 204 0
2026-03-30 10:48:42 [ayvens.be] INFO: Found listing with ID: 1987620
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987620%27 HTTP/1.1" 200 None
2026-03-30 10:48:42 [ayvens.be] INFO: Scrape type for 1987620: 2
2026-03-30 10:48:42 [ayvens.be] INFO: Extracting data for car ID: 1987620
2026-03-30 10:48:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 921f81b6-ad4f-5e69-a02a-5275c363d6c5 with identifier: 1987620
2026-03-30 10:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 921f81b6-ad4f-5e69-a02a-5275c363d6c5 with scrape type 2
2026-03-30 10:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 921f81b6-ad4f-5e69-a02a-5275c363d6c5 with scrape type 2
2026-03-30 10:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 921f81b6-ad4f-5e69-a02a-5275c363d6c5, identifier: 1987620
2026-03-30 10:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 921f81b6-ad4f-5e69-a02a-5275c363d6c5 with identifier: 1987620
2026-03-30 10:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 921f81b6-ad4f-5e69-a02a-5275c363d6c5 with identifier: 1987620
2026-03-30 10:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 921f81b6-ad4f-5e69-a02a-5275c363d6c5 with identifier: 1987620 to the API
2026-03-30 10:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:43 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '921f81b6-ad4f-5e69-a02a-5275c363d6c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 72622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'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-30 10:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987620%27 HTTP/1.1" 200 None
2026-03-30 10:48:43 [ayvens.be] INFO: Saving data for 1987620: {'auction_closing_time': 1775115000.0, 'created_time': 1774651574.897172, 'last_price_update_time': 1774867723.038015}
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987620') HTTP/1.1" 204 0
2026-03-30 10:48:43 [ayvens.be] INFO: Found listing with ID: 1987621
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987621%27 HTTP/1.1" 200 None
2026-03-30 10:48:43 [ayvens.be] INFO: Scrape type for 1987621: 2
2026-03-30 10:48:43 [ayvens.be] INFO: Extracting data for car ID: 1987621
2026-03-30 10:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 360065cf-922f-5a3d-80cd-78425cefc7cf with identifier: 1987621
2026-03-30 10:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 360065cf-922f-5a3d-80cd-78425cefc7cf with scrape type 2
2026-03-30 10:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 360065cf-922f-5a3d-80cd-78425cefc7cf with scrape type 2
2026-03-30 10:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 360065cf-922f-5a3d-80cd-78425cefc7cf, identifier: 1987621
2026-03-30 10:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 360065cf-922f-5a3d-80cd-78425cefc7cf with identifier: 1987621
2026-03-30 10:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 360065cf-922f-5a3d-80cd-78425cefc7cf with identifier: 1987621
2026-03-30 10:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 360065cf-922f-5a3d-80cd-78425cefc7cf with identifier: 1987621 to the API
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:43 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '360065cf-922f-5a3d-80cd-78425cefc7cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 81663,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-15',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER+',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV 160KW DSG6 CLEVER+',
'vin': None,
'year': 2021}
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987621%27 HTTP/1.1" 200 None
2026-03-30 10:48:43 [ayvens.be] INFO: Saving data for 1987621: {'auction_closing_time': 1775115000.0, 'created_time': 1774651577.421435, 'last_price_update_time': 1774867723.752994}
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987621') HTTP/1.1" 204 0
2026-03-30 10:48:43 [ayvens.be] INFO: Found listing with ID: 1987622
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987622%27 HTTP/1.1" 200 None
2026-03-30 10:48:43 [ayvens.be] INFO: Scrape type for 1987622: 2
2026-03-30 10:48:43 [ayvens.be] INFO: Extracting data for car ID: 1987622
2026-03-30 10:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c095ad1-cc91-50e9-9d47-4563d4d0ff95 with identifier: 1987622
2026-03-30 10:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c095ad1-cc91-50e9-9d47-4563d4d0ff95 with scrape type 2
2026-03-30 10:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c095ad1-cc91-50e9-9d47-4563d4d0ff95 with scrape type 2
2026-03-30 10:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6c095ad1-cc91-50e9-9d47-4563d4d0ff95, identifier: 1987622
2026-03-30 10:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6c095ad1-cc91-50e9-9d47-4563d4d0ff95 with identifier: 1987622
2026-03-30 10:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6c095ad1-cc91-50e9-9d47-4563d4d0ff95 with identifier: 1987622
2026-03-30 10:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6c095ad1-cc91-50e9-9d47-4563d4d0ff95 with identifier: 1987622 to the API
2026-03-30 10:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:44 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '6c095ad1-cc91-50e9-9d47-4563d4d0ff95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 115827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-05',
'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-30 10:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987622%27 HTTP/1.1" 200 None
2026-03-30 10:48:44 [ayvens.be] INFO: Saving data for 1987622: {'auction_closing_time': 1775115000.0, 'created_time': 1774651578.318083, 'last_price_update_time': 1774867724.27324}
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987622') HTTP/1.1" 204 0
2026-03-30 10:48:44 [ayvens.be] INFO: Found listing with ID: 1987623
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987623%27 HTTP/1.1" 200 None
2026-03-30 10:48:44 [ayvens.be] INFO: Scrape type for 1987623: 2
2026-03-30 10:48:44 [ayvens.be] INFO: Extracting data for car ID: 1987623
2026-03-30 10:48:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 733c255a-8bdc-5b26-b1fb-9bf17e302322 with identifier: 1987623
2026-03-30 10:48:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 733c255a-8bdc-5b26-b1fb-9bf17e302322 with scrape type 2
2026-03-30 10:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 733c255a-8bdc-5b26-b1fb-9bf17e302322 with scrape type 2
2026-03-30 10:48:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 733c255a-8bdc-5b26-b1fb-9bf17e302322, identifier: 1987623
2026-03-30 10:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 733c255a-8bdc-5b26-b1fb-9bf17e302322 with identifier: 1987623
2026-03-30 10:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 733c255a-8bdc-5b26-b1fb-9bf17e302322 with identifier: 1987623
2026-03-30 10:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 733c255a-8bdc-5b26-b1fb-9bf17e302322 with identifier: 1987623 to the API
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:44 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '733c255a-8bdc-5b26-b1fb-9bf17e302322',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A5 SPORTBACK',
'odometer': 104367,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 40 G-TRON S TRONIC BUS.ED. S LINE CNG',
'transmission': 'automatic',
'trim': '2.0 40 G-TRON S TRONIC BUS.ED. S LINE CNG',
'vin': None,
'year': 2021}
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987623%27 HTTP/1.1" 200 None
2026-03-30 10:48:44 [ayvens.be] INFO: Saving data for 1987623: {'auction_closing_time': 1775115000.0, 'created_time': 1774651580.32333, 'last_price_update_time': 1774867724.696114}
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987623') HTTP/1.1" 204 0
2026-03-30 10:48:44 [ayvens.be] INFO: Found listing with ID: 1987624
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987624%27 HTTP/1.1" 200 None
2026-03-30 10:48:44 [ayvens.be] INFO: Scrape type for 1987624: 2
2026-03-30 10:48:44 [ayvens.be] INFO: Extracting data for car ID: 1987624
2026-03-30 10:48:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1ce32ce-12fa-54b7-8df6-84d00cb3c533 with identifier: 1987624
2026-03-30 10:48:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ce32ce-12fa-54b7-8df6-84d00cb3c533 with scrape type 2
2026-03-30 10:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1ce32ce-12fa-54b7-8df6-84d00cb3c533 with scrape type 2
2026-03-30 10:48:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a1ce32ce-12fa-54b7-8df6-84d00cb3c533, identifier: 1987624
2026-03-30 10:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a1ce32ce-12fa-54b7-8df6-84d00cb3c533 with identifier: 1987624
2026-03-30 10:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a1ce32ce-12fa-54b7-8df6-84d00cb3c533 with identifier: 1987624
2026-03-30 10:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a1ce32ce-12fa-54b7-8df6-84d00cb3c533 with identifier: 1987624 to the API
2026-03-30 10:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:45 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a1ce32ce-12fa-54b7-8df6-84d00cb3c533',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'Tiguan',
'odometer': 41732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI 110KW LIFE DSG',
'transmission': 'automatic',
'trim': '1.5 TSI 110KW LIFE DSG',
'vin': None,
'year': 2021}
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987624%27 HTTP/1.1" 200 None
2026-03-30 10:48:45 [ayvens.be] INFO: Saving data for 1987624: {'auction_closing_time': 1775115000.0, 'created_time': 1774651581.845357, 'last_price_update_time': 1774867725.122963}
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987624') HTTP/1.1" 204 0
2026-03-30 10:48:45 [ayvens.be] INFO: Found listing with ID: 1987625
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987625%27 HTTP/1.1" 200 None
2026-03-30 10:48:45 [ayvens.be] INFO: Scrape type for 1987625: 2
2026-03-30 10:48:45 [ayvens.be] INFO: Extracting data for car ID: 1987625
2026-03-30 10:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 103a3762-0fb9-5e15-86fb-1345194e25ed with identifier: 1987625
2026-03-30 10:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 103a3762-0fb9-5e15-86fb-1345194e25ed with scrape type 2
2026-03-30 10:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 103a3762-0fb9-5e15-86fb-1345194e25ed with scrape type 2
2026-03-30 10:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 103a3762-0fb9-5e15-86fb-1345194e25ed, identifier: 1987625
2026-03-30 10:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 103a3762-0fb9-5e15-86fb-1345194e25ed with identifier: 1987625
2026-03-30 10:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 103a3762-0fb9-5e15-86fb-1345194e25ed with identifier: 1987625
2026-03-30 10:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 103a3762-0fb9-5e15-86fb-1345194e25ed with identifier: 1987625 to the API
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:45 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '103a3762-0fb9-5e15-86fb-1345194e25ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES ACTIVE TOURER',
'odometer': 72222,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-23',
'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-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987625%27 HTTP/1.1" 200 None
2026-03-30 10:48:45 [ayvens.be] INFO: Saving data for 1987625: {'auction_closing_time': 1775115000.0, 'created_time': 1774651584.384271, 'last_price_update_time': 1774867725.521266}
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987625') HTTP/1.1" 204 0
2026-03-30 10:48:45 [ayvens.be] INFO: Found listing with ID: 1987626
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987626%27 HTTP/1.1" 200 None
2026-03-30 10:48:45 [ayvens.be] INFO: Scrape type for 1987626: 2
2026-03-30 10:48:45 [ayvens.be] INFO: Extracting data for car ID: 1987626
2026-03-30 10:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2dfeb37-a687-5958-9f0b-f61b0318d841 with identifier: 1987626
2026-03-30 10:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2dfeb37-a687-5958-9f0b-f61b0318d841 with scrape type 2
2026-03-30 10:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2dfeb37-a687-5958-9f0b-f61b0318d841 with scrape type 2
2026-03-30 10:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d2dfeb37-a687-5958-9f0b-f61b0318d841, identifier: 1987626
2026-03-30 10:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d2dfeb37-a687-5958-9f0b-f61b0318d841 with identifier: 1987626
2026-03-30 10:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d2dfeb37-a687-5958-9f0b-f61b0318d841 with identifier: 1987626
2026-03-30 10:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d2dfeb37-a687-5958-9f0b-f61b0318d841 with identifier: 1987626 to the API
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:45 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd2dfeb37-a687-5958-9f0b-f61b0318d841',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 89510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E BUSINESS LINE DCT SH '
'BR',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E BUSINESS LINE DCT SH BR',
'vin': None,
'year': 2022}
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987626%27 HTTP/1.1" 200 None
2026-03-30 10:48:45 [ayvens.be] INFO: Saving data for 1987626: {'auction_closing_time': 1775115000.0, 'created_time': 1774651585.415326, 'last_price_update_time': 1774867725.919059}
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987626') HTTP/1.1" 204 0
2026-03-30 10:48:46 [ayvens.be] INFO: Found listing with ID: 1987627
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987627%27 HTTP/1.1" 200 None
2026-03-30 10:48:46 [ayvens.be] INFO: Scrape type for 1987627: 2
2026-03-30 10:48:46 [ayvens.be] INFO: Extracting data for car ID: 1987627
2026-03-30 10:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a733d51-e438-5328-b232-89233851d9bd with identifier: 1987627
2026-03-30 10:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a733d51-e438-5328-b232-89233851d9bd with scrape type 2
2026-03-30 10:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a733d51-e438-5328-b232-89233851d9bd with scrape type 2
2026-03-30 10:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6a733d51-e438-5328-b232-89233851d9bd, identifier: 1987627
2026-03-30 10:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6a733d51-e438-5328-b232-89233851d9bd with identifier: 1987627
2026-03-30 10:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6a733d51-e438-5328-b232-89233851d9bd with identifier: 1987627
2026-03-30 10:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6a733d51-e438-5328-b232-89233851d9bd with identifier: 1987627 to the API
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:46 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '6a733d51-e438-5328-b232-89233851d9bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 65647,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987627%27 HTTP/1.1" 200 None
2026-03-30 10:48:46 [ayvens.be] INFO: Saving data for 1987627: {'auction_closing_time': 1775115000.0, 'created_time': 1774651586.535967, 'last_price_update_time': 1774867726.457058}
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987627') HTTP/1.1" 204 0
2026-03-30 10:48:46 [ayvens.be] INFO: Found listing with ID: 1987628
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987628%27 HTTP/1.1" 200 None
2026-03-30 10:48:46 [ayvens.be] INFO: Scrape type for 1987628: 2
2026-03-30 10:48:46 [ayvens.be] INFO: Extracting data for car ID: 1987628
2026-03-30 10:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e4d6929-baef-5de8-99bc-64adec08a793 with identifier: 1987628
2026-03-30 10:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e4d6929-baef-5de8-99bc-64adec08a793 with scrape type 2
2026-03-30 10:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e4d6929-baef-5de8-99bc-64adec08a793 with scrape type 2
2026-03-30 10:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9e4d6929-baef-5de8-99bc-64adec08a793, identifier: 1987628
2026-03-30 10:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9e4d6929-baef-5de8-99bc-64adec08a793 with identifier: 1987628
2026-03-30 10:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9e4d6929-baef-5de8-99bc-64adec08a793 with identifier: 1987628
2026-03-30 10:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9e4d6929-baef-5de8-99bc-64adec08a793 with identifier: 1987628 to the API
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:46 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '9e4d6929-baef-5de8-99bc-64adec08a793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 72707,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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 STOCK',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend STOCK',
'vin': None,
'year': 2018}
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987628%27 HTTP/1.1" 200 None
2026-03-30 10:48:46 [ayvens.be] INFO: Saving data for 1987628: {'auction_closing_time': 1775115000.0, 'created_time': 1774651588.403108, 'last_price_update_time': 1774867726.935769}
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987628') HTTP/1.1" 204 0
2026-03-30 10:48:46 [ayvens.be] INFO: Found listing with ID: 1987629
2026-03-30 10:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987629%27 HTTP/1.1" 200 None
2026-03-30 10:48:46 [ayvens.be] INFO: Scrape type for 1987629: 2
2026-03-30 10:48:46 [ayvens.be] INFO: Extracting data for car ID: 1987629
2026-03-30 10:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c839023d-6616-5e23-983c-75456b7eddce with identifier: 1987629
2026-03-30 10:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c839023d-6616-5e23-983c-75456b7eddce with scrape type 2
2026-03-30 10:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c839023d-6616-5e23-983c-75456b7eddce with scrape type 2
2026-03-30 10:48:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c839023d-6616-5e23-983c-75456b7eddce, identifier: 1987629
2026-03-30 10:48:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c839023d-6616-5e23-983c-75456b7eddce with identifier: 1987629
2026-03-30 10:48:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:48:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c839023d-6616-5e23-983c-75456b7eddce with identifier: 1987629
2026-03-30 10:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c839023d-6616-5e23-983c-75456b7eddce with identifier: 1987629 to the API
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c839023d-6616-5e23-983c-75456b7eddce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK - 2017',
'odometer': 81245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK - 2017 30 TFSI (EU6d-TEMP) STOCK',
'transmission': 'manual',
'trim': '30 TFSI (EU6d-TEMP) STOCK',
'vin': None,
'year': 2020}
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987629%27 HTTP/1.1" 200 None
2026-03-30 10:48:47 [ayvens.be] INFO: Saving data for 1987629: {'auction_closing_time': 1775115000.0, 'created_time': 1774651590.779717, 'last_price_update_time': 1774867727.344252}
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987629') HTTP/1.1" 204 0
2026-03-30 10:48:47 [ayvens.be] INFO: Found listing with ID: 1987630
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987630%27 HTTP/1.1" 200 None
2026-03-30 10:48:47 [ayvens.be] INFO: Scrape type for 1987630: 2
2026-03-30 10:48:47 [ayvens.be] INFO: Extracting data for car ID: 1987630
2026-03-30 10:48:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 208a8914-d641-501e-9beb-b51cc64bbfe7 with identifier: 1987630
2026-03-30 10:48:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 208a8914-d641-501e-9beb-b51cc64bbfe7 with scrape type 2
2026-03-30 10:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 208a8914-d641-501e-9beb-b51cc64bbfe7 with scrape type 2
2026-03-30 10:48:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 208a8914-d641-501e-9beb-b51cc64bbfe7, identifier: 1987630
2026-03-30 10:48:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 208a8914-d641-501e-9beb-b51cc64bbfe7 with identifier: 1987630
2026-03-30 10:48:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:48:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 208a8914-d641-501e-9beb-b51cc64bbfe7 with identifier: 1987630
2026-03-30 10:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 208a8914-d641-501e-9beb-b51cc64bbfe7 with identifier: 1987630 to the API
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'VESUVIUSGRIJS METAALKLEUR',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '208a8914-d641-501e-9beb-b51cc64bbfe7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A6 AVANT DIESEL - 2018',
'odometer': 147307,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 AVANT DIESEL - 2018 35 TDi Business Edition Sport S tronic',
'transmission': 'automatic',
'trim': '35 TDi Business Edition Sport S tronic',
'vin': None,
'year': 2021}
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987630%27 HTTP/1.1" 200 None
2026-03-30 10:48:47 [ayvens.be] INFO: Saving data for 1987630: {'auction_closing_time': 1775115000.0, 'created_time': 1774651591.904329, 'last_price_update_time': 1774867727.746626}
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987630') HTTP/1.1" 204 0
2026-03-30 10:48:47 [ayvens.be] INFO: Found listing with ID: 1987631
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987631%27 HTTP/1.1" 200 None
2026-03-30 10:48:47 [ayvens.be] INFO: Scrape type for 1987631: 2
2026-03-30 10:48:47 [ayvens.be] INFO: Extracting data for car ID: 1987631
2026-03-30 10:48:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c12ef80b-3425-50f6-88a3-e3b6a5f26c02 with identifier: 1987631
2026-03-30 10:48:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c12ef80b-3425-50f6-88a3-e3b6a5f26c02 with scrape type 2
2026-03-30 10:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c12ef80b-3425-50f6-88a3-e3b6a5f26c02 with scrape type 2
2026-03-30 10:48:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c12ef80b-3425-50f6-88a3-e3b6a5f26c02, identifier: 1987631
2026-03-30 10:48:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c12ef80b-3425-50f6-88a3-e3b6a5f26c02 with identifier: 1987631
2026-03-30 10:48:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c12ef80b-3425-50f6-88a3-e3b6a5f26c02 with identifier: 1987631
2026-03-30 10:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c12ef80b-3425-50f6-88a3-e3b6a5f26c02 with identifier: 1987631 to the API
2026-03-30 10:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:48 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c12ef80b-3425-50f6-88a3-e3b6a5f26c02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 190207,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.6 E-TECH HYBRID INTENS',
'transmission': 'automatic',
'trim': '1.6 E-TECH HYBRID INTENS',
'vin': None,
'year': 2021}
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987631%27 HTTP/1.1" 200 None
2026-03-30 10:48:48 [ayvens.be] INFO: Saving data for 1987631: {'auction_closing_time': 1775115000.0, 'created_time': 1774651594.447668, 'last_price_update_time': 1774867728.165897}
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987631') HTTP/1.1" 204 0
2026-03-30 10:48:48 [ayvens.be] INFO: Found listing with ID: 1987632
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987632%27 HTTP/1.1" 200 None
2026-03-30 10:48:48 [ayvens.be] INFO: Scrape type for 1987632: 2
2026-03-30 10:48:48 [ayvens.be] INFO: Extracting data for car ID: 1987632
2026-03-30 10:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f638a3ea-2dd3-5bbc-b7e8-6bb8519f2ef1 with identifier: 1987632
2026-03-30 10:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f638a3ea-2dd3-5bbc-b7e8-6bb8519f2ef1 with scrape type 2
2026-03-30 10:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f638a3ea-2dd3-5bbc-b7e8-6bb8519f2ef1 with scrape type 2
2026-03-30 10:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f638a3ea-2dd3-5bbc-b7e8-6bb8519f2ef1, identifier: 1987632
2026-03-30 10:48:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f638a3ea-2dd3-5bbc-b7e8-6bb8519f2ef1 with identifier: 1987632
2026-03-30 10:48:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f638a3ea-2dd3-5bbc-b7e8-6bb8519f2ef1 with identifier: 1987632
2026-03-30 10:48:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f638a3ea-2dd3-5bbc-b7e8-6bb8519f2ef1 with identifier: 1987632 to the API
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f638a3ea-2dd3-5bbc-b7e8-6bb8519f2ef1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A5 SPORTBACK DIESEL - 2020',
'odometer': 151384,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-03',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK DIESEL - 2020 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': '30 TDi Business Edition S tronic',
'vin': None,
'year': 2020}
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987632%27 HTTP/1.1" 200 None
2026-03-30 10:48:48 [ayvens.be] INFO: Saving data for 1987632: {'auction_closing_time': 1775115000.0, 'created_time': 1774651595.646905, 'last_price_update_time': 1774867728.58377}
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987632') HTTP/1.1" 204 0
2026-03-30 10:48:48 [ayvens.be] INFO: Found listing with ID: 1987633
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987633%27 HTTP/1.1" 200 None
2026-03-30 10:48:48 [ayvens.be] INFO: Scrape type for 1987633: 2
2026-03-30 10:48:48 [ayvens.be] INFO: Extracting data for car ID: 1987633
2026-03-30 10:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c60fd8c1-7dd9-508c-b628-81f9d1b1d28f with identifier: 1987633
2026-03-30 10:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c60fd8c1-7dd9-508c-b628-81f9d1b1d28f with scrape type 2
2026-03-30 10:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c60fd8c1-7dd9-508c-b628-81f9d1b1d28f with scrape type 2
2026-03-30 10:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c60fd8c1-7dd9-508c-b628-81f9d1b1d28f, identifier: 1987633
2026-03-30 10:48:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c60fd8c1-7dd9-508c-b628-81f9d1b1d28f with identifier: 1987633
2026-03-30 10:48:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c60fd8c1-7dd9-508c-b628-81f9d1b1d28f with identifier: 1987633
2026-03-30 10:48:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c60fd8c1-7dd9-508c-b628-81f9d1b1d28f with identifier: 1987633 to the API
2026-03-30 10:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 23,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c60fd8c1-7dd9-508c-b628-81f9d1b1d28f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA',
'odometer': 104645,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-18',
'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': 2022}
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987633%27 HTTP/1.1" 200 None
2026-03-30 10:48:49 [ayvens.be] INFO: Saving data for 1987633: {'auction_closing_time': 1775115000.0, 'created_time': 1774651596.994899, 'last_price_update_time': 1774867729.033124}
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987633') HTTP/1.1" 204 0
2026-03-30 10:48:49 [ayvens.be] INFO: Found listing with ID: 1987634
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987634%27 HTTP/1.1" 200 None
2026-03-30 10:48:49 [ayvens.be] INFO: Scrape type for 1987634: 2
2026-03-30 10:48:49 [ayvens.be] INFO: Extracting data for car ID: 1987634
2026-03-30 10:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 354dd64c-5907-5d37-b7eb-5f73a76dbb15 with identifier: 1987634
2026-03-30 10:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 354dd64c-5907-5d37-b7eb-5f73a76dbb15 with scrape type 2
2026-03-30 10:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 354dd64c-5907-5d37-b7eb-5f73a76dbb15 with scrape type 2
2026-03-30 10:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 354dd64c-5907-5d37-b7eb-5f73a76dbb15, identifier: 1987634
2026-03-30 10:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 354dd64c-5907-5d37-b7eb-5f73a76dbb15 with identifier: 1987634
2026-03-30 10:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 354dd64c-5907-5d37-b7eb-5f73a76dbb15 with identifier: 1987634
2026-03-30 10:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 354dd64c-5907-5d37-b7eb-5f73a76dbb15 with identifier: 1987634 to the API
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '354dd64c-5907-5d37-b7eb-5f73a76dbb15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 52643,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': '1.0 IG-T ACENTA',
'vin': None,
'year': 2022}
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987634%27 HTTP/1.1" 200 None
2026-03-30 10:48:49 [ayvens.be] INFO: Saving data for 1987634: {'auction_closing_time': 1775115000.0, 'created_time': 1774651598.40117, 'last_price_update_time': 1774867729.479117}
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987634') HTTP/1.1" 204 0
2026-03-30 10:48:49 [ayvens.be] INFO: Found listing with ID: 1987635
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987635%27 HTTP/1.1" 200 None
2026-03-30 10:48:49 [ayvens.be] INFO: Scrape type for 1987635: 2
2026-03-30 10:48:49 [ayvens.be] INFO: Extracting data for car ID: 1987635
2026-03-30 10:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9b42885-29d9-5e99-a6e5-c6e1044a901a with identifier: 1987635
2026-03-30 10:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9b42885-29d9-5e99-a6e5-c6e1044a901a with scrape type 2
2026-03-30 10:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9b42885-29d9-5e99-a6e5-c6e1044a901a with scrape type 2
2026-03-30 10:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c9b42885-29d9-5e99-a6e5-c6e1044a901a, identifier: 1987635
2026-03-30 10:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c9b42885-29d9-5e99-a6e5-c6e1044a901a with identifier: 1987635
2026-03-30 10:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c9b42885-29d9-5e99-a6e5-c6e1044a901a with identifier: 1987635
2026-03-30 10:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c9b42885-29d9-5e99-a6e5-c6e1044a901a with identifier: 1987635 to the API
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:49 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'c9b42885-29d9-5e99-a6e5-c6e1044a901a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS 4',
'odometer': 121416,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS 4 1.5 BLUEHDI 130 BASTILLE + AUTO',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI 130 BASTILLE + AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987635%27 HTTP/1.1" 200 None
2026-03-30 10:48:49 [ayvens.be] INFO: Saving data for 1987635: {'auction_closing_time': 1775115000.0, 'created_time': 1774651600.338902, 'last_price_update_time': 1774867729.877465}
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987635') HTTP/1.1" 204 0
2026-03-30 10:48:49 [ayvens.be] INFO: Found listing with ID: 1987636
2026-03-30 10:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987636%27 HTTP/1.1" 200 None
2026-03-30 10:48:49 [ayvens.be] INFO: Scrape type for 1987636: 2
2026-03-30 10:48:49 [ayvens.be] INFO: Extracting data for car ID: 1987636
2026-03-30 10:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dcc25eb-e720-51c1-ba1f-0dae31273aaa with identifier: 1987636
2026-03-30 10:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dcc25eb-e720-51c1-ba1f-0dae31273aaa with scrape type 2
2026-03-30 10:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dcc25eb-e720-51c1-ba1f-0dae31273aaa with scrape type 2
2026-03-30 10:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1dcc25eb-e720-51c1-ba1f-0dae31273aaa, identifier: 1987636
2026-03-30 10:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1dcc25eb-e720-51c1-ba1f-0dae31273aaa with identifier: 1987636
2026-03-30 10:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1dcc25eb-e720-51c1-ba1f-0dae31273aaa with identifier: 1987636
2026-03-30 10:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1dcc25eb-e720-51c1-ba1f-0dae31273aaa with identifier: 1987636 to the API
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '1dcc25eb-e720-51c1-ba1f-0dae31273aaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 48067,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': '1.0 IG-T ACENTA',
'vin': None,
'year': 2023}
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987636%27 HTTP/1.1" 200 None
2026-03-30 10:48:50 [ayvens.be] INFO: Saving data for 1987636: {'auction_closing_time': 1775115000.0, 'created_time': 1774651602.589584, 'last_price_update_time': 1774867730.280714}
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987636') HTTP/1.1" 204 0
2026-03-30 10:48:50 [ayvens.be] INFO: Found listing with ID: 1987637
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987637%27 HTTP/1.1" 200 None
2026-03-30 10:48:50 [ayvens.be] INFO: Scrape type for 1987637: 2
2026-03-30 10:48:50 [ayvens.be] INFO: Extracting data for car ID: 1987637
2026-03-30 10:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a132a73-738e-5e96-ad4e-477f9adf717d with identifier: 1987637
2026-03-30 10:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a132a73-738e-5e96-ad4e-477f9adf717d with scrape type 2
2026-03-30 10:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a132a73-738e-5e96-ad4e-477f9adf717d with scrape type 2
2026-03-30 10:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1a132a73-738e-5e96-ad4e-477f9adf717d, identifier: 1987637
2026-03-30 10:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1a132a73-738e-5e96-ad4e-477f9adf717d with identifier: 1987637
2026-03-30 10:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1a132a73-738e-5e96-ad4e-477f9adf717d with identifier: 1987637
2026-03-30 10:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1a132a73-738e-5e96-ad4e-477f9adf717d with identifier: 1987637 to the API
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '1a132a73-738e-5e96-ad4e-477f9adf717d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE BERLINE',
'odometer': 83752,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.3 TCE 140 TECHNO',
'transmission': 'manual',
'trim': '1.3 TCE 140 TECHNO',
'vin': None,
'year': 2023}
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987637%27 HTTP/1.1" 200 None
2026-03-30 10:48:50 [ayvens.be] INFO: Saving data for 1987637: {'auction_closing_time': 1775115000.0, 'created_time': 1774651604.459862, 'last_price_update_time': 1774867730.695229}
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987637') HTTP/1.1" 204 0
2026-03-30 10:48:50 [ayvens.be] INFO: Found listing with ID: 1987638
2026-03-30 10:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987638%27 HTTP/1.1" 200 None
2026-03-30 10:48:50 [ayvens.be] INFO: Scrape type for 1987638: 2
2026-03-30 10:48:50 [ayvens.be] INFO: Extracting data for car ID: 1987638
2026-03-30 10:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08c56cc3-06ee-582a-a587-bd1bc2f0cc3b with identifier: 1987638
2026-03-30 10:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08c56cc3-06ee-582a-a587-bd1bc2f0cc3b with scrape type 2
2026-03-30 10:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08c56cc3-06ee-582a-a587-bd1bc2f0cc3b with scrape type 2
2026-03-30 10:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 08c56cc3-06ee-582a-a587-bd1bc2f0cc3b, identifier: 1987638
2026-03-30 10:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 08c56cc3-06ee-582a-a587-bd1bc2f0cc3b with identifier: 1987638
2026-03-30 10:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 08c56cc3-06ee-582a-a587-bd1bc2f0cc3b with identifier: 1987638
2026-03-30 10:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 08c56cc3-06ee-582a-a587-bd1bc2f0cc3b with identifier: 1987638 to the API
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '08c56cc3-06ee-582a-a587-bd1bc2f0cc3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 38545,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': '1.0 IG-T ACENTA',
'vin': None,
'year': 2022}
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987638%27 HTTP/1.1" 200 None
2026-03-30 10:48:51 [ayvens.be] INFO: Saving data for 1987638: {'auction_closing_time': 1775115000.0, 'created_time': 1774651605.462709, 'last_price_update_time': 1774867731.373096}
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987638') HTTP/1.1" 204 0
2026-03-30 10:48:51 [ayvens.be] INFO: Found listing with ID: 1987639
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987639%27 HTTP/1.1" 200 None
2026-03-30 10:48:51 [ayvens.be] INFO: Scrape type for 1987639: 2
2026-03-30 10:48:51 [ayvens.be] INFO: Extracting data for car ID: 1987639
2026-03-30 10:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae98682a-23d8-5d92-a343-6bd3053d0b0f with identifier: 1987639
2026-03-30 10:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae98682a-23d8-5d92-a343-6bd3053d0b0f with scrape type 2
2026-03-30 10:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae98682a-23d8-5d92-a343-6bd3053d0b0f with scrape type 2
2026-03-30 10:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ae98682a-23d8-5d92-a343-6bd3053d0b0f, identifier: 1987639
2026-03-30 10:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ae98682a-23d8-5d92-a343-6bd3053d0b0f with identifier: 1987639
2026-03-30 10:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ae98682a-23d8-5d92-a343-6bd3053d0b0f with identifier: 1987639
2026-03-30 10:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ae98682a-23d8-5d92-a343-6bd3053d0b0f with identifier: 1987639 to the API
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:51 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'ae98682a-23d8-5d92-a343-6bd3053d0b0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 81531,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-23',
'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': 2020}
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987639%27 HTTP/1.1" 200 None
2026-03-30 10:48:51 [ayvens.be] INFO: Saving data for 1987639: {'auction_closing_time': 1775115000.0, 'created_time': 1774651606.78173, 'last_price_update_time': 1774867731.886711}
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987639') HTTP/1.1" 204 0
2026-03-30 10:48:51 [ayvens.be] INFO: Found listing with ID: 1987640
2026-03-30 10:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987640%27 HTTP/1.1" 200 None
2026-03-30 10:48:51 [ayvens.be] INFO: Scrape type for 1987640: 2
2026-03-30 10:48:51 [ayvens.be] INFO: Extracting data for car ID: 1987640
2026-03-30 10:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d4f7fb8-63c3-5bd0-bc55-c06eb643bbe9 with identifier: 1987640
2026-03-30 10:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d4f7fb8-63c3-5bd0-bc55-c06eb643bbe9 with scrape type 2
2026-03-30 10:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d4f7fb8-63c3-5bd0-bc55-c06eb643bbe9 with scrape type 2
2026-03-30 10:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0d4f7fb8-63c3-5bd0-bc55-c06eb643bbe9, identifier: 1987640
2026-03-30 10:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0d4f7fb8-63c3-5bd0-bc55-c06eb643bbe9 with identifier: 1987640
2026-03-30 10:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0d4f7fb8-63c3-5bd0-bc55-c06eb643bbe9 with identifier: 1987640
2026-03-30 10:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0d4f7fb8-63c3-5bd0-bc55-c06eb643bbe9 with identifier: 1987640 to the API
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '0d4f7fb8-63c3-5bd0-bc55-c06eb643bbe9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 71948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BLUEHDI S&S EAT8 GT',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI S&S EAT8 GT',
'vin': None,
'year': 2023}
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987640%27 HTTP/1.1" 200 None
2026-03-30 10:48:52 [ayvens.be] INFO: Saving data for 1987640: {'auction_closing_time': 1775115000.0, 'created_time': 1774651609.207124, 'last_price_update_time': 1774867732.468591}
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987640') HTTP/1.1" 204 0
2026-03-30 10:48:52 [ayvens.be] INFO: Found listing with ID: 1987641
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987641%27 HTTP/1.1" 200 None
2026-03-30 10:48:52 [ayvens.be] INFO: Scrape type for 1987641: 2
2026-03-30 10:48:52 [ayvens.be] INFO: Extracting data for car ID: 1987641
2026-03-30 10:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c676c1e1-d5ca-51a8-9263-48ddcdc0aa54 with identifier: 1987641
2026-03-30 10:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c676c1e1-d5ca-51a8-9263-48ddcdc0aa54 with scrape type 2
2026-03-30 10:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c676c1e1-d5ca-51a8-9263-48ddcdc0aa54 with scrape type 2
2026-03-30 10:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c676c1e1-d5ca-51a8-9263-48ddcdc0aa54, identifier: 1987641
2026-03-30 10:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c676c1e1-d5ca-51a8-9263-48ddcdc0aa54 with identifier: 1987641
2026-03-30 10:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c676c1e1-d5ca-51a8-9263-48ddcdc0aa54 with identifier: 1987641
2026-03-30 10:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c676c1e1-d5ca-51a8-9263-48ddcdc0aa54 with identifier: 1987641 to the API
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c676c1e1-d5ca-51a8-9263-48ddcdc0aa54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 58219,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': '1.3 A 180 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987641%27 HTTP/1.1" 200 None
2026-03-30 10:48:52 [ayvens.be] INFO: Saving data for 1987641: {'auction_closing_time': 1775115000.0, 'created_time': 1774651610.42581, 'last_price_update_time': 1774867732.944962}
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987641') HTTP/1.1" 204 0
2026-03-30 10:48:52 [ayvens.be] INFO: Found listing with ID: 1987642
2026-03-30 10:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987642%27 HTTP/1.1" 200 None
2026-03-30 10:48:52 [ayvens.be] INFO: Scrape type for 1987642: 2
2026-03-30 10:48:52 [ayvens.be] INFO: Extracting data for car ID: 1987642
2026-03-30 10:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 065f6d3c-a83c-53d2-85d6-8fba82880a30 with identifier: 1987642
2026-03-30 10:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 065f6d3c-a83c-53d2-85d6-8fba82880a30 with scrape type 2
2026-03-30 10:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 065f6d3c-a83c-53d2-85d6-8fba82880a30 with scrape type 2
2026-03-30 10:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 065f6d3c-a83c-53d2-85d6-8fba82880a30, identifier: 1987642
2026-03-30 10:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 065f6d3c-a83c-53d2-85d6-8fba82880a30 with identifier: 1987642
2026-03-30 10:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 065f6d3c-a83c-53d2-85d6-8fba82880a30 with identifier: 1987642
2026-03-30 10:48:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 065f6d3c-a83c-53d2-85d6-8fba82880a30 with identifier: 1987642 to the API
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '065f6d3c-a83c-53d2-85d6-8fba82880a30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1 DIESEL - 2019',
'odometer': 123315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2019 1.5 dA sDrive16 AdBlue',
'transmission': 'automatic',
'trim': '1.5 dA sDrive16 AdBlue',
'vin': None,
'year': 2020}
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987642%27 HTTP/1.1" 200 None
2026-03-30 10:48:53 [ayvens.be] INFO: Saving data for 1987642: {'auction_closing_time': 1775115000.0, 'created_time': 1774651611.814474, 'last_price_update_time': 1774867733.361852}
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987642') HTTP/1.1" 204 0
2026-03-30 10:48:53 [ayvens.be] INFO: Found listing with ID: 1987643
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987643%27 HTTP/1.1" 200 None
2026-03-30 10:48:53 [ayvens.be] INFO: Scrape type for 1987643: 2
2026-03-30 10:48:53 [ayvens.be] INFO: Extracting data for car ID: 1987643
2026-03-30 10:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0580f300-0a94-54fe-8060-027567d7dcf3 with identifier: 1987643
2026-03-30 10:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0580f300-0a94-54fe-8060-027567d7dcf3 with scrape type 2
2026-03-30 10:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0580f300-0a94-54fe-8060-027567d7dcf3 with scrape type 2
2026-03-30 10:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0580f300-0a94-54fe-8060-027567d7dcf3, identifier: 1987643
2026-03-30 10:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0580f300-0a94-54fe-8060-027567d7dcf3 with identifier: 1987643
2026-03-30 10:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0580f300-0a94-54fe-8060-027567d7dcf3 with identifier: 1987643
2026-03-30 10:48:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0580f300-0a94-54fe-8060-027567d7dcf3 with identifier: 1987643 to the API
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '0580f300-0a94-54fe-8060-027567d7dcf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VII VARIANT DIESEL - 2017',
'odometer': 142797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VII VARIANT DIESEL - 2017 1.6 SCR TDi Trendline',
'transmission': 'manual',
'trim': '1.6 SCR TDi Trendline',
'vin': None,
'year': 2020}
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987643%27 HTTP/1.1" 200 None
2026-03-30 10:48:53 [ayvens.be] INFO: Saving data for 1987643: {'auction_closing_time': 1775115000.0, 'created_time': 1774651613.344239, 'last_price_update_time': 1774867733.797446}
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987643') HTTP/1.1" 204 0
2026-03-30 10:48:53 [ayvens.be] INFO: Found listing with ID: 1987644
2026-03-30 10:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987644%27 HTTP/1.1" 200 None
2026-03-30 10:48:53 [ayvens.be] INFO: Scrape type for 1987644: 2
2026-03-30 10:48:53 [ayvens.be] INFO: Extracting data for car ID: 1987644
2026-03-30 10:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5141765-690e-5674-a517-fef3f267b027 with identifier: 1987644
2026-03-30 10:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5141765-690e-5674-a517-fef3f267b027 with scrape type 2
2026-03-30 10:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5141765-690e-5674-a517-fef3f267b027 with scrape type 2
2026-03-30 10:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e5141765-690e-5674-a517-fef3f267b027, identifier: 1987644
2026-03-30 10:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e5141765-690e-5674-a517-fef3f267b027 with identifier: 1987644
2026-03-30 10:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e5141765-690e-5674-a517-fef3f267b027 with identifier: 1987644
2026-03-30 10:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e5141765-690e-5674-a517-fef3f267b027 with identifier: 1987644 to the API
2026-03-30 10:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e5141765-690e-5674-a517-fef3f267b027',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 99521,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-09',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend STOCK',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987644%27 HTTP/1.1" 200 None
2026-03-30 10:48:55 [ayvens.be] INFO: Saving data for 1987644: {'auction_closing_time': 1775115000.0, 'created_time': 1774651615.739738, 'last_price_update_time': 1774867735.06323}
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987644') HTTP/1.1" 204 0
2026-03-30 10:48:55 [ayvens.be] INFO: Found listing with ID: 1987645
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987645%27 HTTP/1.1" 200 None
2026-03-30 10:48:55 [ayvens.be] INFO: Scrape type for 1987645: 2
2026-03-30 10:48:55 [ayvens.be] INFO: Extracting data for car ID: 1987645
2026-03-30 10:48:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60de4ddf-d511-597d-bd26-3c489ed73688 with identifier: 1987645
2026-03-30 10:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60de4ddf-d511-597d-bd26-3c489ed73688 with scrape type 2
2026-03-30 10:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60de4ddf-d511-597d-bd26-3c489ed73688 with scrape type 2
2026-03-30 10:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 60de4ddf-d511-597d-bd26-3c489ed73688, identifier: 1987645
2026-03-30 10:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 60de4ddf-d511-597d-bd26-3c489ed73688 with identifier: 1987645
2026-03-30 10:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 60de4ddf-d511-597d-bd26-3c489ed73688 with identifier: 1987645
2026-03-30 10:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 60de4ddf-d511-597d-bd26-3c489ed73688 with identifier: 1987645 to the API
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '60de4ddf-d511-597d-bd26-3c489ed73688',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A6 AVANT DIESEL - 2018',
'odometer': 202816,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-28',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 AVANT DIESEL - 2018 35 TDi Business Edition Sport S tronic',
'transmission': 'automatic',
'trim': '35 TDi Business Edition Sport S tronic',
'vin': None,
'year': 2020}
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987645%27 HTTP/1.1" 200 None
2026-03-30 10:48:55 [ayvens.be] INFO: Saving data for 1987645: {'auction_closing_time': 1775115000.0, 'created_time': 1774651616.559395, 'last_price_update_time': 1774867735.449012}
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987645') HTTP/1.1" 204 0
2026-03-30 10:48:55 [ayvens.be] INFO: Found listing with ID: 1987646
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987646%27 HTTP/1.1" 200 None
2026-03-30 10:48:55 [ayvens.be] INFO: Scrape type for 1987646: 2
2026-03-30 10:48:55 [ayvens.be] INFO: Extracting data for car ID: 1987646
2026-03-30 10:48:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e73da34d-9c1a-5fae-aa6b-82791a5344b7 with identifier: 1987646
2026-03-30 10:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e73da34d-9c1a-5fae-aa6b-82791a5344b7 with scrape type 2
2026-03-30 10:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e73da34d-9c1a-5fae-aa6b-82791a5344b7 with scrape type 2
2026-03-30 10:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e73da34d-9c1a-5fae-aa6b-82791a5344b7, identifier: 1987646
2026-03-30 10:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e73da34d-9c1a-5fae-aa6b-82791a5344b7 with identifier: 1987646
2026-03-30 10:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e73da34d-9c1a-5fae-aa6b-82791a5344b7 with identifier: 1987646
2026-03-30 10:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e73da34d-9c1a-5fae-aa6b-82791a5344b7 with identifier: 1987646 to the API
2026-03-30 10:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:56 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e73da34d-9c1a-5fae-aa6b-82791a5344b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 104968,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-21',
'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-30 10:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987646%27 HTTP/1.1" 200 None
2026-03-30 10:48:56 [ayvens.be] INFO: Saving data for 1987646: {'auction_closing_time': 1775115000.0, 'created_time': 1774651618.555669, 'last_price_update_time': 1774867736.565177}
2026-03-30 10:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987646') HTTP/1.1" 204 0
2026-03-30 10:48:56 [ayvens.be] INFO: Found listing with ID: 1987647
2026-03-30 10:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987647%27 HTTP/1.1" 200 None
2026-03-30 10:48:56 [ayvens.be] INFO: Scrape type for 1987647: 2
2026-03-30 10:48:56 [ayvens.be] INFO: Extracting data for car ID: 1987647
2026-03-30 10:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8db4242f-c2d2-558f-992b-63a45f7e6c05 with identifier: 1987647
2026-03-30 10:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8db4242f-c2d2-558f-992b-63a45f7e6c05 with scrape type 2
2026-03-30 10:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8db4242f-c2d2-558f-992b-63a45f7e6c05 with scrape type 2
2026-03-30 10:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8db4242f-c2d2-558f-992b-63a45f7e6c05, identifier: 1987647
2026-03-30 10:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8db4242f-c2d2-558f-992b-63a45f7e6c05 with identifier: 1987647
2026-03-30 10:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8db4242f-c2d2-558f-992b-63a45f7e6c05 with identifier: 1987647
2026-03-30 10:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8db4242f-c2d2-558f-992b-63a45f7e6c05 with identifier: 1987647 to the API
2026-03-30 10:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '8db4242f-c2d2-558f-992b-63a45f7e6c05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 70512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 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-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987647%27 HTTP/1.1" 200 None
2026-03-30 10:48:57 [ayvens.be] INFO: Saving data for 1987647: {'auction_closing_time': 1775115000.0, 'created_time': 1774651619.704735, 'last_price_update_time': 1774867737.042567}
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987647') HTTP/1.1" 204 0
2026-03-30 10:48:57 [ayvens.be] INFO: Found listing with ID: 1987648
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987648%27 HTTP/1.1" 200 None
2026-03-30 10:48:57 [ayvens.be] INFO: Scrape type for 1987648: 2
2026-03-30 10:48:57 [ayvens.be] INFO: Extracting data for car ID: 1987648
2026-03-30 10:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c54a87c-fe34-594a-9593-54a851a934c8 with identifier: 1987648
2026-03-30 10:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c54a87c-fe34-594a-9593-54a851a934c8 with scrape type 2
2026-03-30 10:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c54a87c-fe34-594a-9593-54a851a934c8 with scrape type 2
2026-03-30 10:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4c54a87c-fe34-594a-9593-54a851a934c8, identifier: 1987648
2026-03-30 10:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4c54a87c-fe34-594a-9593-54a851a934c8 with identifier: 1987648
2026-03-30 10:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4c54a87c-fe34-594a-9593-54a851a934c8 with identifier: 1987648
2026-03-30 10:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4c54a87c-fe34-594a-9593-54a851a934c8 with identifier: 1987648 to the API
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48: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-30 10:48:57 [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': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '4c54a87c-fe34-594a-9593-54a851a934c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES BERLINE',
'odometer': 150977,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 520D 140KW XDRIVE AUTO',
'transmission': 'automatic',
'trim': '2.0 520D 140KW XDRIVE AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987648%27 HTTP/1.1" 200 None
2026-03-30 10:48:57 [ayvens.be] INFO: Saving data for 1987648: {'auction_closing_time': 1775115000.0, 'created_time': 1774651621.591374, 'last_price_update_time': 1774867737.449074}
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987648') HTTP/1.1" 204 0
2026-03-30 10:48:57 [ayvens.be] INFO: Found listing with ID: 1987649
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987649%27 HTTP/1.1" 200 None
2026-03-30 10:48:57 [ayvens.be] INFO: Scrape type for 1987649: 2
2026-03-30 10:48:57 [ayvens.be] INFO: Extracting data for car ID: 1987649
2026-03-30 10:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18a17186-45d8-59c1-b1c3-4c68cfb6c685 with identifier: 1987649
2026-03-30 10:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18a17186-45d8-59c1-b1c3-4c68cfb6c685 with scrape type 2
2026-03-30 10:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18a17186-45d8-59c1-b1c3-4c68cfb6c685 with scrape type 2
2026-03-30 10:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 18a17186-45d8-59c1-b1c3-4c68cfb6c685, identifier: 1987649
2026-03-30 10:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 18a17186-45d8-59c1-b1c3-4c68cfb6c685 with identifier: 1987649
2026-03-30 10:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 18a17186-45d8-59c1-b1c3-4c68cfb6c685 with identifier: 1987649
2026-03-30 10:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 18a17186-45d8-59c1-b1c3-4c68cfb6c685 with identifier: 1987649 to the API
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:48: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-30 10:48:57 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '18a17186-45d8-59c1-b1c3-4c68cfb6c685',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 204930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 2.0 CRTDI 110KW DSG7 L&K',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110KW DSG7 L&K',
'vin': None,
'year': 2021}
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987649%27 HTTP/1.1" 200 None
2026-03-30 10:48:57 [ayvens.be] INFO: Saving data for 1987649: {'auction_closing_time': 1775115000.0, 'created_time': 1774651623.467608, 'last_price_update_time': 1774867737.942928}
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987649') HTTP/1.1" 204 0
2026-03-30 10:48:57 [ayvens.be] INFO: Found listing with ID: 1987650
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987650%27 HTTP/1.1" 200 None
2026-03-30 10:48:57 [ayvens.be] INFO: Scrape type for 1987650: 2
2026-03-30 10:48:57 [ayvens.be] INFO: Extracting data for car ID: 1987650
2026-03-30 10:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c76b06ab-59e1-51bf-b77e-b79666deb4be with identifier: 1987650
2026-03-30 10:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c76b06ab-59e1-51bf-b77e-b79666deb4be with scrape type 2
2026-03-30 10:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c76b06ab-59e1-51bf-b77e-b79666deb4be with scrape type 2
2026-03-30 10:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c76b06ab-59e1-51bf-b77e-b79666deb4be, identifier: 1987650
2026-03-30 10:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c76b06ab-59e1-51bf-b77e-b79666deb4be with identifier: 1987650
2026-03-30 10:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c76b06ab-59e1-51bf-b77e-b79666deb4be with identifier: 1987650
2026-03-30 10:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c76b06ab-59e1-51bf-b77e-b79666deb4be with identifier: 1987650 to the API
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'c76b06ab-59e1-51bf-b77e-b79666deb4be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008 DIESEL - 2016',
'odometer': 69491,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 DIESEL - 2016 1.5 BlueHDi Active (EU6.2)',
'transmission': 'manual',
'trim': '1.5 BlueHDi Active (EU6.2)',
'vin': None,
'year': 2020}
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987650%27 HTTP/1.1" 200 None
2026-03-30 10:48:58 [ayvens.be] INFO: Saving data for 1987650: {'auction_closing_time': 1775115000.0, 'created_time': 1774651624.956493, 'last_price_update_time': 1774867738.35564}
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987650') HTTP/1.1" 204 0
2026-03-30 10:48:58 [ayvens.be] INFO: Found listing with ID: 1987651
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987651%27 HTTP/1.1" 200 None
2026-03-30 10:48:58 [ayvens.be] INFO: Scrape type for 1987651: 2
2026-03-30 10:48:58 [ayvens.be] INFO: Extracting data for car ID: 1987651
2026-03-30 10:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eeb6f28-3e7c-5635-a388-d9ec3312ca22 with identifier: 1987651
2026-03-30 10:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eeb6f28-3e7c-5635-a388-d9ec3312ca22 with scrape type 2
2026-03-30 10:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eeb6f28-3e7c-5635-a388-d9ec3312ca22 with scrape type 2
2026-03-30 10:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6eeb6f28-3e7c-5635-a388-d9ec3312ca22, identifier: 1987651
2026-03-30 10:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6eeb6f28-3e7c-5635-a388-d9ec3312ca22 with identifier: 1987651
2026-03-30 10:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6eeb6f28-3e7c-5635-a388-d9ec3312ca22 with identifier: 1987651
2026-03-30 10:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6eeb6f28-3e7c-5635-a388-d9ec3312ca22 with identifier: 1987651 to the API
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:58 [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': 5,
'engine': '1.8L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '6eeb6f28-3e7c-5635-a388-d9ec3312ca22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA TOURING SPORTS',
'odometer': 102335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA TOURING SPORTS 1.8 HYBRID PREMIUM E-CVT',
'transmission': 'automatic',
'trim': '1.8 HYBRID PREMIUM E-CVT',
'vin': None,
'year': 2021}
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987651%27 HTTP/1.1" 200 None
2026-03-30 10:48:58 [ayvens.be] INFO: Saving data for 1987651: {'auction_closing_time': 1775115000.0, 'created_time': 1774651627.22759, 'last_price_update_time': 1774867738.7821}
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987651') HTTP/1.1" 204 0
2026-03-30 10:48:58 [ayvens.be] INFO: Found listing with ID: 1987652
2026-03-30 10:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987652%27 HTTP/1.1" 200 None
2026-03-30 10:48:58 [ayvens.be] INFO: Scrape type for 1987652: 2
2026-03-30 10:48:58 [ayvens.be] INFO: Extracting data for car ID: 1987652
2026-03-30 10:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9b56d8c-6805-5131-8f0d-56c43dca993f with identifier: 1987652
2026-03-30 10:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9b56d8c-6805-5131-8f0d-56c43dca993f with scrape type 2
2026-03-30 10:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9b56d8c-6805-5131-8f0d-56c43dca993f with scrape type 2
2026-03-30 10:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a9b56d8c-6805-5131-8f0d-56c43dca993f, identifier: 1987652
2026-03-30 10:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a9b56d8c-6805-5131-8f0d-56c43dca993f with identifier: 1987652
2026-03-30 10:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a9b56d8c-6805-5131-8f0d-56c43dca993f with identifier: 1987652
2026-03-30 10:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a9b56d8c-6805-5131-8f0d-56c43dca993f with identifier: 1987652 to the API
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:59 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a9b56d8c-6805-5131-8f0d-56c43dca993f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'DACIA',
'model': 'SANDERO',
'odometer': 33842,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA SANDERO 1.0 SCE 65 COMFORT',
'transmission': 'manual',
'trim': '1.0 SCE 65 COMFORT',
'vin': None,
'year': 2021}
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987652%27 HTTP/1.1" 200 None
2026-03-30 10:48:59 [ayvens.be] INFO: Saving data for 1987652: {'auction_closing_time': 1775115000.0, 'created_time': 1774651629.016787, 'last_price_update_time': 1774867739.201729}
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987652') HTTP/1.1" 204 0
2026-03-30 10:48:59 [ayvens.be] INFO: Found listing with ID: 1987653
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987653%27 HTTP/1.1" 200 None
2026-03-30 10:48:59 [ayvens.be] INFO: Scrape type for 1987653: 2
2026-03-30 10:48:59 [ayvens.be] INFO: Extracting data for car ID: 1987653
2026-03-30 10:48:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da84af48-b953-530b-9bca-449ba02e47de with identifier: 1987653
2026-03-30 10:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da84af48-b953-530b-9bca-449ba02e47de with scrape type 2
2026-03-30 10:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da84af48-b953-530b-9bca-449ba02e47de with scrape type 2
2026-03-30 10:48:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: da84af48-b953-530b-9bca-449ba02e47de, identifier: 1987653
2026-03-30 10:48:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: da84af48-b953-530b-9bca-449ba02e47de with identifier: 1987653
2026-03-30 10:48:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: da84af48-b953-530b-9bca-449ba02e47de with identifier: 1987653
2026-03-30 10:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: da84af48-b953-530b-9bca-449ba02e47de with identifier: 1987653 to the API
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:59 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'da84af48-b953-530b-9bca-449ba02e47de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 55249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC 2.0 TDI 85KW',
'transmission': 'manual',
'trim': '2.0 TDI 85KW',
'vin': None,
'year': 2021}
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987653%27 HTTP/1.1" 200 None
2026-03-30 10:48:59 [ayvens.be] INFO: Saving data for 1987653: {'auction_closing_time': 1775115000.0, 'created_time': 1774651630.641506, 'last_price_update_time': 1774867739.598893}
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987653') HTTP/1.1" 204 0
2026-03-30 10:48:59 [ayvens.be] INFO: Found listing with ID: 1987654
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987654%27 HTTP/1.1" 200 None
2026-03-30 10:48:59 [ayvens.be] INFO: Scrape type for 1987654: 2
2026-03-30 10:48:59 [ayvens.be] INFO: Extracting data for car ID: 1987654
2026-03-30 10:48:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c81212d-aac4-5ab1-9503-fbedc482ee12 with identifier: 1987654
2026-03-30 10:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c81212d-aac4-5ab1-9503-fbedc482ee12 with scrape type 2
2026-03-30 10:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c81212d-aac4-5ab1-9503-fbedc482ee12 with scrape type 2
2026-03-30 10:48:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2c81212d-aac4-5ab1-9503-fbedc482ee12, identifier: 1987654
2026-03-30 10:48:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2c81212d-aac4-5ab1-9503-fbedc482ee12 with identifier: 1987654
2026-03-30 10:48:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2c81212d-aac4-5ab1-9503-fbedc482ee12 with identifier: 1987654
2026-03-30 10:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2c81212d-aac4-5ab1-9503-fbedc482ee12 with identifier: 1987654 to the API
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:48:59 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '2c81212d-aac4-5ab1-9503-fbedc482ee12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'V60',
'odometer': 89545,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987654%27 HTTP/1.1" 200 None
2026-03-30 10:48:59 [ayvens.be] INFO: Saving data for 1987654: {'auction_closing_time': 1775115000.0, 'created_time': 1774651632.122485, 'last_price_update_time': 1774867739.987084}
2026-03-30 10:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987654') HTTP/1.1" 204 0
2026-03-30 10:49:00 [ayvens.be] INFO: Found listing with ID: 1987655
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987655%27 HTTP/1.1" 200 None
2026-03-30 10:49:00 [ayvens.be] INFO: Scrape type for 1987655: 2
2026-03-30 10:49:00 [ayvens.be] INFO: Extracting data for car ID: 1987655
2026-03-30 10:49:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d415cac7-dd78-5aac-99a2-b2cea3c1d00f with identifier: 1987655
2026-03-30 10:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d415cac7-dd78-5aac-99a2-b2cea3c1d00f with scrape type 2
2026-03-30 10:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d415cac7-dd78-5aac-99a2-b2cea3c1d00f with scrape type 2
2026-03-30 10:49:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d415cac7-dd78-5aac-99a2-b2cea3c1d00f, identifier: 1987655
2026-03-30 10:49:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d415cac7-dd78-5aac-99a2-b2cea3c1d00f with identifier: 1987655
2026-03-30 10:49:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d415cac7-dd78-5aac-99a2-b2cea3c1d00f with identifier: 1987655
2026-03-30 10:49:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d415cac7-dd78-5aac-99a2-b2cea3c1d00f with identifier: 1987655 to the API
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd415cac7-dd78-5aac-99a2-b2cea3c1d00f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'LEON',
'odometer': 99535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON 1.0 TSI 110 MOVE!',
'transmission': 'manual',
'trim': '1.0 TSI 110 MOVE!',
'vin': None,
'year': 2022}
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987655%27 HTTP/1.1" 200 None
2026-03-30 10:49:00 [ayvens.be] INFO: Saving data for 1987655: {'auction_closing_time': 1775115000.0, 'created_time': 1774651633.653399, 'last_price_update_time': 1774867740.406447}
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987655') HTTP/1.1" 204 0
2026-03-30 10:49:00 [ayvens.be] INFO: Found listing with ID: 1987656
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987656%27 HTTP/1.1" 200 None
2026-03-30 10:49:00 [ayvens.be] INFO: Scrape type for 1987656: 2
2026-03-30 10:49:00 [ayvens.be] INFO: Extracting data for car ID: 1987656
2026-03-30 10:49:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d168a173-0669-5041-9125-ab385c969bbb with identifier: 1987656
2026-03-30 10:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d168a173-0669-5041-9125-ab385c969bbb with scrape type 2
2026-03-30 10:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d168a173-0669-5041-9125-ab385c969bbb with scrape type 2
2026-03-30 10:49:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d168a173-0669-5041-9125-ab385c969bbb, identifier: 1987656
2026-03-30 10:49:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d168a173-0669-5041-9125-ab385c969bbb with identifier: 1987656
2026-03-30 10:49:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d168a173-0669-5041-9125-ab385c969bbb with identifier: 1987656
2026-03-30 10:49:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d168a173-0669-5041-9125-ab385c969bbb with identifier: 1987656 to the API
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:00 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': 'd168a173-0669-5041-9125-ab385c969bbb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'POLESTAR',
'model': '2',
'odometer': 53281,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-20',
'seats_number': 5,
'seller_name': None,
'title': 'POLESTAR 2 78KWH DUAL MOTOR AUTO 4WD LONG RANGE',
'transmission': 'automatic',
'trim': '78KWH DUAL MOTOR AUTO 4WD LONG RANGE',
'vin': None,
'year': 2021}
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987656%27 HTTP/1.1" 200 None
2026-03-30 10:49:00 [ayvens.be] INFO: Saving data for 1987656: {'auction_closing_time': 1775115000.0, 'created_time': 1774651637.762314, 'last_price_update_time': 1774867740.868616}
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987656') HTTP/1.1" 204 0
2026-03-30 10:49:00 [ayvens.be] INFO: Found listing with ID: 1987657
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987657%27 HTTP/1.1" 200 None
2026-03-30 10:49:00 [ayvens.be] INFO: Scrape type for 1987657: 2
2026-03-30 10:49:00 [ayvens.be] INFO: Extracting data for car ID: 1987657
2026-03-30 10:49:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aa8b48c-5c84-53d1-9f85-aeb91de94a17 with identifier: 1987657
2026-03-30 10:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aa8b48c-5c84-53d1-9f85-aeb91de94a17 with scrape type 2
2026-03-30 10:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aa8b48c-5c84-53d1-9f85-aeb91de94a17 with scrape type 2
2026-03-30 10:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6aa8b48c-5c84-53d1-9f85-aeb91de94a17, identifier: 1987657
2026-03-30 10:49:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6aa8b48c-5c84-53d1-9f85-aeb91de94a17 with identifier: 1987657
2026-03-30 10:49:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6aa8b48c-5c84-53d1-9f85-aeb91de94a17 with identifier: 1987657
2026-03-30 10:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6aa8b48c-5c84-53d1-9f85-aeb91de94a17 with identifier: 1987657 to the API
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '6aa8b48c-5c84-53d1-9f85-aeb91de94a17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'MOKKA',
'odometer': 60468,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL MOKKA 1.2 TURBO 96KW ELEGANCE AUTO',
'transmission': 'automatic',
'trim': '1.2 TURBO 96KW ELEGANCE AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987657%27 HTTP/1.1" 200 None
2026-03-30 10:49:01 [ayvens.be] INFO: Saving data for 1987657: {'auction_closing_time': 1775115000.0, 'created_time': 1774651639.044841, 'last_price_update_time': 1774867741.343392}
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987657') HTTP/1.1" 204 0
2026-03-30 10:49:01 [ayvens.be] INFO: Found listing with ID: 1987658
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987658%27 HTTP/1.1" 200 None
2026-03-30 10:49:01 [ayvens.be] INFO: Scrape type for 1987658: 2
2026-03-30 10:49:01 [ayvens.be] INFO: Extracting data for car ID: 1987658
2026-03-30 10:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82e2f98e-0d4d-5ea0-812d-3526b7b0d4ac with identifier: 1987658
2026-03-30 10:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82e2f98e-0d4d-5ea0-812d-3526b7b0d4ac with scrape type 2
2026-03-30 10:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82e2f98e-0d4d-5ea0-812d-3526b7b0d4ac with scrape type 2
2026-03-30 10:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 82e2f98e-0d4d-5ea0-812d-3526b7b0d4ac, identifier: 1987658
2026-03-30 10:49:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 82e2f98e-0d4d-5ea0-812d-3526b7b0d4ac with identifier: 1987658
2026-03-30 10:49:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 82e2f98e-0d4d-5ea0-812d-3526b7b0d4ac with identifier: 1987658
2026-03-30 10:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 82e2f98e-0d4d-5ea0-812d-3526b7b0d4ac with identifier: 1987658 to the API
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '82e2f98e-0d4d-5ea0-812d-3526b7b0d4ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS GLB DIESEL (X247)',
'odometer': 209182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-18',
'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-30 10:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987658%27 HTTP/1.1" 200 None
2026-03-30 10:49:01 [ayvens.be] INFO: Saving data for 1987658: {'auction_closing_time': 1775115000.0, 'created_time': 1774651641.111179, 'last_price_update_time': 1774867741.734278}
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987658') HTTP/1.1" 204 0
2026-03-30 10:49:01 [ayvens.be] INFO: Found listing with ID: 1987659
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987659%27 HTTP/1.1" 200 None
2026-03-30 10:49:01 [ayvens.be] INFO: Scrape type for 1987659: 2
2026-03-30 10:49:01 [ayvens.be] INFO: Extracting data for car ID: 1987659
2026-03-30 10:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 584fc82f-8213-5347-a0d9-3e5358a78271 with identifier: 1987659
2026-03-30 10:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 584fc82f-8213-5347-a0d9-3e5358a78271 with scrape type 2
2026-03-30 10:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 584fc82f-8213-5347-a0d9-3e5358a78271 with scrape type 2
2026-03-30 10:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 584fc82f-8213-5347-a0d9-3e5358a78271, identifier: 1987659
2026-03-30 10:49:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 584fc82f-8213-5347-a0d9-3e5358a78271 with identifier: 1987659
2026-03-30 10:49:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 584fc82f-8213-5347-a0d9-3e5358a78271 with identifier: 1987659
2026-03-30 10:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 584fc82f-8213-5347-a0d9-3e5358a78271 with identifier: 1987659 to the API
2026-03-30 10:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '584fc82f-8213-5347-a0d9-3e5358a78271',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 200194,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 110KW LIFE DSG',
'transmission': 'automatic',
'trim': '2.0 TDI 110KW LIFE DSG',
'vin': None,
'year': 2020}
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987659%27 HTTP/1.1" 200 None
2026-03-30 10:49:02 [ayvens.be] INFO: Saving data for 1987659: {'auction_closing_time': 1775115000.0, 'created_time': 1774651642.592208, 'last_price_update_time': 1774867742.144931}
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987659') HTTP/1.1" 204 0
2026-03-30 10:49:02 [ayvens.be] INFO: Found listing with ID: 1987660
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987660%27 HTTP/1.1" 200 None
2026-03-30 10:49:02 [ayvens.be] INFO: Scrape type for 1987660: 2
2026-03-30 10:49:02 [ayvens.be] INFO: Extracting data for car ID: 1987660
2026-03-30 10:49:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fee39eab-9ae0-5d78-9884-9afe25dd46d2 with identifier: 1987660
2026-03-30 10:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fee39eab-9ae0-5d78-9884-9afe25dd46d2 with scrape type 2
2026-03-30 10:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fee39eab-9ae0-5d78-9884-9afe25dd46d2 with scrape type 2
2026-03-30 10:49:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fee39eab-9ae0-5d78-9884-9afe25dd46d2, identifier: 1987660
2026-03-30 10:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fee39eab-9ae0-5d78-9884-9afe25dd46d2 with identifier: 1987660
2026-03-30 10:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fee39eab-9ae0-5d78-9884-9afe25dd46d2 with identifier: 1987660
2026-03-30 10:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fee39eab-9ae0-5d78-9884-9afe25dd46d2 with identifier: 1987660 to the API
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:02 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'fee39eab-9ae0-5d78-9884-9afe25dd46d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 174397,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRONIC SPORTBACK',
'transmission': 'automatic',
'trim': '1.4 40 TFSI E S TRONIC SPORTBACK',
'vin': None,
'year': 2021}
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987660%27 HTTP/1.1" 200 None
2026-03-30 10:49:02 [ayvens.be] INFO: Saving data for 1987660: {'auction_closing_time': 1775115000.0, 'created_time': 1774651645.188308, 'last_price_update_time': 1774867742.658294}
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987660') HTTP/1.1" 204 0
2026-03-30 10:49:02 [ayvens.be] INFO: Found listing with ID: 1987661
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987661%27 HTTP/1.1" 200 None
2026-03-30 10:49:02 [ayvens.be] INFO: Scrape type for 1987661: 2
2026-03-30 10:49:02 [ayvens.be] INFO: Extracting data for car ID: 1987661
2026-03-30 10:49:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdaba590-8c24-5a0e-8655-aac4ade3cd38 with identifier: 1987661
2026-03-30 10:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdaba590-8c24-5a0e-8655-aac4ade3cd38 with scrape type 2
2026-03-30 10:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdaba590-8c24-5a0e-8655-aac4ade3cd38 with scrape type 2
2026-03-30 10:49:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cdaba590-8c24-5a0e-8655-aac4ade3cd38, identifier: 1987661
2026-03-30 10:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cdaba590-8c24-5a0e-8655-aac4ade3cd38 with identifier: 1987661
2026-03-30 10:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cdaba590-8c24-5a0e-8655-aac4ade3cd38 with identifier: 1987661
2026-03-30 10:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cdaba590-8c24-5a0e-8655-aac4ade3cd38 with identifier: 1987661 to the API
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'cdaba590-8c24-5a0e-8655-aac4ade3cd38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 154183,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'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': 2021}
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987661%27 HTTP/1.1" 200 None
2026-03-30 10:49:03 [ayvens.be] INFO: Saving data for 1987661: {'auction_closing_time': 1775115000.0, 'created_time': 1774651645.886745, 'last_price_update_time': 1774867743.07658}
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987661') HTTP/1.1" 204 0
2026-03-30 10:49:03 [ayvens.be] INFO: Found listing with ID: 1987662
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987662%27 HTTP/1.1" 200 None
2026-03-30 10:49:03 [ayvens.be] INFO: Scrape type for 1987662: 2
2026-03-30 10:49:03 [ayvens.be] INFO: Extracting data for car ID: 1987662
2026-03-30 10:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c9774cd-8e8d-541f-960a-6184b74481a8 with identifier: 1987662
2026-03-30 10:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c9774cd-8e8d-541f-960a-6184b74481a8 with scrape type 2
2026-03-30 10:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c9774cd-8e8d-541f-960a-6184b74481a8 with scrape type 2
2026-03-30 10:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c9774cd-8e8d-541f-960a-6184b74481a8, identifier: 1987662
2026-03-30 10:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c9774cd-8e8d-541f-960a-6184b74481a8 with identifier: 1987662
2026-03-30 10:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c9774cd-8e8d-541f-960a-6184b74481a8 with identifier: 1987662
2026-03-30 10:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c9774cd-8e8d-541f-960a-6184b74481a8 with identifier: 1987662 to the API
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '3c9774cd-8e8d-541f-960a-6184b74481a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TOURAN - 2015',
'odometer': 135954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TOURAN - 2015 1.5 TSI ACT Highline OPF DSG',
'transmission': 'automatic',
'trim': '1.5 TSI ACT Highline OPF DSG',
'vin': None,
'year': 2021}
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987662%27 HTTP/1.1" 200 None
2026-03-30 10:49:03 [ayvens.be] INFO: Saving data for 1987662: {'auction_closing_time': 1775115000.0, 'created_time': 1774651646.891119, 'last_price_update_time': 1774867743.47841}
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987662') HTTP/1.1" 204 0
2026-03-30 10:49:03 [ayvens.be] INFO: Found listing with ID: 1987663
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987663%27 HTTP/1.1" 200 None
2026-03-30 10:49:03 [ayvens.be] INFO: Scrape type for 1987663: 2
2026-03-30 10:49:03 [ayvens.be] INFO: Extracting data for car ID: 1987663
2026-03-30 10:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c71daee-9be4-5b33-9ee8-5781119bc903 with identifier: 1987663
2026-03-30 10:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c71daee-9be4-5b33-9ee8-5781119bc903 with scrape type 2
2026-03-30 10:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c71daee-9be4-5b33-9ee8-5781119bc903 with scrape type 2
2026-03-30 10:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c71daee-9be4-5b33-9ee8-5781119bc903, identifier: 1987663
2026-03-30 10:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c71daee-9be4-5b33-9ee8-5781119bc903 with identifier: 1987663
2026-03-30 10:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c71daee-9be4-5b33-9ee8-5781119bc903 with identifier: 1987663
2026-03-30 10:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c71daee-9be4-5b33-9ee8-5781119bc903 with identifier: 1987663 to the API
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '3c71daee-9be4-5b33-9ee8-5781119bc903',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C4',
'odometer': 145291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C4 1.5 BLUEHDI 110 S&S BUSINESS GPS',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 110 S&S BUSINESS GPS',
'vin': None,
'year': 2022}
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987663%27 HTTP/1.1" 200 None
2026-03-30 10:49:03 [ayvens.be] INFO: Saving data for 1987663: {'auction_closing_time': 1775115000.0, 'created_time': 1774651648.270572, 'last_price_update_time': 1774867743.911117}
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987663') HTTP/1.1" 204 0
2026-03-30 10:49:03 [ayvens.be] INFO: Found listing with ID: 1987664
2026-03-30 10:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987664%27 HTTP/1.1" 200 None
2026-03-30 10:49:03 [ayvens.be] INFO: Scrape type for 1987664: 2
2026-03-30 10:49:03 [ayvens.be] INFO: Extracting data for car ID: 1987664
2026-03-30 10:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59eb6b0e-da29-5708-9ffc-2aab595b4a60 with identifier: 1987664
2026-03-30 10:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59eb6b0e-da29-5708-9ffc-2aab595b4a60 with scrape type 2
2026-03-30 10:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59eb6b0e-da29-5708-9ffc-2aab595b4a60 with scrape type 2
2026-03-30 10:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 59eb6b0e-da29-5708-9ffc-2aab595b4a60, identifier: 1987664
2026-03-30 10:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 59eb6b0e-da29-5708-9ffc-2aab595b4a60 with identifier: 1987664
2026-03-30 10:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 59eb6b0e-da29-5708-9ffc-2aab595b4a60 with identifier: 1987664
2026-03-30 10:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 59eb6b0e-da29-5708-9ffc-2aab595b4a60 with identifier: 1987664 to the API
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:04 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '59eb6b0e-da29-5708-9ffc-2aab595b4a60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C3 AIRCROSS DIESEL',
'odometer': 89892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C3 AIRCROSS DIESEL 1.5 BlueHDi Feel S&S (EU6.2)',
'transmission': 'manual',
'trim': '1.5 BlueHDi Feel S&S (EU6.2)',
'vin': None,
'year': 2019}
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987664%27 HTTP/1.1" 200 None
2026-03-30 10:49:04 [ayvens.be] INFO: Saving data for 1987664: {'auction_closing_time': 1775115000.0, 'created_time': 1774651650.748275, 'last_price_update_time': 1774867744.292962}
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987664') HTTP/1.1" 204 0
2026-03-30 10:49:04 [ayvens.be] INFO: Found listing with ID: 1987665
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987665%27 HTTP/1.1" 200 None
2026-03-30 10:49:04 [ayvens.be] INFO: Scrape type for 1987665: 2
2026-03-30 10:49:04 [ayvens.be] INFO: Extracting data for car ID: 1987665
2026-03-30 10:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff92f751-6672-59c2-ab49-693d21402a0b with identifier: 1987665
2026-03-30 10:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff92f751-6672-59c2-ab49-693d21402a0b with scrape type 2
2026-03-30 10:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff92f751-6672-59c2-ab49-693d21402a0b with scrape type 2
2026-03-30 10:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ff92f751-6672-59c2-ab49-693d21402a0b, identifier: 1987665
2026-03-30 10:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ff92f751-6672-59c2-ab49-693d21402a0b with identifier: 1987665
2026-03-30 10:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ff92f751-6672-59c2-ab49-693d21402a0b with identifier: 1987665
2026-03-30 10:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ff92f751-6672-59c2-ab49-693d21402a0b with identifier: 1987665 to the API
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'ff92f751-6672-59c2-ab49-693d21402a0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 145801,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 110KW LIFE DSG',
'transmission': 'automatic',
'trim': '2.0 TDI 110KW LIFE DSG',
'vin': None,
'year': 2022}
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987665%27 HTTP/1.1" 200 None
2026-03-30 10:49:04 [ayvens.be] INFO: Saving data for 1987665: {'auction_closing_time': 1775115000.0, 'created_time': 1774651651.981203, 'last_price_update_time': 1774867744.695555}
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987665') HTTP/1.1" 204 0
2026-03-30 10:49:04 [ayvens.be] INFO: Found listing with ID: 1987666
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987666%27 HTTP/1.1" 200 None
2026-03-30 10:49:04 [ayvens.be] INFO: Scrape type for 1987666: 2
2026-03-30 10:49:04 [ayvens.be] INFO: Extracting data for car ID: 1987666
2026-03-30 10:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5eb0585-b3c9-50c3-aa55-2a96710ce2ff with identifier: 1987666
2026-03-30 10:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5eb0585-b3c9-50c3-aa55-2a96710ce2ff with scrape type 2
2026-03-30 10:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5eb0585-b3c9-50c3-aa55-2a96710ce2ff with scrape type 2
2026-03-30 10:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c5eb0585-b3c9-50c3-aa55-2a96710ce2ff, identifier: 1987666
2026-03-30 10:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c5eb0585-b3c9-50c3-aa55-2a96710ce2ff with identifier: 1987666
2026-03-30 10:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c5eb0585-b3c9-50c3-aa55-2a96710ce2ff with identifier: 1987666
2026-03-30 10:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c5eb0585-b3c9-50c3-aa55-2a96710ce2ff with identifier: 1987666 to the API
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c5eb0585-b3c9-50c3-aa55-2a96710ce2ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE BERLINE',
'odometer': 46177,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.3 TCE 140 EQUILIBRE',
'transmission': 'manual',
'trim': '1.3 TCE 140 EQUILIBRE',
'vin': None,
'year': 2022}
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987666%27 HTTP/1.1" 200 None
2026-03-30 10:49:05 [ayvens.be] INFO: Saving data for 1987666: {'auction_closing_time': 1775115000.0, 'created_time': 1774651653.260109, 'last_price_update_time': 1774867745.108874}
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987666') HTTP/1.1" 204 0
2026-03-30 10:49:05 [ayvens.be] INFO: Found listing with ID: 1987667
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987667%27 HTTP/1.1" 200 None
2026-03-30 10:49:05 [ayvens.be] INFO: Scrape type for 1987667: 2
2026-03-30 10:49:05 [ayvens.be] INFO: Extracting data for car ID: 1987667
2026-03-30 10:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f017534-2451-5c63-a171-5435d3225697 with identifier: 1987667
2026-03-30 10:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f017534-2451-5c63-a171-5435d3225697 with scrape type 2
2026-03-30 10:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f017534-2451-5c63-a171-5435d3225697 with scrape type 2
2026-03-30 10:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2f017534-2451-5c63-a171-5435d3225697, identifier: 1987667
2026-03-30 10:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2f017534-2451-5c63-a171-5435d3225697 with identifier: 1987667
2026-03-30 10:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2f017534-2451-5c63-a171-5435d3225697 with identifier: 1987667
2026-03-30 10:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2f017534-2451-5c63-a171-5435d3225697 with identifier: 1987667 to the API
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '2f017534-2451-5c63-a171-5435d3225697',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C4',
'odometer': 47660,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C4 1.2 PURETECH 100 S&S FEEL',
'transmission': 'manual',
'trim': '1.2 PURETECH 100 S&S FEEL',
'vin': None,
'year': 2023}
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987667%27 HTTP/1.1" 200 None
2026-03-30 10:49:05 [ayvens.be] INFO: Saving data for 1987667: {'auction_closing_time': 1775115000.0, 'created_time': 1774651654.98206, 'last_price_update_time': 1774867745.498003}
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987667') HTTP/1.1" 204 0
2026-03-30 10:49:05 [ayvens.be] INFO: Found listing with ID: 1987668
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987668%27 HTTP/1.1" 200 None
2026-03-30 10:49:05 [ayvens.be] INFO: Scrape type for 1987668: 2
2026-03-30 10:49:05 [ayvens.be] INFO: Extracting data for car ID: 1987668
2026-03-30 10:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d91ee64-582c-5ac0-9330-9ccc59a2bc96 with identifier: 1987668
2026-03-30 10:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d91ee64-582c-5ac0-9330-9ccc59a2bc96 with scrape type 2
2026-03-30 10:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d91ee64-582c-5ac0-9330-9ccc59a2bc96 with scrape type 2
2026-03-30 10:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0d91ee64-582c-5ac0-9330-9ccc59a2bc96, identifier: 1987668
2026-03-30 10:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0d91ee64-582c-5ac0-9330-9ccc59a2bc96 with identifier: 1987668
2026-03-30 10:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0d91ee64-582c-5ac0-9330-9ccc59a2bc96 with identifier: 1987668
2026-03-30 10:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0d91ee64-582c-5ac0-9330-9ccc59a2bc96 with identifier: 1987668 to the API
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '0d91ee64-582c-5ac0-9330-9ccc59a2bc96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TAIGO',
'odometer': 92877,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TAIGO 1.0 TSI 81KW DSG LIFE BUSINESS',
'transmission': 'automatic',
'trim': '1.0 TSI 81KW DSG LIFE BUSINESS',
'vin': None,
'year': 2023}
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987668%27 HTTP/1.1" 200 None
2026-03-30 10:49:05 [ayvens.be] INFO: Saving data for 1987668: {'auction_closing_time': 1775115000.0, 'created_time': 1774651656.331377, 'last_price_update_time': 1774867745.899659}
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987668') HTTP/1.1" 204 0
2026-03-30 10:49:05 [ayvens.be] INFO: Found listing with ID: 1987669
2026-03-30 10:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987669%27 HTTP/1.1" 200 None
2026-03-30 10:49:05 [ayvens.be] INFO: Scrape type for 1987669: 2
2026-03-30 10:49:05 [ayvens.be] INFO: Extracting data for car ID: 1987669
2026-03-30 10:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea24d0f1-e49d-5375-ba4c-0d08378317ec with identifier: 1987669
2026-03-30 10:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea24d0f1-e49d-5375-ba4c-0d08378317ec with scrape type 2
2026-03-30 10:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea24d0f1-e49d-5375-ba4c-0d08378317ec with scrape type 2
2026-03-30 10:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ea24d0f1-e49d-5375-ba4c-0d08378317ec, identifier: 1987669
2026-03-30 10:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ea24d0f1-e49d-5375-ba4c-0d08378317ec with identifier: 1987669
2026-03-30 10:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ea24d0f1-e49d-5375-ba4c-0d08378317ec with identifier: 1987669
2026-03-30 10:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ea24d0f1-e49d-5375-ba4c-0d08378317ec with identifier: 1987669 to the API
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:06 [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': 5,
'engine': '2.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'ea24d0f1-e49d-5375-ba4c-0d08378317ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER 35 FOU MWB MHR DSL - 20',
'odometer': 97065,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-21',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER 35 FOU MWB MHR DSL - 20 2.3 dCi 35 L2H2 En.Tw.Turbo '
'Confort Qui. STOCK',
'transmission': 'manual',
'trim': '2.3 dCi 35 L2H2 En.Tw.Turbo Confort Qui. STOCK',
'vin': None,
'year': 2020}
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987669%27 HTTP/1.1" 200 None
2026-03-30 10:49:06 [ayvens.be] INFO: Saving data for 1987669: {'auction_closing_time': 1775115000.0, 'created_time': 1774651657.728941, 'last_price_update_time': 1774867746.294447}
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987669') HTTP/1.1" 204 0
2026-03-30 10:49:06 [ayvens.be] INFO: Found listing with ID: 1987670
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987670%27 HTTP/1.1" 200 None
2026-03-30 10:49:06 [ayvens.be] INFO: Scrape type for 1987670: 2
2026-03-30 10:49:06 [ayvens.be] INFO: Extracting data for car ID: 1987670
2026-03-30 10:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c54e4c40-b3d7-5be6-95bb-26f89e2dbee5 with identifier: 1987670
2026-03-30 10:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c54e4c40-b3d7-5be6-95bb-26f89e2dbee5 with scrape type 2
2026-03-30 10:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c54e4c40-b3d7-5be6-95bb-26f89e2dbee5 with scrape type 2
2026-03-30 10:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c54e4c40-b3d7-5be6-95bb-26f89e2dbee5, identifier: 1987670
2026-03-30 10:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c54e4c40-b3d7-5be6-95bb-26f89e2dbee5 with identifier: 1987670
2026-03-30 10:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c54e4c40-b3d7-5be6-95bb-26f89e2dbee5 with identifier: 1987670
2026-03-30 10:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c54e4c40-b3d7-5be6-95bb-26f89e2dbee5 with identifier: 1987670 to the API
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'c54e4c40-b3d7-5be6-95bb-26f89e2dbee5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC 29 FOURGON MWB DSL - 20',
'odometer': 190642,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-06',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 20 2.0 dCi 29 L2H1 Grand '
'Confort',
'transmission': 'manual',
'trim': '2.0 dCi 29 L2H1 Grand Confort',
'vin': None,
'year': 2020}
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987670%27 HTTP/1.1" 200 None
2026-03-30 10:49:06 [ayvens.be] INFO: Saving data for 1987670: {'auction_closing_time': 1775115000.0, 'created_time': 1774651659.826669, 'last_price_update_time': 1774867746.673011}
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987670') HTTP/1.1" 204 0
2026-03-30 10:49:06 [ayvens.be] INFO: Found listing with ID: 1987671
2026-03-30 10:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987671%27 HTTP/1.1" 200 None
2026-03-30 10:49:06 [ayvens.be] INFO: Scrape type for 1987671: 2
2026-03-30 10:49:06 [ayvens.be] INFO: Extracting data for car ID: 1987671
2026-03-30 10:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c409cc1-455d-5022-93ef-510887adba58 with identifier: 1987671
2026-03-30 10:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c409cc1-455d-5022-93ef-510887adba58 with scrape type 2
2026-03-30 10:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c409cc1-455d-5022-93ef-510887adba58 with scrape type 2
2026-03-30 10:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c409cc1-455d-5022-93ef-510887adba58, identifier: 1987671
2026-03-30 10:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c409cc1-455d-5022-93ef-510887adba58 with identifier: 1987671
2026-03-30 10:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c409cc1-455d-5022-93ef-510887adba58 with identifier: 1987671
2026-03-30 10:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c409cc1-455d-5022-93ef-510887adba58 with identifier: 1987671 to the API
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:07 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '3c409cc1-455d-5022-93ef-510887adba58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 151136,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-08',
'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-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987671%27 HTTP/1.1" 200 None
2026-03-30 10:49:07 [ayvens.be] INFO: Saving data for 1987671: {'auction_closing_time': 1775115000.0, 'created_time': 1774651661.15893, 'last_price_update_time': 1774867747.172573}
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987671') HTTP/1.1" 204 0
2026-03-30 10:49:07 [ayvens.be] INFO: Found listing with ID: 1987672
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987672%27 HTTP/1.1" 200 None
2026-03-30 10:49:07 [ayvens.be] INFO: Scrape type for 1987672: 2
2026-03-30 10:49:07 [ayvens.be] INFO: Extracting data for car ID: 1987672
2026-03-30 10:49:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cfcffa0-8133-58a4-8f32-d94e95bfdca1 with identifier: 1987672
2026-03-30 10:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cfcffa0-8133-58a4-8f32-d94e95bfdca1 with scrape type 2
2026-03-30 10:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cfcffa0-8133-58a4-8f32-d94e95bfdca1 with scrape type 2
2026-03-30 10:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6cfcffa0-8133-58a4-8f32-d94e95bfdca1, identifier: 1987672
2026-03-30 10:49:07 [scrapy.extensions.logstats] INFO: Crawled 2 pages (at 1 pages/min), scraped 74 items (at 74 items/min)
2026-03-30 10:49:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 166MiB
2026-03-30 10:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6cfcffa0-8133-58a4-8f32-d94e95bfdca1 with identifier: 1987672
2026-03-30 10:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6cfcffa0-8133-58a4-8f32-d94e95bfdca1 with identifier: 1987672
2026-03-30 10:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6cfcffa0-8133-58a4-8f32-d94e95bfdca1 with identifier: 1987672 to the API
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:07 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '6cfcffa0-8133-58a4-8f32-d94e95bfdca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'E-TRON',
'odometer': 74457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-08',
'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': 2021}
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987672%27 HTTP/1.1" 200 None
2026-03-30 10:49:07 [ayvens.be] INFO: Saving data for 1987672: {'auction_closing_time': 1775115000.0, 'created_time': 1774651662.651713, 'last_price_update_time': 1774867747.61945}
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987672') HTTP/1.1" 204 0
2026-03-30 10:49:07 [ayvens.be] INFO: Found listing with ID: 1987673
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987673%27 HTTP/1.1" 200 None
2026-03-30 10:49:07 [ayvens.be] INFO: Scrape type for 1987673: 2
2026-03-30 10:49:07 [ayvens.be] INFO: Extracting data for car ID: 1987673
2026-03-30 10:49:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01fe6002-cd4d-565e-8de6-348f3a2ce4a9 with identifier: 1987673
2026-03-30 10:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01fe6002-cd4d-565e-8de6-348f3a2ce4a9 with scrape type 2
2026-03-30 10:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01fe6002-cd4d-565e-8de6-348f3a2ce4a9 with scrape type 2
2026-03-30 10:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 01fe6002-cd4d-565e-8de6-348f3a2ce4a9, identifier: 1987673
2026-03-30 10:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 01fe6002-cd4d-565e-8de6-348f3a2ce4a9 with identifier: 1987673
2026-03-30 10:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 01fe6002-cd4d-565e-8de6-348f3a2ce4a9 with identifier: 1987673
2026-03-30 10:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 01fe6002-cd4d-565e-8de6-348f3a2ce4a9 with identifier: 1987673 to the API
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:07 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '01fe6002-cd4d-565e-8de6-348f3a2ce4a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A6 AVANT',
'odometer': 149040,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 AVANT 2.0 TDI 35 S TRONIC BUSINESS EDITION',
'transmission': 'automatic',
'trim': '2.0 TDI 35 S TRONIC BUSINESS EDITION',
'vin': None,
'year': 2021}
2026-03-30 10:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987673%27 HTTP/1.1" 200 None
2026-03-30 10:49:08 [ayvens.be] INFO: Saving data for 1987673: {'auction_closing_time': 1775115000.0, 'created_time': 1774651664.96946, 'last_price_update_time': 1774867747.9998}
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987673') HTTP/1.1" 204 0
2026-03-30 10:49:08 [ayvens.be] INFO: Found listing with ID: 1987674
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987674%27 HTTP/1.1" 200 None
2026-03-30 10:49:08 [ayvens.be] INFO: Scrape type for 1987674: 2
2026-03-30 10:49:08 [ayvens.be] INFO: Extracting data for car ID: 1987674
2026-03-30 10:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd470dd7-e7d2-55cb-81ec-63425b0a425a with identifier: 1987674
2026-03-30 10:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd470dd7-e7d2-55cb-81ec-63425b0a425a with scrape type 2
2026-03-30 10:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd470dd7-e7d2-55cb-81ec-63425b0a425a with scrape type 2
2026-03-30 10:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bd470dd7-e7d2-55cb-81ec-63425b0a425a, identifier: 1987674
2026-03-30 10:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bd470dd7-e7d2-55cb-81ec-63425b0a425a with identifier: 1987674
2026-03-30 10:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bd470dd7-e7d2-55cb-81ec-63425b0a425a with identifier: 1987674
2026-03-30 10:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bd470dd7-e7d2-55cb-81ec-63425b0a425a with identifier: 1987674 to the API
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'bd470dd7-e7d2-55cb-81ec-63425b0a425a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4',
'odometer': 195224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 40 TFSI 150KW S TRONIC QTRO COMPETIT',
'transmission': 'automatic',
'trim': '2.0 40 TFSI 150KW S TRONIC QTRO COMPETIT',
'vin': None,
'year': 2022}
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987674%27 HTTP/1.1" 200 None
2026-03-30 10:49:08 [ayvens.be] INFO: Saving data for 1987674: {'auction_closing_time': 1775115000.0, 'created_time': 1774651665.846284, 'last_price_update_time': 1774867748.404154}
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987674') HTTP/1.1" 204 0
2026-03-30 10:49:08 [ayvens.be] INFO: Found listing with ID: 1987675
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987675%27 HTTP/1.1" 200 None
2026-03-30 10:49:08 [ayvens.be] INFO: Scrape type for 1987675: 2
2026-03-30 10:49:08 [ayvens.be] INFO: Extracting data for car ID: 1987675
2026-03-30 10:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3994cba4-6ba2-5389-b939-7f5a1db5dc37 with identifier: 1987675
2026-03-30 10:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3994cba4-6ba2-5389-b939-7f5a1db5dc37 with scrape type 2
2026-03-30 10:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3994cba4-6ba2-5389-b939-7f5a1db5dc37 with scrape type 2
2026-03-30 10:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3994cba4-6ba2-5389-b939-7f5a1db5dc37, identifier: 1987675
2026-03-30 10:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3994cba4-6ba2-5389-b939-7f5a1db5dc37 with identifier: 1987675
2026-03-30 10:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3994cba4-6ba2-5389-b939-7f5a1db5dc37 with identifier: 1987675
2026-03-30 10:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3994cba4-6ba2-5389-b939-7f5a1db5dc37 with identifier: 1987675 to the API
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.9L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '3994cba4-6ba2-5389-b939-7f5a1db5dc37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA',
'odometer': 98522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 2.0 CLA 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 CLA 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987675%27 HTTP/1.1" 200 None
2026-03-30 10:49:08 [ayvens.be] INFO: Saving data for 1987675: {'auction_closing_time': 1775115000.0, 'created_time': 1774651666.878682, 'last_price_update_time': 1774867748.818292}
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987675') HTTP/1.1" 204 0
2026-03-30 10:49:08 [ayvens.be] INFO: Found listing with ID: 1987676
2026-03-30 10:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987676%27 HTTP/1.1" 200 None
2026-03-30 10:49:08 [ayvens.be] INFO: Scrape type for 1987676: 2
2026-03-30 10:49:08 [ayvens.be] INFO: Extracting data for car ID: 1987676
2026-03-30 10:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e35cf86-83a5-5382-aa3c-b62f71f28052 with identifier: 1987676
2026-03-30 10:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e35cf86-83a5-5382-aa3c-b62f71f28052 with scrape type 2
2026-03-30 10:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e35cf86-83a5-5382-aa3c-b62f71f28052 with scrape type 2
2026-03-30 10:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2e35cf86-83a5-5382-aa3c-b62f71f28052, identifier: 1987676
2026-03-30 10:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2e35cf86-83a5-5382-aa3c-b62f71f28052 with identifier: 1987676
2026-03-30 10:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2e35cf86-83a5-5382-aa3c-b62f71f28052 with identifier: 1987676
2026-03-30 10:49:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2e35cf86-83a5-5382-aa3c-b62f71f28052 with identifier: 1987676 to the API
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:09 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '2e35cf86-83a5-5382-aa3c-b62f71f28052',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS 7 CROSSBACK',
'odometer': 101205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS 7 CROSSBACK 1.6 PHEV 225 RIVOLI AUTO',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 RIVOLI AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987676%27 HTTP/1.1" 200 None
2026-03-30 10:49:09 [ayvens.be] INFO: Saving data for 1987676: {'auction_closing_time': 1775115000.0, 'created_time': 1774651669.149215, 'last_price_update_time': 1774867749.215351}
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987676') HTTP/1.1" 204 0
2026-03-30 10:49:09 [ayvens.be] INFO: Found listing with ID: 1987677
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987677%27 HTTP/1.1" 200 None
2026-03-30 10:49:09 [ayvens.be] INFO: Scrape type for 1987677: 2
2026-03-30 10:49:09 [ayvens.be] INFO: Extracting data for car ID: 1987677
2026-03-30 10:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e070571b-7004-5e0a-98e8-99f0b370ad66 with identifier: 1987677
2026-03-30 10:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e070571b-7004-5e0a-98e8-99f0b370ad66 with scrape type 2
2026-03-30 10:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e070571b-7004-5e0a-98e8-99f0b370ad66 with scrape type 2
2026-03-30 10:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e070571b-7004-5e0a-98e8-99f0b370ad66, identifier: 1987677
2026-03-30 10:49:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e070571b-7004-5e0a-98e8-99f0b370ad66 with identifier: 1987677
2026-03-30 10:49:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e070571b-7004-5e0a-98e8-99f0b370ad66 with identifier: 1987677
2026-03-30 10:49:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e070571b-7004-5e0a-98e8-99f0b370ad66 with identifier: 1987677 to the API
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:09 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e070571b-7004-5e0a-98e8-99f0b370ad66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC 27 FOURGON SWB DSL - 20',
'odometer': 150833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-03',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC 27 FOURGON SWB DSL - 20 1.6 dCi 27 L1H1 Confort '
'STOCK',
'transmission': 'manual',
'trim': '1.6 dCi 27 L1H1 Confort STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987677%27 HTTP/1.1" 200 None
2026-03-30 10:49:09 [ayvens.be] INFO: Saving data for 1987677: {'auction_closing_time': 1775115000.0, 'created_time': 1774651670.690149, 'last_price_update_time': 1774867749.624721}
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987677') HTTP/1.1" 204 0
2026-03-30 10:49:09 [ayvens.be] INFO: Found listing with ID: 1987678
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987678%27 HTTP/1.1" 200 None
2026-03-30 10:49:09 [ayvens.be] INFO: Scrape type for 1987678: 2
2026-03-30 10:49:09 [ayvens.be] INFO: Extracting data for car ID: 1987678
2026-03-30 10:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4826782-a841-5f27-a2a2-185016543e5a with identifier: 1987678
2026-03-30 10:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4826782-a841-5f27-a2a2-185016543e5a with scrape type 2
2026-03-30 10:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4826782-a841-5f27-a2a2-185016543e5a with scrape type 2
2026-03-30 10:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f4826782-a841-5f27-a2a2-185016543e5a, identifier: 1987678
2026-03-30 10:49:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f4826782-a841-5f27-a2a2-185016543e5a with identifier: 1987678
2026-03-30 10:49:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f4826782-a841-5f27-a2a2-185016543e5a with identifier: 1987678
2026-03-30 10:49:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f4826782-a841-5f27-a2a2-185016543e5a with identifier: 1987678 to the API
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:09 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f4826782-a841-5f27-a2a2-185016543e5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 189870,
'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': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.6 PURETECH 180 AUTO GT',
'transmission': 'automatic',
'trim': '1.6 PURETECH 180 AUTO GT',
'vin': None,
'year': 2021}
2026-03-30 10:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987678%27 HTTP/1.1" 200 None
2026-03-30 10:49:10 [ayvens.be] INFO: Saving data for 1987678: {'auction_closing_time': 1775115000.0, 'created_time': 1774651672.183455, 'last_price_update_time': 1774867750.002759}
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987678') HTTP/1.1" 204 0
2026-03-30 10:49:10 [ayvens.be] INFO: Found listing with ID: 1987679
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987679%27 HTTP/1.1" 200 None
2026-03-30 10:49:10 [ayvens.be] INFO: Scrape type for 1987679: 2
2026-03-30 10:49:10 [ayvens.be] INFO: Extracting data for car ID: 1987679
2026-03-30 10:49:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6a43a2d-df00-5696-8471-07797c0d9ab2 with identifier: 1987679
2026-03-30 10:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6a43a2d-df00-5696-8471-07797c0d9ab2 with scrape type 2
2026-03-30 10:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6a43a2d-df00-5696-8471-07797c0d9ab2 with scrape type 2
2026-03-30 10:49:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e6a43a2d-df00-5696-8471-07797c0d9ab2, identifier: 1987679
2026-03-30 10:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e6a43a2d-df00-5696-8471-07797c0d9ab2 with identifier: 1987679
2026-03-30 10:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e6a43a2d-df00-5696-8471-07797c0d9ab2 with identifier: 1987679
2026-03-30 10:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e6a43a2d-df00-5696-8471-07797c0d9ab2 with identifier: 1987679 to the API
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:10 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e6a43a2d-df00-5696-8471-07797c0d9ab2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'GRANDLAND X',
'odometer': 69344,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-22',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL GRANDLAND X 1.2 Turbo Edition (EU6.2) STOCK',
'transmission': 'automatic',
'trim': '1.2 Turbo Edition (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987679%27 HTTP/1.1" 200 None
2026-03-30 10:49:10 [ayvens.be] INFO: Saving data for 1987679: {'auction_closing_time': 1775115000.0, 'created_time': 1774651674.10082, 'last_price_update_time': 1774867750.407347}
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987679') HTTP/1.1" 204 0
2026-03-30 10:49:10 [ayvens.be] INFO: Found listing with ID: 1987680
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987680%27 HTTP/1.1" 200 None
2026-03-30 10:49:10 [ayvens.be] INFO: Scrape type for 1987680: 2
2026-03-30 10:49:10 [ayvens.be] INFO: Extracting data for car ID: 1987680
2026-03-30 10:49:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81a2c2ae-07b4-5d71-9394-e41d84e04846 with identifier: 1987680
2026-03-30 10:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81a2c2ae-07b4-5d71-9394-e41d84e04846 with scrape type 2
2026-03-30 10:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81a2c2ae-07b4-5d71-9394-e41d84e04846 with scrape type 2
2026-03-30 10:49:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 81a2c2ae-07b4-5d71-9394-e41d84e04846, identifier: 1987680
2026-03-30 10:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 81a2c2ae-07b4-5d71-9394-e41d84e04846 with identifier: 1987680
2026-03-30 10:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 81a2c2ae-07b4-5d71-9394-e41d84e04846 with identifier: 1987680
2026-03-30 10:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 81a2c2ae-07b4-5d71-9394-e41d84e04846 with identifier: 1987680 to the API
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '81a2c2ae-07b4-5d71-9394-e41d84e04846',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB DIESEL - 2019',
'odometer': 148575,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB DIESEL - 2019 2.0 CR TDi Sportline DSG',
'transmission': 'automatic',
'trim': '2.0 CR TDi Sportline DSG',
'vin': None,
'year': 2020}
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987680%27 HTTP/1.1" 200 None
2026-03-30 10:49:10 [ayvens.be] INFO: Saving data for 1987680: {'auction_closing_time': 1775115000.0, 'created_time': 1774651675.506915, 'last_price_update_time': 1774867750.811613}
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987680') HTTP/1.1" 204 0
2026-03-30 10:49:10 [ayvens.be] INFO: Found listing with ID: 1987681
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987681%27 HTTP/1.1" 200 None
2026-03-30 10:49:10 [ayvens.be] INFO: Scrape type for 1987681: 2
2026-03-30 10:49:10 [ayvens.be] INFO: Extracting data for car ID: 1987681
2026-03-30 10:49:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f331a6a8-91a4-5343-84f6-070f132abbf4 with identifier: 1987681
2026-03-30 10:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f331a6a8-91a4-5343-84f6-070f132abbf4 with scrape type 2
2026-03-30 10:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f331a6a8-91a4-5343-84f6-070f132abbf4 with scrape type 2
2026-03-30 10:49:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f331a6a8-91a4-5343-84f6-070f132abbf4, identifier: 1987681
2026-03-30 10:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f331a6a8-91a4-5343-84f6-070f132abbf4 with identifier: 1987681
2026-03-30 10:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f331a6a8-91a4-5343-84f6-070f132abbf4 with identifier: 1987681
2026-03-30 10:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f331a6a8-91a4-5343-84f6-070f132abbf4 with identifier: 1987681 to the API
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f331a6a8-91a4-5343-84f6-070f132abbf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A5 SPORTBACK',
'odometer': 198966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 35 TDI S TRONIC BUS. ED.',
'transmission': 'automatic',
'trim': '2.0 35 TDI S TRONIC BUS. ED.',
'vin': None,
'year': 2021}
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987681%27 HTTP/1.1" 200 None
2026-03-30 10:49:11 [ayvens.be] INFO: Saving data for 1987681: {'auction_closing_time': 1775115000.0, 'created_time': 1774651677.08477, 'last_price_update_time': 1774867751.192497}
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987681') HTTP/1.1" 204 0
2026-03-30 10:49:11 [ayvens.be] INFO: Found listing with ID: 1987682
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987682%27 HTTP/1.1" 200 None
2026-03-30 10:49:11 [ayvens.be] INFO: Scrape type for 1987682: 2
2026-03-30 10:49:11 [ayvens.be] INFO: Extracting data for car ID: 1987682
2026-03-30 10:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 894454bc-3d3f-5aa5-a1aa-73212580aca7 with identifier: 1987682
2026-03-30 10:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 894454bc-3d3f-5aa5-a1aa-73212580aca7 with scrape type 2
2026-03-30 10:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 894454bc-3d3f-5aa5-a1aa-73212580aca7 with scrape type 2
2026-03-30 10:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 894454bc-3d3f-5aa5-a1aa-73212580aca7, identifier: 1987682
2026-03-30 10:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 894454bc-3d3f-5aa5-a1aa-73212580aca7 with identifier: 1987682
2026-03-30 10:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 894454bc-3d3f-5aa5-a1aa-73212580aca7 with identifier: 1987682
2026-03-30 10:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 894454bc-3d3f-5aa5-a1aa-73212580aca7 with identifier: 1987682 to the API
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:11 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '894454bc-3d3f-5aa5-a1aa-73212580aca7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS7 CROSSBACK',
'odometer': 130013,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-11',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS7 CROSSBACK 1.6 E-TENSE 4x4 Grand Chic (EU6.3)',
'transmission': 'automatic',
'trim': '1.6 E-TENSE 4x4 Grand Chic (EU6.3)',
'vin': None,
'year': 2020}
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987682%27 HTTP/1.1" 200 None
2026-03-30 10:49:11 [ayvens.be] INFO: Saving data for 1987682: {'auction_closing_time': 1775115000.0, 'created_time': 1774651679.02747, 'last_price_update_time': 1774867751.68316}
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987682') HTTP/1.1" 204 0
2026-03-30 10:49:11 [ayvens.be] INFO: Found listing with ID: 1987683
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987683%27 HTTP/1.1" 200 None
2026-03-30 10:49:11 [ayvens.be] INFO: Scrape type for 1987683: 2
2026-03-30 10:49:11 [ayvens.be] INFO: Extracting data for car ID: 1987683
2026-03-30 10:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5252a994-29f9-547e-b6c7-01c20376b98f with identifier: 1987683
2026-03-30 10:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5252a994-29f9-547e-b6c7-01c20376b98f with scrape type 2
2026-03-30 10:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5252a994-29f9-547e-b6c7-01c20376b98f with scrape type 2
2026-03-30 10:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5252a994-29f9-547e-b6c7-01c20376b98f, identifier: 1987683
2026-03-30 10:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5252a994-29f9-547e-b6c7-01c20376b98f with identifier: 1987683
2026-03-30 10:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5252a994-29f9-547e-b6c7-01c20376b98f with identifier: 1987683
2026-03-30 10:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5252a994-29f9-547e-b6c7-01c20376b98f with identifier: 1987683 to the API
2026-03-30 10:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:12 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '5252a994-29f9-547e-b6c7-01c20376b98f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 149874,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 2.0 35 TDI S TRONIC S LINE BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 35 TDI S TRONIC S LINE BUSINESS ED',
'vin': None,
'year': 2023}
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987683%27 HTTP/1.1" 200 None
2026-03-30 10:49:12 [ayvens.be] INFO: Saving data for 1987683: {'auction_closing_time': 1775115000.0, 'created_time': 1774651680.848137, 'last_price_update_time': 1774867752.076517}
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987683') HTTP/1.1" 204 0
2026-03-30 10:49:12 [ayvens.be] INFO: Found listing with ID: 1987684
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987684%27 HTTP/1.1" 200 None
2026-03-30 10:49:12 [ayvens.be] INFO: Scrape type for 1987684: 2
2026-03-30 10:49:12 [ayvens.be] INFO: Extracting data for car ID: 1987684
2026-03-30 10:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f43a21af-20aa-59e8-8cfa-df1a67e9f4fb with identifier: 1987684
2026-03-30 10:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f43a21af-20aa-59e8-8cfa-df1a67e9f4fb with scrape type 2
2026-03-30 10:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f43a21af-20aa-59e8-8cfa-df1a67e9f4fb with scrape type 2
2026-03-30 10:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f43a21af-20aa-59e8-8cfa-df1a67e9f4fb, identifier: 1987684
2026-03-30 10:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f43a21af-20aa-59e8-8cfa-df1a67e9f4fb with identifier: 1987684
2026-03-30 10:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f43a21af-20aa-59e8-8cfa-df1a67e9f4fb with identifier: 1987684
2026-03-30 10:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f43a21af-20aa-59e8-8cfa-df1a67e9f4fb with identifier: 1987684 to the API
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 36,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f43a21af-20aa-59e8-8cfa-df1a67e9f4fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT',
'odometer': 144465,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': '1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2022}
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987684%27 HTTP/1.1" 200 None
2026-03-30 10:49:12 [ayvens.be] INFO: Saving data for 1987684: {'auction_closing_time': 1775115000.0, 'created_time': 1774651682.181449, 'last_price_update_time': 1774867752.505958}
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987684') HTTP/1.1" 204 0
2026-03-30 10:49:12 [ayvens.be] INFO: Found listing with ID: 1987685
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987685%27 HTTP/1.1" 200 None
2026-03-30 10:49:12 [ayvens.be] INFO: Scrape type for 1987685: 2
2026-03-30 10:49:12 [ayvens.be] INFO: Extracting data for car ID: 1987685
2026-03-30 10:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb28776f-9eb2-5246-8fc7-47dd1a0e692a with identifier: 1987685
2026-03-30 10:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb28776f-9eb2-5246-8fc7-47dd1a0e692a with scrape type 2
2026-03-30 10:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb28776f-9eb2-5246-8fc7-47dd1a0e692a with scrape type 2
2026-03-30 10:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cb28776f-9eb2-5246-8fc7-47dd1a0e692a, identifier: 1987685
2026-03-30 10:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cb28776f-9eb2-5246-8fc7-47dd1a0e692a with identifier: 1987685
2026-03-30 10:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cb28776f-9eb2-5246-8fc7-47dd1a0e692a with identifier: 1987685
2026-03-30 10:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cb28776f-9eb2-5246-8fc7-47dd1a0e692a with identifier: 1987685 to the API
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:12 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'cb28776f-9eb2-5246-8fc7-47dd1a0e692a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 198535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318DA (110KW) TOURING',
'transmission': 'automatic',
'trim': '2.0 318DA (110KW) TOURING',
'vin': None,
'year': 2021}
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987685%27 HTTP/1.1" 200 None
2026-03-30 10:49:12 [ayvens.be] INFO: Saving data for 1987685: {'auction_closing_time': 1775115000.0, 'created_time': 1774651685.225972, 'last_price_update_time': 1774867752.979176}
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987685') HTTP/1.1" 204 0
2026-03-30 10:49:12 [ayvens.be] INFO: Found listing with ID: 1987686
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987686%27 HTTP/1.1" 200 None
2026-03-30 10:49:13 [ayvens.be] INFO: Scrape type for 1987686: 2
2026-03-30 10:49:13 [ayvens.be] INFO: Extracting data for car ID: 1987686
2026-03-30 10:49:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b35d02ca-c350-5ebb-9140-f1118f06879d with identifier: 1987686
2026-03-30 10:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b35d02ca-c350-5ebb-9140-f1118f06879d with scrape type 2
2026-03-30 10:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b35d02ca-c350-5ebb-9140-f1118f06879d with scrape type 2
2026-03-30 10:49:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b35d02ca-c350-5ebb-9140-f1118f06879d, identifier: 1987686
2026-03-30 10:49:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b35d02ca-c350-5ebb-9140-f1118f06879d with identifier: 1987686
2026-03-30 10:49:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b35d02ca-c350-5ebb-9140-f1118f06879d with identifier: 1987686
2026-03-30 10:49:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b35d02ca-c350-5ebb-9140-f1118f06879d with identifier: 1987686 to the API
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:13 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b35d02ca-c350-5ebb-9140-f1118f06879d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'V90',
'odometer': 139321,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V90 2.0 T6 PHEV INSCRIPTION AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 T6 PHEV INSCRIPTION AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987686%27 HTTP/1.1" 200 None
2026-03-30 10:49:13 [ayvens.be] INFO: Saving data for 1987686: {'auction_closing_time': 1775115000.0, 'created_time': 1774651686.65306, 'last_price_update_time': 1774867753.377707}
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987686') HTTP/1.1" 204 0
2026-03-30 10:49:13 [ayvens.be] INFO: Found listing with ID: 1987687
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987687%27 HTTP/1.1" 200 None
2026-03-30 10:49:13 [ayvens.be] INFO: Scrape type for 1987687: 2
2026-03-30 10:49:13 [ayvens.be] INFO: Extracting data for car ID: 1987687
2026-03-30 10:49:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dac9ed5-895c-5c73-9bc2-064e7c818d70 with identifier: 1987687
2026-03-30 10:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dac9ed5-895c-5c73-9bc2-064e7c818d70 with scrape type 2
2026-03-30 10:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dac9ed5-895c-5c73-9bc2-064e7c818d70 with scrape type 2
2026-03-30 10:49:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5dac9ed5-895c-5c73-9bc2-064e7c818d70, identifier: 1987687
2026-03-30 10:49:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5dac9ed5-895c-5c73-9bc2-064e7c818d70 with identifier: 1987687
2026-03-30 10:49:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5dac9ed5-895c-5c73-9bc2-064e7c818d70 with identifier: 1987687
2026-03-30 10:49:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5dac9ed5-895c-5c73-9bc2-064e7c818d70 with identifier: 1987687 to the API
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:13 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '5dac9ed5-895c-5c73-9bc2-064e7c818d70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 133756,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 78 kWh P8 AWD Recharge R-Design',
'transmission': 'automatic',
'trim': '78 kWh P8 AWD Recharge R-Design',
'vin': None,
'year': 2021}
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987687%27 HTTP/1.1" 200 None
2026-03-30 10:49:13 [ayvens.be] INFO: Saving data for 1987687: {'auction_closing_time': 1775115000.0, 'created_time': 1774651688.907092, 'last_price_update_time': 1774867753.957538}
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987687') HTTP/1.1" 204 0
2026-03-30 10:49:13 [ayvens.be] INFO: Found listing with ID: 1987688
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987688%27 HTTP/1.1" 200 None
2026-03-30 10:49:13 [ayvens.be] INFO: Scrape type for 1987688: 2
2026-03-30 10:49:13 [ayvens.be] INFO: Extracting data for car ID: 1987688
2026-03-30 10:49:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bc2d8fa-ac78-58da-9b36-cc269c6911f3 with identifier: 1987688
2026-03-30 10:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bc2d8fa-ac78-58da-9b36-cc269c6911f3 with scrape type 2
2026-03-30 10:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bc2d8fa-ac78-58da-9b36-cc269c6911f3 with scrape type 2
2026-03-30 10:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6bc2d8fa-ac78-58da-9b36-cc269c6911f3, identifier: 1987688
2026-03-30 10:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6bc2d8fa-ac78-58da-9b36-cc269c6911f3 with identifier: 1987688
2026-03-30 10:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6bc2d8fa-ac78-58da-9b36-cc269c6911f3 with identifier: 1987688
2026-03-30 10:49:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6bc2d8fa-ac78-58da-9b36-cc269c6911f3 with identifier: 1987688 to the API
2026-03-30 10:49:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:14 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '6bc2d8fa-ac78-58da-9b36-cc269c6911f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 142839,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI HYBRID FEEL AUTO',
'transmission': 'automatic',
'trim': '1.6 T-GDI HYBRID FEEL AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987688%27 HTTP/1.1" 200 None
2026-03-30 10:49:14 [ayvens.be] INFO: Saving data for 1987688: {'auction_closing_time': 1775115000.0, 'created_time': 1774651690.422393, 'last_price_update_time': 1774867754.461525}
2026-03-30 10:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987688') HTTP/1.1" 204 0
2026-03-30 10:49:14 [ayvens.be] INFO: Found listing with ID: 1987689
2026-03-30 10:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987689%27 HTTP/1.1" 200 None
2026-03-30 10:49:14 [ayvens.be] INFO: Scrape type for 1987689: 2
2026-03-30 10:49:14 [ayvens.be] INFO: Extracting data for car ID: 1987689
2026-03-30 10:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9ece722-0369-57dc-ab92-5296e9e7ac97 with identifier: 1987689
2026-03-30 10:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9ece722-0369-57dc-ab92-5296e9e7ac97 with scrape type 2
2026-03-30 10:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9ece722-0369-57dc-ab92-5296e9e7ac97 with scrape type 2
2026-03-30 10:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f9ece722-0369-57dc-ab92-5296e9e7ac97, identifier: 1987689
2026-03-30 10:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f9ece722-0369-57dc-ab92-5296e9e7ac97 with identifier: 1987689
2026-03-30 10:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f9ece722-0369-57dc-ab92-5296e9e7ac97 with identifier: 1987689
2026-03-30 10:49:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f9ece722-0369-57dc-ab92-5296e9e7ac97 with identifier: 1987689 to the API
2026-03-30 10:49:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:15 [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': 5,
'engine': '2.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f9ece722-0369-57dc-ab92-5296e9e7ac97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA',
'odometer': 117682,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-30',
'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-30 10:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987689%27 HTTP/1.1" 200 None
2026-03-30 10:49:15 [ayvens.be] INFO: Saving data for 1987689: {'auction_closing_time': 1775115000.0, 'created_time': 1774651692.210262, 'last_price_update_time': 1774867755.345081}
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987689') HTTP/1.1" 204 0
2026-03-30 10:49:15 [ayvens.be] INFO: Found listing with ID: 1987690
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987690%27 HTTP/1.1" 200 None
2026-03-30 10:49:15 [ayvens.be] INFO: Scrape type for 1987690: 2
2026-03-30 10:49:15 [ayvens.be] INFO: Extracting data for car ID: 1987690
2026-03-30 10:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c731918c-dce9-5b79-ba3f-c1462c6867ec with identifier: 1987690
2026-03-30 10:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c731918c-dce9-5b79-ba3f-c1462c6867ec with scrape type 2
2026-03-30 10:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c731918c-dce9-5b79-ba3f-c1462c6867ec with scrape type 2
2026-03-30 10:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c731918c-dce9-5b79-ba3f-c1462c6867ec, identifier: 1987690
2026-03-30 10:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c731918c-dce9-5b79-ba3f-c1462c6867ec with identifier: 1987690
2026-03-30 10:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c731918c-dce9-5b79-ba3f-c1462c6867ec with identifier: 1987690
2026-03-30 10:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c731918c-dce9-5b79-ba3f-c1462c6867ec with identifier: 1987690 to the API
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c731918c-dce9-5b79-ba3f-c1462c6867ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SCALA',
'odometer': 108188,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SCALA 1.0 TSI 70KW CLEVER',
'transmission': 'manual',
'trim': '1.0 TSI 70KW CLEVER',
'vin': None,
'year': 2021}
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987690%27 HTTP/1.1" 200 None
2026-03-30 10:49:15 [ayvens.be] INFO: Saving data for 1987690: {'auction_closing_time': 1775115000.0, 'created_time': 1774651694.083475, 'last_price_update_time': 1774867755.751888}
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987690') HTTP/1.1" 204 0
2026-03-30 10:49:15 [ayvens.be] INFO: Found listing with ID: 1987691
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987691%27 HTTP/1.1" 200 None
2026-03-30 10:49:15 [ayvens.be] INFO: Scrape type for 1987691: 2
2026-03-30 10:49:15 [ayvens.be] INFO: Extracting data for car ID: 1987691
2026-03-30 10:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cdb4cab-1e94-5295-8f36-0fcf1cc88922 with identifier: 1987691
2026-03-30 10:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cdb4cab-1e94-5295-8f36-0fcf1cc88922 with scrape type 2
2026-03-30 10:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cdb4cab-1e94-5295-8f36-0fcf1cc88922 with scrape type 2
2026-03-30 10:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4cdb4cab-1e94-5295-8f36-0fcf1cc88922, identifier: 1987691
2026-03-30 10:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4cdb4cab-1e94-5295-8f36-0fcf1cc88922 with identifier: 1987691
2026-03-30 10:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4cdb4cab-1e94-5295-8f36-0fcf1cc88922 with identifier: 1987691
2026-03-30 10:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4cdb4cab-1e94-5295-8f36-0fcf1cc88922 with identifier: 1987691 to the API
2026-03-30 10:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '4cdb4cab-1e94-5295-8f36-0fcf1cc88922',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'EV6',
'odometer': 47414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 BEV 77KWH GT LINE AUTO AWD',
'transmission': 'automatic',
'trim': 'BEV 77KWH GT LINE AUTO AWD',
'vin': None,
'year': 2024}
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987691%27 HTTP/1.1" 200 None
2026-03-30 10:49:16 [ayvens.be] INFO: Saving data for 1987691: {'auction_closing_time': 1775115000.0, 'created_time': 1774651695.085489, 'last_price_update_time': 1774867756.128741}
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987691') HTTP/1.1" 204 0
2026-03-30 10:49:16 [ayvens.be] INFO: Found listing with ID: 1987692
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987692%27 HTTP/1.1" 200 None
2026-03-30 10:49:16 [ayvens.be] INFO: Scrape type for 1987692: 2
2026-03-30 10:49:16 [ayvens.be] INFO: Extracting data for car ID: 1987692
2026-03-30 10:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6cc6b36-e146-5f13-97ea-6a687b7ff195 with identifier: 1987692
2026-03-30 10:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6cc6b36-e146-5f13-97ea-6a687b7ff195 with scrape type 2
2026-03-30 10:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6cc6b36-e146-5f13-97ea-6a687b7ff195 with scrape type 2
2026-03-30 10:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d6cc6b36-e146-5f13-97ea-6a687b7ff195, identifier: 1987692
2026-03-30 10:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d6cc6b36-e146-5f13-97ea-6a687b7ff195 with identifier: 1987692
2026-03-30 10:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d6cc6b36-e146-5f13-97ea-6a687b7ff195 with identifier: 1987692
2026-03-30 10:49:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d6cc6b36-e146-5f13-97ea-6a687b7ff195 with identifier: 1987692 to the API
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd6cc6b36-e146-5f13-97ea-6a687b7ff195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'XCEED',
'odometer': 45602,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-04',
'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-30 10:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987692%27 HTTP/1.1" 200 None
2026-03-30 10:49:16 [ayvens.be] INFO: Saving data for 1987692: {'auction_closing_time': 1775115000.0, 'created_time': 1774651696.880711, 'last_price_update_time': 1774867756.521454}
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987692') HTTP/1.1" 204 0
2026-03-30 10:49:16 [ayvens.be] INFO: Found listing with ID: 1987693
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987693%27 HTTP/1.1" 200 None
2026-03-30 10:49:16 [ayvens.be] INFO: Scrape type for 1987693: 2
2026-03-30 10:49:16 [ayvens.be] INFO: Extracting data for car ID: 1987693
2026-03-30 10:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb1362f0-7b9a-5c27-bd0c-a9ed8b553f43 with identifier: 1987693
2026-03-30 10:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb1362f0-7b9a-5c27-bd0c-a9ed8b553f43 with scrape type 2
2026-03-30 10:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb1362f0-7b9a-5c27-bd0c-a9ed8b553f43 with scrape type 2
2026-03-30 10:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: eb1362f0-7b9a-5c27-bd0c-a9ed8b553f43, identifier: 1987693
2026-03-30 10:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: eb1362f0-7b9a-5c27-bd0c-a9ed8b553f43 with identifier: 1987693
2026-03-30 10:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: eb1362f0-7b9a-5c27-bd0c-a9ed8b553f43 with identifier: 1987693
2026-03-30 10:49:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: eb1362f0-7b9a-5c27-bd0c-a9ed8b553f43 with identifier: 1987693 to the API
2026-03-30 10:49:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:16 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': 'eb1362f0-7b9a-5c27-bd0c-a9ed8b553f43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'EQA',
'odometer': 78971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'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-30 10:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987693%27 HTTP/1.1" 200 None
2026-03-30 10:49:17 [ayvens.be] INFO: Saving data for 1987693: {'auction_closing_time': 1775115000.0, 'created_time': 1774651698.098756, 'last_price_update_time': 1774867757.015516}
2026-03-30 10:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987693') HTTP/1.1" 204 0
2026-03-30 10:49:17 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 100
2026-03-30 10:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:49:26 [ayvens.be] INFO: Found listing with ID: 1987694
2026-03-30 10:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987694%27 HTTP/1.1" 200 None
2026-03-30 10:49:26 [ayvens.be] INFO: Scrape type for 1987694: 2
2026-03-30 10:49:26 [ayvens.be] INFO: Extracting data for car ID: 1987694
2026-03-30 10:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7407a81-e778-5b3b-9e93-09da2459d276 with identifier: 1987694
2026-03-30 10:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7407a81-e778-5b3b-9e93-09da2459d276 with scrape type 2
2026-03-30 10:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7407a81-e778-5b3b-9e93-09da2459d276 with scrape type 2
2026-03-30 10:49:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d7407a81-e778-5b3b-9e93-09da2459d276, identifier: 1987694
2026-03-30 10:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d7407a81-e778-5b3b-9e93-09da2459d276 with identifier: 1987694
2026-03-30 10:49:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d7407a81-e778-5b3b-9e93-09da2459d276 with identifier: 1987694
2026-03-30 10:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d7407a81-e778-5b3b-9e93-09da2459d276 with identifier: 1987694 to the API
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:27 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd7407a81-e778-5b3b-9e93-09da2459d276',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 67636,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987694%27 HTTP/1.1" 200 None
2026-03-30 10:49:27 [ayvens.be] INFO: Saving data for 1987694: {'auction_closing_time': 1775115000.0, 'created_time': 1774651700.945809, 'last_price_update_time': 1774867767.261311}
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987694') HTTP/1.1" 204 0
2026-03-30 10:49:27 [ayvens.be] INFO: Found listing with ID: 1987695
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987695%27 HTTP/1.1" 200 None
2026-03-30 10:49:27 [ayvens.be] INFO: Scrape type for 1987695: 2
2026-03-30 10:49:27 [ayvens.be] INFO: Extracting data for car ID: 1987695
2026-03-30 10:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2891775-9cdc-5cd2-83dd-81d403d388c8 with identifier: 1987695
2026-03-30 10:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2891775-9cdc-5cd2-83dd-81d403d388c8 with scrape type 2
2026-03-30 10:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2891775-9cdc-5cd2-83dd-81d403d388c8 with scrape type 2
2026-03-30 10:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c2891775-9cdc-5cd2-83dd-81d403d388c8, identifier: 1987695
2026-03-30 10:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c2891775-9cdc-5cd2-83dd-81d403d388c8 with identifier: 1987695
2026-03-30 10:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c2891775-9cdc-5cd2-83dd-81d403d388c8 with identifier: 1987695
2026-03-30 10:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c2891775-9cdc-5cd2-83dd-81d403d388c8 with identifier: 1987695 to the API
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c2891775-9cdc-5cd2-83dd-81d403d388c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 51122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-16',
'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-30 10:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987695%27 HTTP/1.1" 200 None
2026-03-30 10:49:27 [ayvens.be] INFO: Saving data for 1987695: {'auction_closing_time': 1775115000.0, 'created_time': 1774651702.226123, 'last_price_update_time': 1774867767.745822}
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987695') HTTP/1.1" 204 0
2026-03-30 10:49:27 [ayvens.be] INFO: Found listing with ID: 1987696
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987696%27 HTTP/1.1" 200 None
2026-03-30 10:49:27 [ayvens.be] INFO: Scrape type for 1987696: 2
2026-03-30 10:49:27 [ayvens.be] INFO: Extracting data for car ID: 1987696
2026-03-30 10:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 019cdef2-10e2-5be7-98cf-25d8a5b29edf with identifier: 1987696
2026-03-30 10:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 019cdef2-10e2-5be7-98cf-25d8a5b29edf with scrape type 2
2026-03-30 10:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 019cdef2-10e2-5be7-98cf-25d8a5b29edf with scrape type 2
2026-03-30 10:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 019cdef2-10e2-5be7-98cf-25d8a5b29edf, identifier: 1987696
2026-03-30 10:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 019cdef2-10e2-5be7-98cf-25d8a5b29edf with identifier: 1987696
2026-03-30 10:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 019cdef2-10e2-5be7-98cf-25d8a5b29edf with identifier: 1987696
2026-03-30 10:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 019cdef2-10e2-5be7-98cf-25d8a5b29edf with identifier: 1987696 to the API
2026-03-30 10:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '019cdef2-10e2-5be7-98cf-25d8a5b29edf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 82761,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987696%27 HTTP/1.1" 200 None
2026-03-30 10:49:28 [ayvens.be] INFO: Saving data for 1987696: {'auction_closing_time': 1775115000.0, 'created_time': 1774651703.612169, 'last_price_update_time': 1774867768.131916}
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987696') HTTP/1.1" 204 0
2026-03-30 10:49:28 [ayvens.be] INFO: Found listing with ID: 1987697
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987697%27 HTTP/1.1" 200 None
2026-03-30 10:49:28 [ayvens.be] INFO: Scrape type for 1987697: 2
2026-03-30 10:49:28 [ayvens.be] INFO: Extracting data for car ID: 1987697
2026-03-30 10:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c9ed06a-3822-51c4-aff1-d0db4571b1ab with identifier: 1987697
2026-03-30 10:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c9ed06a-3822-51c4-aff1-d0db4571b1ab with scrape type 2
2026-03-30 10:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c9ed06a-3822-51c4-aff1-d0db4571b1ab with scrape type 2
2026-03-30 10:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7c9ed06a-3822-51c4-aff1-d0db4571b1ab, identifier: 1987697
2026-03-30 10:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7c9ed06a-3822-51c4-aff1-d0db4571b1ab with identifier: 1987697
2026-03-30 10:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7c9ed06a-3822-51c4-aff1-d0db4571b1ab with identifier: 1987697
2026-03-30 10:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7c9ed06a-3822-51c4-aff1-d0db4571b1ab with identifier: 1987697 to the API
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:28 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '7c9ed06a-3822-51c4-aff1-d0db4571b1ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 HATCH DIESEL - 2019',
'odometer': 126245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 HATCH DIESEL - 2019 116 d AdBlue',
'transmission': 'manual',
'trim': '116 d AdBlue',
'vin': None,
'year': 2020}
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987697%27 HTTP/1.1" 200 None
2026-03-30 10:49:28 [ayvens.be] INFO: Saving data for 1987697: {'auction_closing_time': 1775115000.0, 'created_time': 1774651705.913428, 'last_price_update_time': 1774867768.54377}
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987697') HTTP/1.1" 204 0
2026-03-30 10:49:28 [ayvens.be] INFO: Found listing with ID: 1987698
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987698%27 HTTP/1.1" 200 None
2026-03-30 10:49:28 [ayvens.be] INFO: Scrape type for 1987698: 2
2026-03-30 10:49:28 [ayvens.be] INFO: Extracting data for car ID: 1987698
2026-03-30 10:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dcba77d-243c-5cfc-91e0-47aeaaff122f with identifier: 1987698
2026-03-30 10:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dcba77d-243c-5cfc-91e0-47aeaaff122f with scrape type 2
2026-03-30 10:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dcba77d-243c-5cfc-91e0-47aeaaff122f with scrape type 2
2026-03-30 10:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8dcba77d-243c-5cfc-91e0-47aeaaff122f, identifier: 1987698
2026-03-30 10:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8dcba77d-243c-5cfc-91e0-47aeaaff122f with identifier: 1987698
2026-03-30 10:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8dcba77d-243c-5cfc-91e0-47aeaaff122f with identifier: 1987698
2026-03-30 10:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8dcba77d-243c-5cfc-91e0-47aeaaff122f with identifier: 1987698 to the API
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '8dcba77d-243c-5cfc-91e0-47aeaaff122f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C4',
'odometer': 124569,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C4 1.5 BLUEHDI 110 S&S BUSINESS LOUNGE',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 110 S&S BUSINESS LOUNGE',
'vin': None,
'year': 2022}
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987698%27 HTTP/1.1" 200 None
2026-03-30 10:49:28 [ayvens.be] INFO: Saving data for 1987698: {'auction_closing_time': 1775115000.0, 'created_time': 1774651707.090145, 'last_price_update_time': 1774867768.939187}
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987698') HTTP/1.1" 204 0
2026-03-30 10:49:28 [ayvens.be] INFO: Found listing with ID: 1987699
2026-03-30 10:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987699%27 HTTP/1.1" 200 None
2026-03-30 10:49:28 [ayvens.be] INFO: Scrape type for 1987699: 2
2026-03-30 10:49:28 [ayvens.be] INFO: Extracting data for car ID: 1987699
2026-03-30 10:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f1a932e-cdcb-50d1-908b-e4a35c3b13f4 with identifier: 1987699
2026-03-30 10:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f1a932e-cdcb-50d1-908b-e4a35c3b13f4 with scrape type 2
2026-03-30 10:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f1a932e-cdcb-50d1-908b-e4a35c3b13f4 with scrape type 2
2026-03-30 10:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1f1a932e-cdcb-50d1-908b-e4a35c3b13f4, identifier: 1987699
2026-03-30 10:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1f1a932e-cdcb-50d1-908b-e4a35c3b13f4 with identifier: 1987699
2026-03-30 10:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1f1a932e-cdcb-50d1-908b-e4a35c3b13f4 with identifier: 1987699
2026-03-30 10:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1f1a932e-cdcb-50d1-908b-e4a35c3b13f4 with identifier: 1987699 to the API
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '1f1a932e-cdcb-50d1-908b-e4a35c3b13f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'CADDY',
'odometer': 196154,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY 2.0TDI 55KW BMT CARGO',
'transmission': 'manual',
'trim': '2.0TDI 55KW BMT CARGO',
'vin': None,
'year': 2022}
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987699%27 HTTP/1.1" 200 None
2026-03-30 10:49:29 [ayvens.be] INFO: Saving data for 1987699: {'auction_closing_time': 1775115000.0, 'created_time': 1774651708.207252, 'last_price_update_time': 1774867769.352841}
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987699') HTTP/1.1" 204 0
2026-03-30 10:49:29 [ayvens.be] INFO: Found listing with ID: 1987700
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987700%27 HTTP/1.1" 200 None
2026-03-30 10:49:29 [ayvens.be] INFO: Scrape type for 1987700: 2
2026-03-30 10:49:29 [ayvens.be] INFO: Extracting data for car ID: 1987700
2026-03-30 10:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ac87dae-41b9-5f8f-8bd4-9adc4e3f7450 with identifier: 1987700
2026-03-30 10:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ac87dae-41b9-5f8f-8bd4-9adc4e3f7450 with scrape type 2
2026-03-30 10:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ac87dae-41b9-5f8f-8bd4-9adc4e3f7450 with scrape type 2
2026-03-30 10:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8ac87dae-41b9-5f8f-8bd4-9adc4e3f7450, identifier: 1987700
2026-03-30 10:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8ac87dae-41b9-5f8f-8bd4-9adc4e3f7450 with identifier: 1987700
2026-03-30 10:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8ac87dae-41b9-5f8f-8bd4-9adc4e3f7450 with identifier: 1987700
2026-03-30 10:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8ac87dae-41b9-5f8f-8bd4-9adc4e3f7450 with identifier: 1987700 to the API
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:29 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '8ac87dae-41b9-5f8f-8bd4-9adc4e3f7450',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT DIESEL - 2019',
'odometer': 164546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT DIESEL - 2019 1.6 TDi SCR Style Business '
'DSG',
'transmission': 'automatic',
'trim': '1.6 TDi SCR Style Business DSG',
'vin': None,
'year': 2019}
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987700%27 HTTP/1.1" 200 None
2026-03-30 10:49:29 [ayvens.be] INFO: Saving data for 1987700: {'auction_closing_time': 1775115000.0, 'created_time': 1774651710.864944, 'last_price_update_time': 1774867769.724047}
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987700') HTTP/1.1" 204 0
2026-03-30 10:49:29 [ayvens.be] INFO: Found listing with ID: 1987701
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987701%27 HTTP/1.1" 200 None
2026-03-30 10:49:29 [ayvens.be] INFO: Scrape type for 1987701: 2
2026-03-30 10:49:29 [ayvens.be] INFO: Extracting data for car ID: 1987701
2026-03-30 10:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82ce5d83-ea68-5d17-a8df-3db0d175dbe3 with identifier: 1987701
2026-03-30 10:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ce5d83-ea68-5d17-a8df-3db0d175dbe3 with scrape type 2
2026-03-30 10:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82ce5d83-ea68-5d17-a8df-3db0d175dbe3 with scrape type 2
2026-03-30 10:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 82ce5d83-ea68-5d17-a8df-3db0d175dbe3, identifier: 1987701
2026-03-30 10:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 82ce5d83-ea68-5d17-a8df-3db0d175dbe3 with identifier: 1987701
2026-03-30 10:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 82ce5d83-ea68-5d17-a8df-3db0d175dbe3 with identifier: 1987701
2026-03-30 10:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 82ce5d83-ea68-5d17-a8df-3db0d175dbe3 with identifier: 1987701 to the API
2026-03-30 10:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49: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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '82ce5d83-ea68-5d17-a8df-3db0d175dbe3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS',
'odometer': 127830,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-13',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS 2.0 ECOBLUE 110KW AUTO ACTIVE X',
'transmission': 'automatic',
'trim': '2.0 ECOBLUE 110KW AUTO ACTIVE X',
'vin': None,
'year': 2021}
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987701%27 HTTP/1.1" 200 None
2026-03-30 10:49:30 [ayvens.be] INFO: Saving data for 1987701: {'auction_closing_time': 1775115000.0, 'created_time': 1774651712.495188, 'last_price_update_time': 1774867770.168799}
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987701') HTTP/1.1" 204 0
2026-03-30 10:49:30 [ayvens.be] INFO: Found listing with ID: 1987702
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987702%27 HTTP/1.1" 200 None
2026-03-30 10:49:30 [ayvens.be] INFO: Scrape type for 1987702: 2
2026-03-30 10:49:30 [ayvens.be] INFO: Extracting data for car ID: 1987702
2026-03-30 10:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7404a658-4a21-5f69-934c-47a5f26327b5 with identifier: 1987702
2026-03-30 10:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7404a658-4a21-5f69-934c-47a5f26327b5 with scrape type 2
2026-03-30 10:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7404a658-4a21-5f69-934c-47a5f26327b5 with scrape type 2
2026-03-30 10:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7404a658-4a21-5f69-934c-47a5f26327b5, identifier: 1987702
2026-03-30 10:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7404a658-4a21-5f69-934c-47a5f26327b5 with identifier: 1987702
2026-03-30 10:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7404a658-4a21-5f69-934c-47a5f26327b5 with identifier: 1987702
2026-03-30 10:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7404a658-4a21-5f69-934c-47a5f26327b5 with identifier: 1987702 to the API
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '7404a658-4a21-5f69-934c-47a5f26327b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 31078,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': '1.0 IG-T ACENTA',
'vin': None,
'year': 2022}
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987702%27 HTTP/1.1" 200 None
2026-03-30 10:49:30 [ayvens.be] INFO: Saving data for 1987702: {'auction_closing_time': 1775115000.0, 'created_time': 1774651713.543824, 'last_price_update_time': 1774867770.579989}
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987702') HTTP/1.1" 204 0
2026-03-30 10:49:30 [ayvens.be] INFO: Found listing with ID: 1987703
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987703%27 HTTP/1.1" 200 None
2026-03-30 10:49:30 [ayvens.be] INFO: Scrape type for 1987703: 2
2026-03-30 10:49:30 [ayvens.be] INFO: Extracting data for car ID: 1987703
2026-03-30 10:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f868c0e-23da-516c-92da-65bc11e7cf28 with identifier: 1987703
2026-03-30 10:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f868c0e-23da-516c-92da-65bc11e7cf28 with scrape type 2
2026-03-30 10:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f868c0e-23da-516c-92da-65bc11e7cf28 with scrape type 2
2026-03-30 10:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4f868c0e-23da-516c-92da-65bc11e7cf28, identifier: 1987703
2026-03-30 10:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4f868c0e-23da-516c-92da-65bc11e7cf28 with identifier: 1987703
2026-03-30 10:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4f868c0e-23da-516c-92da-65bc11e7cf28 with identifier: 1987703
2026-03-30 10:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4f868c0e-23da-516c-92da-65bc11e7cf28 with identifier: 1987703 to the API
2026-03-30 10:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:31 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '4f868c0e-23da-516c-92da-65bc11e7cf28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 147610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 B4 D AWD GEARTRONIC INSCRIPTION',
'transmission': 'automatic',
'trim': '2.0 B4 D AWD GEARTRONIC INSCRIPTION',
'vin': None,
'year': 2021}
2026-03-30 10:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987703%27 HTTP/1.1" 200 None
2026-03-30 10:49:31 [ayvens.be] INFO: Saving data for 1987703: {'auction_closing_time': 1775115000.0, 'created_time': 1774651715.181593, 'last_price_update_time': 1774867771.019482}
2026-03-30 10:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987703') HTTP/1.1" 204 0
2026-03-30 10:49:31 [ayvens.be] INFO: Found listing with ID: 1987704
2026-03-30 10:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987704%27 HTTP/1.1" 200 None
2026-03-30 10:49:31 [ayvens.be] INFO: Scrape type for 1987704: 2
2026-03-30 10:49:31 [ayvens.be] INFO: Extracting data for car ID: 1987704
2026-03-30 10:49:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ed5b051-bae4-5d86-9e04-f70c597027a9 with identifier: 1987704
2026-03-30 10:49:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ed5b051-bae4-5d86-9e04-f70c597027a9 with scrape type 2
2026-03-30 10:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ed5b051-bae4-5d86-9e04-f70c597027a9 with scrape type 2
2026-03-30 10:49:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6ed5b051-bae4-5d86-9e04-f70c597027a9, identifier: 1987704
2026-03-30 10:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6ed5b051-bae4-5d86-9e04-f70c597027a9 with identifier: 1987704
2026-03-30 10:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6ed5b051-bae4-5d86-9e04-f70c597027a9 with identifier: 1987704
2026-03-30 10:49:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6ed5b051-bae4-5d86-9e04-f70c597027a9 with identifier: 1987704 to the API
2026-03-30 10:49:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:32 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '6ed5b051-bae4-5d86-9e04-f70c597027a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 78222,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 MOMENTUM CORE',
'transmission': 'manual',
'trim': '1.5 T2 MOMENTUM CORE',
'vin': None,
'year': 2022}
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987704%27 HTTP/1.1" 200 None
2026-03-30 10:49:32 [ayvens.be] INFO: Saving data for 1987704: {'auction_closing_time': 1775115000.0, 'created_time': 1774651717.129063, 'last_price_update_time': 1774867772.113388}
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987704') HTTP/1.1" 204 0
2026-03-30 10:49:32 [ayvens.be] INFO: Found listing with ID: 1987705
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987705%27 HTTP/1.1" 200 None
2026-03-30 10:49:32 [ayvens.be] INFO: Scrape type for 1987705: 2
2026-03-30 10:49:32 [ayvens.be] INFO: Extracting data for car ID: 1987705
2026-03-30 10:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 328d436d-18d8-54ef-8966-5b1f91a09420 with identifier: 1987705
2026-03-30 10:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 328d436d-18d8-54ef-8966-5b1f91a09420 with scrape type 2
2026-03-30 10:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 328d436d-18d8-54ef-8966-5b1f91a09420 with scrape type 2
2026-03-30 10:49:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 328d436d-18d8-54ef-8966-5b1f91a09420, identifier: 1987705
2026-03-30 10:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 328d436d-18d8-54ef-8966-5b1f91a09420 with identifier: 1987705
2026-03-30 10:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 328d436d-18d8-54ef-8966-5b1f91a09420 with identifier: 1987705
2026-03-30 10:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 328d436d-18d8-54ef-8966-5b1f91a09420 with identifier: 1987705 to the API
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:32 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '328d436d-18d8-54ef-8966-5b1f91a09420',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX3',
'odometer': 25611,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': '80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987705%27 HTTP/1.1" 200 None
2026-03-30 10:49:32 [ayvens.be] INFO: Saving data for 1987705: {'auction_closing_time': 1775115000.0, 'created_time': 1774651718.210357, 'last_price_update_time': 1774867772.510767}
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987705') HTTP/1.1" 204 0
2026-03-30 10:49:32 [ayvens.be] INFO: Found listing with ID: 1987706
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987706%27 HTTP/1.1" 200 None
2026-03-30 10:49:32 [ayvens.be] INFO: Scrape type for 1987706: 2
2026-03-30 10:49:32 [ayvens.be] INFO: Extracting data for car ID: 1987706
2026-03-30 10:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f9f85b3-9161-5609-ba55-f75a6e312717 with identifier: 1987706
2026-03-30 10:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f9f85b3-9161-5609-ba55-f75a6e312717 with scrape type 2
2026-03-30 10:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f9f85b3-9161-5609-ba55-f75a6e312717 with scrape type 2
2026-03-30 10:49:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9f9f85b3-9161-5609-ba55-f75a6e312717, identifier: 1987706
2026-03-30 10:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9f9f85b3-9161-5609-ba55-f75a6e312717 with identifier: 1987706
2026-03-30 10:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9f9f85b3-9161-5609-ba55-f75a6e312717 with identifier: 1987706
2026-03-30 10:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9f9f85b3-9161-5609-ba55-f75a6e312717 with identifier: 1987706 to the API
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:32 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '9f9f85b3-9161-5609-ba55-f75a6e312717',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLB',
'odometer': 198084,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 220 D 4MATIC DCT',
'transmission': 'automatic',
'trim': '2.0 GLB 220 D 4MATIC DCT',
'vin': None,
'year': 2022}
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987706%27 HTTP/1.1" 200 None
2026-03-30 10:49:32 [ayvens.be] INFO: Saving data for 1987706: {'auction_closing_time': 1775115000.0, 'created_time': 1774651719.93707, 'last_price_update_time': 1774867772.952489}
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987706') HTTP/1.1" 204 0
2026-03-30 10:49:32 [ayvens.be] INFO: Found listing with ID: 1987707
2026-03-30 10:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987707%27 HTTP/1.1" 200 None
2026-03-30 10:49:32 [ayvens.be] INFO: Scrape type for 1987707: 2
2026-03-30 10:49:32 [ayvens.be] INFO: Extracting data for car ID: 1987707
2026-03-30 10:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5799b22-b15b-5337-8595-12be0a264983 with identifier: 1987707
2026-03-30 10:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5799b22-b15b-5337-8595-12be0a264983 with scrape type 2
2026-03-30 10:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5799b22-b15b-5337-8595-12be0a264983 with scrape type 2
2026-03-30 10:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e5799b22-b15b-5337-8595-12be0a264983, identifier: 1987707
2026-03-30 10:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e5799b22-b15b-5337-8595-12be0a264983 with identifier: 1987707
2026-03-30 10:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e5799b22-b15b-5337-8595-12be0a264983 with identifier: 1987707
2026-03-30 10:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e5799b22-b15b-5337-8595-12be0a264983 with identifier: 1987707 to the API
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:33 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e5799b22-b15b-5337-8595-12be0a264983',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLB',
'odometer': 129062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 200 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 GLB 200 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987707%27 HTTP/1.1" 200 None
2026-03-30 10:49:33 [ayvens.be] INFO: Saving data for 1987707: {'auction_closing_time': 1775115000.0, 'created_time': 1774651722.408818, 'last_price_update_time': 1774867773.348734}
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987707') HTTP/1.1" 204 0
2026-03-30 10:49:33 [ayvens.be] INFO: Found listing with ID: 1987708
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987708%27 HTTP/1.1" 200 None
2026-03-30 10:49:33 [ayvens.be] INFO: Scrape type for 1987708: 2
2026-03-30 10:49:33 [ayvens.be] INFO: Extracting data for car ID: 1987708
2026-03-30 10:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abef136e-f689-5965-9d10-fbd8028e4e5a with identifier: 1987708
2026-03-30 10:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abef136e-f689-5965-9d10-fbd8028e4e5a with scrape type 2
2026-03-30 10:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abef136e-f689-5965-9d10-fbd8028e4e5a with scrape type 2
2026-03-30 10:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: abef136e-f689-5965-9d10-fbd8028e4e5a, identifier: 1987708
2026-03-30 10:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: abef136e-f689-5965-9d10-fbd8028e4e5a with identifier: 1987708
2026-03-30 10:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: abef136e-f689-5965-9d10-fbd8028e4e5a with identifier: 1987708
2026-03-30 10:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: abef136e-f689-5965-9d10-fbd8028e4e5a with identifier: 1987708 to the API
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:33 [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.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'abef136e-f689-5965-9d10-fbd8028e4e5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'E-Klasse',
'odometer': 190883,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-Klasse 1.6 E 200 D BUSINESS SOLUTION AUTO',
'transmission': 'automatic',
'trim': '1.6 E 200 D BUSINESS SOLUTION AUTO',
'vin': None,
'year': 2020}
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987708%27 HTTP/1.1" 200 None
2026-03-30 10:49:33 [ayvens.be] INFO: Saving data for 1987708: {'auction_closing_time': 1775115000.0, 'created_time': 1774651723.824139, 'last_price_update_time': 1774867773.782701}
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987708') HTTP/1.1" 204 0
2026-03-30 10:49:33 [ayvens.be] INFO: Found listing with ID: 1987709
2026-03-30 10:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987709%27 HTTP/1.1" 200 None
2026-03-30 10:49:33 [ayvens.be] INFO: Scrape type for 1987709: 2
2026-03-30 10:49:33 [ayvens.be] INFO: Extracting data for car ID: 1987709
2026-03-30 10:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26bba111-54ab-5800-b8e3-199e40392846 with identifier: 1987709
2026-03-30 10:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26bba111-54ab-5800-b8e3-199e40392846 with scrape type 2
2026-03-30 10:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26bba111-54ab-5800-b8e3-199e40392846 with scrape type 2
2026-03-30 10:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 26bba111-54ab-5800-b8e3-199e40392846, identifier: 1987709
2026-03-30 10:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 26bba111-54ab-5800-b8e3-199e40392846 with identifier: 1987709
2026-03-30 10:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 26bba111-54ab-5800-b8e3-199e40392846 with identifier: 1987709
2026-03-30 10:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 26bba111-54ab-5800-b8e3-199e40392846 with identifier: 1987709 to the API
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '26bba111-54ab-5800-b8e3-199e40392846',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 50072,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 CLA 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987709%27 HTTP/1.1" 200 None
2026-03-30 10:49:34 [ayvens.be] INFO: Saving data for 1987709: {'auction_closing_time': 1775115000.0, 'created_time': 1774651725.103145, 'last_price_update_time': 1774867774.202205}
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987709') HTTP/1.1" 204 0
2026-03-30 10:49:34 [ayvens.be] INFO: Found listing with ID: 1987710
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987710%27 HTTP/1.1" 200 None
2026-03-30 10:49:34 [ayvens.be] INFO: Scrape type for 1987710: 2
2026-03-30 10:49:34 [ayvens.be] INFO: Extracting data for car ID: 1987710
2026-03-30 10:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94441be2-e45c-51df-9dd9-00cf2573461a with identifier: 1987710
2026-03-30 10:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94441be2-e45c-51df-9dd9-00cf2573461a with scrape type 2
2026-03-30 10:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94441be2-e45c-51df-9dd9-00cf2573461a with scrape type 2
2026-03-30 10:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 94441be2-e45c-51df-9dd9-00cf2573461a, identifier: 1987710
2026-03-30 10:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 94441be2-e45c-51df-9dd9-00cf2573461a with identifier: 1987710
2026-03-30 10:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 94441be2-e45c-51df-9dd9-00cf2573461a with identifier: 1987710
2026-03-30 10:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 94441be2-e45c-51df-9dd9-00cf2573461a with identifier: 1987710 to the API
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:34 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '94441be2-e45c-51df-9dd9-00cf2573461a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 121860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 MOMENTUM CORE AUTO',
'transmission': 'automatic',
'trim': '1.5 T2 MOMENTUM CORE AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987710%27 HTTP/1.1" 200 None
2026-03-30 10:49:34 [ayvens.be] INFO: Saving data for 1987710: {'auction_closing_time': 1775115000.0, 'created_time': 1774651727.008722, 'last_price_update_time': 1774867774.614303}
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987710') HTTP/1.1" 204 0
2026-03-30 10:49:34 [ayvens.be] INFO: Found listing with ID: 1987711
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987711%27 HTTP/1.1" 200 None
2026-03-30 10:49:34 [ayvens.be] INFO: Scrape type for 1987711: 2
2026-03-30 10:49:34 [ayvens.be] INFO: Extracting data for car ID: 1987711
2026-03-30 10:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 417dda31-ed67-563e-a12c-59f1739ccca1 with identifier: 1987711
2026-03-30 10:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 417dda31-ed67-563e-a12c-59f1739ccca1 with scrape type 2
2026-03-30 10:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 417dda31-ed67-563e-a12c-59f1739ccca1 with scrape type 2
2026-03-30 10:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 417dda31-ed67-563e-a12c-59f1739ccca1, identifier: 1987711
2026-03-30 10:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 417dda31-ed67-563e-a12c-59f1739ccca1 with identifier: 1987711
2026-03-30 10:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 417dda31-ed67-563e-a12c-59f1739ccca1 with identifier: 1987711
2026-03-30 10:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 417dda31-ed67-563e-a12c-59f1739ccca1 with identifier: 1987711 to the API
2026-03-30 10:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:35 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '417dda31-ed67-563e-a12c-59f1739ccca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 126234,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987711%27 HTTP/1.1" 200 None
2026-03-30 10:49:35 [ayvens.be] INFO: Saving data for 1987711: {'auction_closing_time': 1775115000.0, 'created_time': 1774651729.047629, 'last_price_update_time': 1774867775.064806}
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987711') HTTP/1.1" 204 0
2026-03-30 10:49:35 [ayvens.be] INFO: Found listing with ID: 1987712
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987712%27 HTTP/1.1" 200 None
2026-03-30 10:49:35 [ayvens.be] INFO: Scrape type for 1987712: 2
2026-03-30 10:49:35 [ayvens.be] INFO: Extracting data for car ID: 1987712
2026-03-30 10:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 411d111b-d216-5945-bdfb-6277dd78caf2 with identifier: 1987712
2026-03-30 10:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 411d111b-d216-5945-bdfb-6277dd78caf2 with scrape type 2
2026-03-30 10:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 411d111b-d216-5945-bdfb-6277dd78caf2 with scrape type 2
2026-03-30 10:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 411d111b-d216-5945-bdfb-6277dd78caf2, identifier: 1987712
2026-03-30 10:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 411d111b-d216-5945-bdfb-6277dd78caf2 with identifier: 1987712
2026-03-30 10:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 411d111b-d216-5945-bdfb-6277dd78caf2 with identifier: 1987712
2026-03-30 10:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 411d111b-d216-5945-bdfb-6277dd78caf2 with identifier: 1987712 to the API
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:35 [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': 5,
'engine': '2.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '411d111b-d216-5945-bdfb-6277dd78caf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 102015,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-14',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 2.5 HEV PREMIUM PLUS CVT',
'transmission': 'automatic',
'trim': '2.5 HEV PREMIUM PLUS CVT',
'vin': None,
'year': 2022}
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987712%27 HTTP/1.1" 200 None
2026-03-30 10:49:35 [ayvens.be] INFO: Saving data for 1987712: {'auction_closing_time': 1775115000.0, 'created_time': 1774651730.548032, 'last_price_update_time': 1774867775.451532}
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987712') HTTP/1.1" 204 0
2026-03-30 10:49:35 [ayvens.be] INFO: Found listing with ID: 1987713
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987713%27 HTTP/1.1" 200 None
2026-03-30 10:49:35 [ayvens.be] INFO: Scrape type for 1987713: 2
2026-03-30 10:49:35 [ayvens.be] INFO: Extracting data for car ID: 1987713
2026-03-30 10:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa0f78dd-5e0e-5b76-a5b8-51add4483323 with identifier: 1987713
2026-03-30 10:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa0f78dd-5e0e-5b76-a5b8-51add4483323 with scrape type 2
2026-03-30 10:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa0f78dd-5e0e-5b76-a5b8-51add4483323 with scrape type 2
2026-03-30 10:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: aa0f78dd-5e0e-5b76-a5b8-51add4483323, identifier: 1987713
2026-03-30 10:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: aa0f78dd-5e0e-5b76-a5b8-51add4483323 with identifier: 1987713
2026-03-30 10:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: aa0f78dd-5e0e-5b76-a5b8-51add4483323 with identifier: 1987713
2026-03-30 10:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: aa0f78dd-5e0e-5b76-a5b8-51add4483323 with identifier: 1987713 to the API
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'aa0f78dd-5e0e-5b76-a5b8-51add4483323',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 72644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-28',
'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-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987713%27 HTTP/1.1" 200 None
2026-03-30 10:49:35 [ayvens.be] INFO: Saving data for 1987713: {'auction_closing_time': 1775115000.0, 'created_time': 1774651732.115499, 'last_price_update_time': 1774867775.856459}
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987713') HTTP/1.1" 204 0
2026-03-30 10:49:35 [ayvens.be] INFO: Found listing with ID: 1987714
2026-03-30 10:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987714%27 HTTP/1.1" 200 None
2026-03-30 10:49:35 [ayvens.be] INFO: Scrape type for 1987714: 2
2026-03-30 10:49:35 [ayvens.be] INFO: Extracting data for car ID: 1987714
2026-03-30 10:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a64c0e49-3d95-58c2-a276-2d465d866219 with identifier: 1987714
2026-03-30 10:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a64c0e49-3d95-58c2-a276-2d465d866219 with scrape type 2
2026-03-30 10:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a64c0e49-3d95-58c2-a276-2d465d866219 with scrape type 2
2026-03-30 10:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a64c0e49-3d95-58c2-a276-2d465d866219, identifier: 1987714
2026-03-30 10:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a64c0e49-3d95-58c2-a276-2d465d866219 with identifier: 1987714
2026-03-30 10:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a64c0e49-3d95-58c2-a276-2d465d866219 with identifier: 1987714
2026-03-30 10:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a64c0e49-3d95-58c2-a276-2d465d866219 with identifier: 1987714 to the API
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'a64c0e49-3d95-58c2-a276-2d465d866219',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS GLB DIESEL (X247)',
'odometer': 133884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLB DIESEL (X247) GLB 180 d Business Solution',
'transmission': 'automatic',
'trim': 'GLB 180 d Business Solution',
'vin': None,
'year': 2021}
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987714%27 HTTP/1.1" 200 None
2026-03-30 10:49:36 [ayvens.be] INFO: Saving data for 1987714: {'auction_closing_time': 1775115000.0, 'created_time': 1774651733.24998, 'last_price_update_time': 1774867776.313333}
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987714') HTTP/1.1" 204 0
2026-03-30 10:49:36 [ayvens.be] INFO: Found listing with ID: 1987715
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987715%27 HTTP/1.1" 200 None
2026-03-30 10:49:36 [ayvens.be] INFO: Scrape type for 1987715: 2
2026-03-30 10:49:36 [ayvens.be] INFO: Extracting data for car ID: 1987715
2026-03-30 10:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afce20e0-0f9d-5532-9419-4f1d72af1645 with identifier: 1987715
2026-03-30 10:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afce20e0-0f9d-5532-9419-4f1d72af1645 with scrape type 2
2026-03-30 10:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afce20e0-0f9d-5532-9419-4f1d72af1645 with scrape type 2
2026-03-30 10:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: afce20e0-0f9d-5532-9419-4f1d72af1645, identifier: 1987715
2026-03-30 10:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: afce20e0-0f9d-5532-9419-4f1d72af1645 with identifier: 1987715
2026-03-30 10:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: afce20e0-0f9d-5532-9419-4f1d72af1645 with identifier: 1987715
2026-03-30 10:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: afce20e0-0f9d-5532-9419-4f1d72af1645 with identifier: 1987715 to the API
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'afce20e0-0f9d-5532-9419-4f1d72af1645',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 Active Tourer',
'odometer': 126990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-02',
'seats_number': 7,
'seller_name': None,
'title': 'BMW 2 Active Tourer 1.5 216D GRAN TOURER',
'transmission': 'manual',
'trim': '1.5 216D GRAN TOURER',
'vin': None,
'year': 2021}
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987715%27 HTTP/1.1" 200 None
2026-03-30 10:49:36 [ayvens.be] INFO: Saving data for 1987715: {'auction_closing_time': 1775115000.0, 'created_time': 1774651734.781279, 'last_price_update_time': 1774867776.799283}
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987715') HTTP/1.1" 204 0
2026-03-30 10:49:36 [ayvens.be] INFO: Found listing with ID: 1987716
2026-03-30 10:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987716%27 HTTP/1.1" 200 None
2026-03-30 10:49:36 [ayvens.be] INFO: Scrape type for 1987716: 2
2026-03-30 10:49:36 [ayvens.be] INFO: Extracting data for car ID: 1987716
2026-03-30 10:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0965d552-f195-5b85-8fac-abf90f4aea94 with identifier: 1987716
2026-03-30 10:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0965d552-f195-5b85-8fac-abf90f4aea94 with scrape type 2
2026-03-30 10:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0965d552-f195-5b85-8fac-abf90f4aea94 with scrape type 2
2026-03-30 10:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0965d552-f195-5b85-8fac-abf90f4aea94, identifier: 1987716
2026-03-30 10:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0965d552-f195-5b85-8fac-abf90f4aea94 with identifier: 1987716
2026-03-30 10:49:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0965d552-f195-5b85-8fac-abf90f4aea94 with identifier: 1987716
2026-03-30 10:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0965d552-f195-5b85-8fac-abf90f4aea94 with identifier: 1987716 to the API
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'MEDITERRANBLAU METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '0965d552-f195-5b85-8fac-abf90f4aea94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES ACTIVE TOURER',
'odometer': 102866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-23',
'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-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987716%27 HTTP/1.1" 200 None
2026-03-30 10:49:37 [ayvens.be] INFO: Saving data for 1987716: {'auction_closing_time': 1775115000.0, 'created_time': 1774651736.519413, 'last_price_update_time': 1774867777.302935}
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987716') HTTP/1.1" 204 0
2026-03-30 10:49:37 [ayvens.be] INFO: Found listing with ID: 1987717
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987717%27 HTTP/1.1" 200 None
2026-03-30 10:49:37 [ayvens.be] INFO: Scrape type for 1987717: 2
2026-03-30 10:49:37 [ayvens.be] INFO: Extracting data for car ID: 1987717
2026-03-30 10:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e534096c-270b-561c-8092-d4c9f1a9414e with identifier: 1987717
2026-03-30 10:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e534096c-270b-561c-8092-d4c9f1a9414e with scrape type 2
2026-03-30 10:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e534096c-270b-561c-8092-d4c9f1a9414e with scrape type 2
2026-03-30 10:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e534096c-270b-561c-8092-d4c9f1a9414e, identifier: 1987717
2026-03-30 10:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e534096c-270b-561c-8092-d4c9f1a9414e with identifier: 1987717
2026-03-30 10:49:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e534096c-270b-561c-8092-d4c9f1a9414e with identifier: 1987717
2026-03-30 10:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e534096c-270b-561c-8092-d4c9f1a9414e with identifier: 1987717 to the API
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'WIT BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e534096c-270b-561c-8092-d4c9f1a9414e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'Expert',
'odometer': 74172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT Expert 1.6 BlueHDi L2 Standard Premium STOCK',
'transmission': 'manual',
'trim': '1.6 BlueHDi L2 Standard Premium STOCK',
'vin': None,
'year': 2016}
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987717%27 HTTP/1.1" 200 None
2026-03-30 10:49:37 [ayvens.be] INFO: Saving data for 1987717: {'auction_closing_time': 1775115000.0, 'created_time': 1774651737.676138, 'last_price_update_time': 1774867777.742315}
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987717') HTTP/1.1" 204 0
2026-03-30 10:49:37 [ayvens.be] INFO: Found listing with ID: 1987718
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987718%27 HTTP/1.1" 200 None
2026-03-30 10:49:37 [ayvens.be] INFO: Scrape type for 1987718: 2
2026-03-30 10:49:37 [ayvens.be] INFO: Extracting data for car ID: 1987718
2026-03-30 10:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d101074a-2666-50cb-be40-2b1bdbc11311 with identifier: 1987718
2026-03-30 10:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d101074a-2666-50cb-be40-2b1bdbc11311 with scrape type 2
2026-03-30 10:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d101074a-2666-50cb-be40-2b1bdbc11311 with scrape type 2
2026-03-30 10:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d101074a-2666-50cb-be40-2b1bdbc11311, identifier: 1987718
2026-03-30 10:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d101074a-2666-50cb-be40-2b1bdbc11311 with identifier: 1987718
2026-03-30 10:49:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d101074a-2666-50cb-be40-2b1bdbc11311 with identifier: 1987718
2026-03-30 10:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d101074a-2666-50cb-be40-2b1bdbc11311 with identifier: 1987718 to the API
2026-03-30 10:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 43,
'color': 'MINERAL WEISS',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd101074a-2666-50cb-be40-2b1bdbc11311',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 82550,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-28',
'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-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987718%27 HTTP/1.1" 200 None
2026-03-30 10:49:38 [ayvens.be] INFO: Saving data for 1987718: {'auction_closing_time': 1775115000.0, 'created_time': 1774651739.308962, 'last_price_update_time': 1774867778.164482}
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987718') HTTP/1.1" 204 0
2026-03-30 10:49:38 [ayvens.be] INFO: Found listing with ID: 1987719
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987719%27 HTTP/1.1" 200 None
2026-03-30 10:49:38 [ayvens.be] INFO: Scrape type for 1987719: 2
2026-03-30 10:49:38 [ayvens.be] INFO: Extracting data for car ID: 1987719
2026-03-30 10:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e135b70-c0c7-54ac-86b5-1be346485787 with identifier: 1987719
2026-03-30 10:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e135b70-c0c7-54ac-86b5-1be346485787 with scrape type 2
2026-03-30 10:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e135b70-c0c7-54ac-86b5-1be346485787 with scrape type 2
2026-03-30 10:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9e135b70-c0c7-54ac-86b5-1be346485787, identifier: 1987719
2026-03-30 10:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9e135b70-c0c7-54ac-86b5-1be346485787 with identifier: 1987719
2026-03-30 10:49:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9e135b70-c0c7-54ac-86b5-1be346485787 with identifier: 1987719
2026-03-30 10:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9e135b70-c0c7-54ac-86b5-1be346485787 with identifier: 1987719 to the API
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'DOLPHIN GREY',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '9e135b70-c0c7-54ac-86b5-1be346485787',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 53883,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI Life OPF',
'transmission': 'manual',
'trim': '1.0 TSI Life OPF',
'vin': None,
'year': 2021}
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987719%27 HTTP/1.1" 200 None
2026-03-30 10:49:38 [ayvens.be] INFO: Saving data for 1987719: {'auction_closing_time': 1775115000.0, 'created_time': 1774651741.329733, 'last_price_update_time': 1774867778.579139}
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987719') HTTP/1.1" 204 0
2026-03-30 10:49:38 [ayvens.be] INFO: Found listing with ID: 1987720
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987720%27 HTTP/1.1" 200 None
2026-03-30 10:49:38 [ayvens.be] INFO: Scrape type for 1987720: 2
2026-03-30 10:49:38 [ayvens.be] INFO: Extracting data for car ID: 1987720
2026-03-30 10:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7ed6855-027a-5860-9195-42b0238c1f31 with identifier: 1987720
2026-03-30 10:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7ed6855-027a-5860-9195-42b0238c1f31 with scrape type 2
2026-03-30 10:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7ed6855-027a-5860-9195-42b0238c1f31 with scrape type 2
2026-03-30 10:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d7ed6855-027a-5860-9195-42b0238c1f31, identifier: 1987720
2026-03-30 10:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d7ed6855-027a-5860-9195-42b0238c1f31 with identifier: 1987720
2026-03-30 10:49:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d7ed6855-027a-5860-9195-42b0238c1f31 with identifier: 1987720
2026-03-30 10:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d7ed6855-027a-5860-9195-42b0238c1f31 with identifier: 1987720 to the API
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'HIGHLAND GREY METALLIC',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': 'd7ed6855-027a-5860-9195-42b0238c1f31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 67072,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 GRAND CONFORT',
'transmission': 'manual',
'trim': '1.5 BLUE DCI 95 GRAND CONFORT',
'vin': None,
'year': 2021}
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987720%27 HTTP/1.1" 200 None
2026-03-30 10:49:39 [ayvens.be] INFO: Saving data for 1987720: {'auction_closing_time': 1775115000.0, 'created_time': 1774651742.930816, 'last_price_update_time': 1774867779.042662}
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987720') HTTP/1.1" 204 0
2026-03-30 10:49:39 [ayvens.be] INFO: Found listing with ID: 1987721
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987721%27 HTTP/1.1" 200 None
2026-03-30 10:49:39 [ayvens.be] INFO: Scrape type for 1987721: 2
2026-03-30 10:49:39 [ayvens.be] INFO: Extracting data for car ID: 1987721
2026-03-30 10:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b135fb15-eec2-5b20-9e41-856abd1bbc0c with identifier: 1987721
2026-03-30 10:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b135fb15-eec2-5b20-9e41-856abd1bbc0c with scrape type 2
2026-03-30 10:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b135fb15-eec2-5b20-9e41-856abd1bbc0c with scrape type 2
2026-03-30 10:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b135fb15-eec2-5b20-9e41-856abd1bbc0c, identifier: 1987721
2026-03-30 10:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b135fb15-eec2-5b20-9e41-856abd1bbc0c with identifier: 1987721
2026-03-30 10:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b135fb15-eec2-5b20-9e41-856abd1bbc0c with identifier: 1987721
2026-03-30 10:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b135fb15-eec2-5b20-9e41-856abd1bbc0c with identifier: 1987721 to the API
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:39 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b135fb15-eec2-5b20-9e41-856abd1bbc0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'ASTRA SPORTS TOURER',
'odometer': 62487,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-27',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA SPORTS TOURER 1.2 TURBO 81KW S-S EDITION',
'transmission': 'manual',
'trim': '1.2 TURBO 81KW S-S EDITION',
'vin': None,
'year': 2020}
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987721%27 HTTP/1.1" 200 None
2026-03-30 10:49:39 [ayvens.be] INFO: Saving data for 1987721: {'auction_closing_time': 1775115000.0, 'created_time': 1774651744.648753, 'last_price_update_time': 1774867779.483505}
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987721') HTTP/1.1" 204 0
2026-03-30 10:49:39 [ayvens.be] INFO: Found listing with ID: 1987722
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987722%27 HTTP/1.1" 200 None
2026-03-30 10:49:39 [ayvens.be] INFO: Scrape type for 1987722: 2
2026-03-30 10:49:39 [ayvens.be] INFO: Extracting data for car ID: 1987722
2026-03-30 10:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75ee49b3-9f15-58d6-b402-5781adf1d097 with identifier: 1987722
2026-03-30 10:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75ee49b3-9f15-58d6-b402-5781adf1d097 with scrape type 2
2026-03-30 10:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75ee49b3-9f15-58d6-b402-5781adf1d097 with scrape type 2
2026-03-30 10:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 75ee49b3-9f15-58d6-b402-5781adf1d097, identifier: 1987722
2026-03-30 10:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 75ee49b3-9f15-58d6-b402-5781adf1d097 with identifier: 1987722
2026-03-30 10:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 75ee49b3-9f15-58d6-b402-5781adf1d097 with identifier: 1987722
2026-03-30 10:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 75ee49b3-9f15-58d6-b402-5781adf1d097 with identifier: 1987722 to the API
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:39 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '75ee49b3-9f15-58d6-b402-5781adf1d097',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 62281,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 Momentum Pro Geartronic',
'transmission': 'automatic',
'trim': '1.5 T2 Momentum Pro Geartronic',
'vin': None,
'year': 2021}
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987722%27 HTTP/1.1" 200 None
2026-03-30 10:49:39 [ayvens.be] INFO: Saving data for 1987722: {'auction_closing_time': 1775115000.0, 'created_time': 1774651747.26276, 'last_price_update_time': 1774867779.898693}
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987722') HTTP/1.1" 204 0
2026-03-30 10:49:39 [ayvens.be] INFO: Found listing with ID: 1987723
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987723%27 HTTP/1.1" 200 None
2026-03-30 10:49:39 [ayvens.be] INFO: Scrape type for 1987723: 2
2026-03-30 10:49:39 [ayvens.be] INFO: Extracting data for car ID: 1987723
2026-03-30 10:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf58c341-39d3-55f3-b774-24cf171ed112 with identifier: 1987723
2026-03-30 10:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf58c341-39d3-55f3-b774-24cf171ed112 with scrape type 2
2026-03-30 10:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf58c341-39d3-55f3-b774-24cf171ed112 with scrape type 2
2026-03-30 10:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bf58c341-39d3-55f3-b774-24cf171ed112, identifier: 1987723
2026-03-30 10:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bf58c341-39d3-55f3-b774-24cf171ed112 with identifier: 1987723
2026-03-30 10:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bf58c341-39d3-55f3-b774-24cf171ed112 with identifier: 1987723
2026-03-30 10:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bf58c341-39d3-55f3-b774-24cf171ed112 with identifier: 1987723 to the API
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 35,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'bf58c341-39d3-55f3-b774-24cf171ed112',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES BERLINE',
'odometer': 105656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-25',
'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': 2021}
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987723%27 HTTP/1.1" 200 None
2026-03-30 10:49:40 [ayvens.be] INFO: Saving data for 1987723: {'auction_closing_time': 1775115000.0, 'created_time': 1774651749.311215, 'last_price_update_time': 1774867780.289537}
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987723') HTTP/1.1" 204 0
2026-03-30 10:49:40 [ayvens.be] INFO: Found listing with ID: 1987724
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987724%27 HTTP/1.1" 200 None
2026-03-30 10:49:40 [ayvens.be] INFO: Scrape type for 1987724: 2
2026-03-30 10:49:40 [ayvens.be] INFO: Extracting data for car ID: 1987724
2026-03-30 10:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c22cc8af-4cd3-5700-bab6-787b32458a13 with identifier: 1987724
2026-03-30 10:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c22cc8af-4cd3-5700-bab6-787b32458a13 with scrape type 2
2026-03-30 10:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c22cc8af-4cd3-5700-bab6-787b32458a13 with scrape type 2
2026-03-30 10:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c22cc8af-4cd3-5700-bab6-787b32458a13, identifier: 1987724
2026-03-30 10:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c22cc8af-4cd3-5700-bab6-787b32458a13 with identifier: 1987724
2026-03-30 10:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c22cc8af-4cd3-5700-bab6-787b32458a13 with identifier: 1987724
2026-03-30 10:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c22cc8af-4cd3-5700-bab6-787b32458a13 with identifier: 1987724 to the API
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:40 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': 'c22cc8af-4cd3-5700-bab6-787b32458a13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'EQA',
'odometer': 54798,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-16',
'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-30 10:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987724%27 HTTP/1.1" 200 None
2026-03-30 10:49:40 [ayvens.be] INFO: Saving data for 1987724: {'auction_closing_time': 1775115000.0, 'created_time': 1774651750.255808, 'last_price_update_time': 1774867780.699632}
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987724') HTTP/1.1" 204 0
2026-03-30 10:49:40 [ayvens.be] INFO: Found listing with ID: 1987725
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987725%27 HTTP/1.1" 200 None
2026-03-30 10:49:40 [ayvens.be] INFO: Scrape type for 1987725: 2
2026-03-30 10:49:40 [ayvens.be] INFO: Extracting data for car ID: 1987725
2026-03-30 10:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7da2744-5476-5d5a-a4e1-5466363eb86a with identifier: 1987725
2026-03-30 10:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7da2744-5476-5d5a-a4e1-5466363eb86a with scrape type 2
2026-03-30 10:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7da2744-5476-5d5a-a4e1-5466363eb86a with scrape type 2
2026-03-30 10:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b7da2744-5476-5d5a-a4e1-5466363eb86a, identifier: 1987725
2026-03-30 10:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b7da2744-5476-5d5a-a4e1-5466363eb86a with identifier: 1987725
2026-03-30 10:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b7da2744-5476-5d5a-a4e1-5466363eb86a with identifier: 1987725
2026-03-30 10:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b7da2744-5476-5d5a-a4e1-5466363eb86a with identifier: 1987725 to the API
2026-03-30 10:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 36,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b7da2744-5476-5d5a-a4e1-5466363eb86a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT GTE - 2020',
'odometer': 98054,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-12',
'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': 2020}
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987725%27 HTTP/1.1" 200 None
2026-03-30 10:49:41 [ayvens.be] INFO: Saving data for 1987725: {'auction_closing_time': 1775115000.0, 'created_time': 1774651752.295714, 'last_price_update_time': 1774867781.344727}
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987725') HTTP/1.1" 204 0
2026-03-30 10:49:41 [ayvens.be] INFO: Found listing with ID: 1987726
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987726%27 HTTP/1.1" 200 None
2026-03-30 10:49:41 [ayvens.be] INFO: Scrape type for 1987726: 2
2026-03-30 10:49:41 [ayvens.be] INFO: Extracting data for car ID: 1987726
2026-03-30 10:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 884671a9-b81b-55c6-97fa-d6e767c45e14 with identifier: 1987726
2026-03-30 10:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 884671a9-b81b-55c6-97fa-d6e767c45e14 with scrape type 2
2026-03-30 10:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 884671a9-b81b-55c6-97fa-d6e767c45e14 with scrape type 2
2026-03-30 10:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 884671a9-b81b-55c6-97fa-d6e767c45e14, identifier: 1987726
2026-03-30 10:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 884671a9-b81b-55c6-97fa-d6e767c45e14 with identifier: 1987726
2026-03-30 10:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 884671a9-b81b-55c6-97fa-d6e767c45e14 with identifier: 1987726
2026-03-30 10:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 884671a9-b81b-55c6-97fa-d6e767c45e14 with identifier: 1987726 to the API
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '884671a9-b81b-55c6-97fa-d6e767c45e14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 36593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 MHEV 116KW ACENTA XTRONIC',
'transmission': 'automatic',
'trim': '1.3 MHEV 116KW ACENTA XTRONIC',
'vin': None,
'year': 2023}
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987726%27 HTTP/1.1" 200 None
2026-03-30 10:49:41 [ayvens.be] INFO: Saving data for 1987726: {'auction_closing_time': 1775115000.0, 'created_time': 1774651755.682407, 'last_price_update_time': 1774867781.820079}
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987726') HTTP/1.1" 204 0
2026-03-30 10:49:41 [ayvens.be] INFO: Found listing with ID: 1987727
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987727%27 HTTP/1.1" 200 None
2026-03-30 10:49:41 [ayvens.be] INFO: Scrape type for 1987727: 2
2026-03-30 10:49:41 [ayvens.be] INFO: Extracting data for car ID: 1987727
2026-03-30 10:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b9aa897-64d3-50ac-8898-03b4a782eeb5 with identifier: 1987727
2026-03-30 10:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b9aa897-64d3-50ac-8898-03b4a782eeb5 with scrape type 2
2026-03-30 10:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b9aa897-64d3-50ac-8898-03b4a782eeb5 with scrape type 2
2026-03-30 10:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9b9aa897-64d3-50ac-8898-03b4a782eeb5, identifier: 1987727
2026-03-30 10:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9b9aa897-64d3-50ac-8898-03b4a782eeb5 with identifier: 1987727
2026-03-30 10:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9b9aa897-64d3-50ac-8898-03b4a782eeb5 with identifier: 1987727
2026-03-30 10:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9b9aa897-64d3-50ac-8898-03b4a782eeb5 with identifier: 1987727 to the API
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '9b9aa897-64d3-50ac-8898-03b4a782eeb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 88352,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 BHDI L1 LIGHT 96KW S-S AUTO PREMIUM',
'transmission': 'automatic',
'trim': '1.5 BHDI L1 LIGHT 96KW S-S AUTO PREMIUM',
'vin': None,
'year': 2021}
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987727%27 HTTP/1.1" 200 None
2026-03-30 10:49:42 [ayvens.be] INFO: Saving data for 1987727: {'auction_closing_time': 1775115000.0, 'created_time': 1774651756.300691, 'last_price_update_time': 1774867782.233955}
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987727') HTTP/1.1" 204 0
2026-03-30 10:49:42 [ayvens.be] INFO: Found listing with ID: 1987728
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987728%27 HTTP/1.1" 200 None
2026-03-30 10:49:42 [ayvens.be] INFO: Scrape type for 1987728: 2
2026-03-30 10:49:42 [ayvens.be] INFO: Extracting data for car ID: 1987728
2026-03-30 10:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc480fa9-8bb6-5b16-8088-d5ea2949770d with identifier: 1987728
2026-03-30 10:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc480fa9-8bb6-5b16-8088-d5ea2949770d with scrape type 2
2026-03-30 10:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc480fa9-8bb6-5b16-8088-d5ea2949770d with scrape type 2
2026-03-30 10:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cc480fa9-8bb6-5b16-8088-d5ea2949770d, identifier: 1987728
2026-03-30 10:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cc480fa9-8bb6-5b16-8088-d5ea2949770d with identifier: 1987728
2026-03-30 10:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cc480fa9-8bb6-5b16-8088-d5ea2949770d with identifier: 1987728
2026-03-30 10:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cc480fa9-8bb6-5b16-8088-d5ea2949770d with identifier: 1987728 to the API
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:42 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'cc480fa9-8bb6-5b16-8088-d5ea2949770d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 113503,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI 81KW LIFE',
'transmission': 'manual',
'trim': '1.0 TSI 81KW LIFE',
'vin': None,
'year': 2021}
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987728%27 HTTP/1.1" 200 None
2026-03-30 10:49:42 [ayvens.be] INFO: Saving data for 1987728: {'auction_closing_time': 1775115000.0, 'created_time': 1774651758.093092, 'last_price_update_time': 1774867782.651616}
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987728') HTTP/1.1" 204 0
2026-03-30 10:49:42 [ayvens.be] INFO: Found listing with ID: 1987729
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987729%27 HTTP/1.1" 200 None
2026-03-30 10:49:42 [ayvens.be] INFO: Scrape type for 1987729: 2
2026-03-30 10:49:42 [ayvens.be] INFO: Extracting data for car ID: 1987729
2026-03-30 10:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ac7e310-4150-5bc8-85cd-e99b18edb0a0 with identifier: 1987729
2026-03-30 10:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ac7e310-4150-5bc8-85cd-e99b18edb0a0 with scrape type 2
2026-03-30 10:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ac7e310-4150-5bc8-85cd-e99b18edb0a0 with scrape type 2
2026-03-30 10:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8ac7e310-4150-5bc8-85cd-e99b18edb0a0, identifier: 1987729
2026-03-30 10:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8ac7e310-4150-5bc8-85cd-e99b18edb0a0 with identifier: 1987729
2026-03-30 10:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8ac7e310-4150-5bc8-85cd-e99b18edb0a0 with identifier: 1987729
2026-03-30 10:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8ac7e310-4150-5bc8-85cd-e99b18edb0a0 with identifier: 1987729 to the API
2026-03-30 10:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 48,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '8ac7e310-4150-5bc8-85cd-e99b18edb0a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3 - 2018',
'odometer': 52510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-25',
'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-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987729%27 HTTP/1.1" 200 None
2026-03-30 10:49:43 [ayvens.be] INFO: Saving data for 1987729: {'auction_closing_time': 1775115000.0, 'created_time': 1774651759.506232, 'last_price_update_time': 1774867783.035735}
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987729') HTTP/1.1" 204 0
2026-03-30 10:49:43 [ayvens.be] INFO: Found listing with ID: 1987730
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987730%27 HTTP/1.1" 200 None
2026-03-30 10:49:43 [ayvens.be] INFO: Scrape type for 1987730: 2
2026-03-30 10:49:43 [ayvens.be] INFO: Extracting data for car ID: 1987730
2026-03-30 10:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f44710bf-a31d-5718-9465-3282fda11e73 with identifier: 1987730
2026-03-30 10:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44710bf-a31d-5718-9465-3282fda11e73 with scrape type 2
2026-03-30 10:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f44710bf-a31d-5718-9465-3282fda11e73 with scrape type 2
2026-03-30 10:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f44710bf-a31d-5718-9465-3282fda11e73, identifier: 1987730
2026-03-30 10:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f44710bf-a31d-5718-9465-3282fda11e73 with identifier: 1987730
2026-03-30 10:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f44710bf-a31d-5718-9465-3282fda11e73 with identifier: 1987730
2026-03-30 10:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f44710bf-a31d-5718-9465-3282fda11e73 with identifier: 1987730 to the API
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:43 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f44710bf-a31d-5718-9465-3282fda11e73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ARONA',
'odometer': 92291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-09',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI Move! DSG (EU6.2)',
'transmission': 'automatic',
'trim': '1.0 TSI Move! DSG (EU6.2)',
'vin': None,
'year': 2020}
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987730%27 HTTP/1.1" 200 None
2026-03-30 10:49:43 [ayvens.be] INFO: Saving data for 1987730: {'auction_closing_time': 1775115000.0, 'created_time': 1774651761.004588, 'last_price_update_time': 1774867783.423254}
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987730') HTTP/1.1" 204 0
2026-03-30 10:49:43 [ayvens.be] INFO: Found listing with ID: 1987731
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987731%27 HTTP/1.1" 200 None
2026-03-30 10:49:43 [ayvens.be] INFO: Scrape type for 1987731: 2
2026-03-30 10:49:43 [ayvens.be] INFO: Extracting data for car ID: 1987731
2026-03-30 10:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf2c6d76-dda5-5d26-a15c-4b49e6446537 with identifier: 1987731
2026-03-30 10:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf2c6d76-dda5-5d26-a15c-4b49e6446537 with scrape type 2
2026-03-30 10:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf2c6d76-dda5-5d26-a15c-4b49e6446537 with scrape type 2
2026-03-30 10:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cf2c6d76-dda5-5d26-a15c-4b49e6446537, identifier: 1987731
2026-03-30 10:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cf2c6d76-dda5-5d26-a15c-4b49e6446537 with identifier: 1987731
2026-03-30 10:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cf2c6d76-dda5-5d26-a15c-4b49e6446537 with identifier: 1987731
2026-03-30 10:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cf2c6d76-dda5-5d26-a15c-4b49e6446537 with identifier: 1987731 to the API
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 46,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'cf2c6d76-dda5-5d26-a15c-4b49e6446537',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q5 - 2017',
'odometer': 62631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-02',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 - 2017 50 TFSi e PHEV Q Sport S tronic',
'transmission': 'automatic',
'trim': '50 TFSi e PHEV Q Sport S tronic',
'vin': None,
'year': 2020}
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987731%27 HTTP/1.1" 200 None
2026-03-30 10:49:43 [ayvens.be] INFO: Saving data for 1987731: {'auction_closing_time': 1775115000.0, 'created_time': 1774651762.315325, 'last_price_update_time': 1774867783.817845}
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987731') HTTP/1.1" 204 0
2026-03-30 10:49:43 [ayvens.be] INFO: Found listing with ID: 1987732
2026-03-30 10:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987732%27 HTTP/1.1" 200 None
2026-03-30 10:49:43 [ayvens.be] INFO: Scrape type for 1987732: 2
2026-03-30 10:49:43 [ayvens.be] INFO: Extracting data for car ID: 1987732
2026-03-30 10:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61036861-7113-535b-9165-1fd1aacbd269 with identifier: 1987732
2026-03-30 10:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61036861-7113-535b-9165-1fd1aacbd269 with scrape type 2
2026-03-30 10:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61036861-7113-535b-9165-1fd1aacbd269 with scrape type 2
2026-03-30 10:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 61036861-7113-535b-9165-1fd1aacbd269, identifier: 1987732
2026-03-30 10:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 61036861-7113-535b-9165-1fd1aacbd269 with identifier: 1987732
2026-03-30 10:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 61036861-7113-535b-9165-1fd1aacbd269 with identifier: 1987732
2026-03-30 10:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 61036861-7113-535b-9165-1fd1aacbd269 with identifier: 1987732 to the API
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:44 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '61036861-7113-535b-9165-1fd1aacbd269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 96871,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-16',
'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-30 10:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987732%27 HTTP/1.1" 200 None
2026-03-30 10:49:44 [ayvens.be] INFO: Saving data for 1987732: {'auction_closing_time': 1775115000.0, 'created_time': 1774651763.891904, 'last_price_update_time': 1774867784.224456}
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987732') HTTP/1.1" 204 0
2026-03-30 10:49:44 [ayvens.be] INFO: Found listing with ID: 1987733
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987733%27 HTTP/1.1" 200 None
2026-03-30 10:49:44 [ayvens.be] INFO: Scrape type for 1987733: 2
2026-03-30 10:49:44 [ayvens.be] INFO: Extracting data for car ID: 1987733
2026-03-30 10:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bceae5c0-2151-5b02-9ae1-ae74e820512c with identifier: 1987733
2026-03-30 10:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bceae5c0-2151-5b02-9ae1-ae74e820512c with scrape type 2
2026-03-30 10:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bceae5c0-2151-5b02-9ae1-ae74e820512c with scrape type 2
2026-03-30 10:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bceae5c0-2151-5b02-9ae1-ae74e820512c, identifier: 1987733
2026-03-30 10:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bceae5c0-2151-5b02-9ae1-ae74e820512c with identifier: 1987733
2026-03-30 10:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bceae5c0-2151-5b02-9ae1-ae74e820512c with identifier: 1987733
2026-03-30 10:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bceae5c0-2151-5b02-9ae1-ae74e820512c with identifier: 1987733 to the API
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:44 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'bceae5c0-2151-5b02-9ae1-ae74e820512c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'COMBO LIFE SWB',
'odometer': 102330,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-10',
'seats_number': 7,
'seller_name': None,
'title': 'OPEL COMBO LIFE SWB 1.2 T L1H1 Edition S-S (EU6.3)',
'transmission': 'manual',
'trim': '1.2 T L1H1 Edition S-S (EU6.3)',
'vin': None,
'year': 2020}
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987733%27 HTTP/1.1" 200 None
2026-03-30 10:49:44 [ayvens.be] INFO: Saving data for 1987733: {'auction_closing_time': 1775115000.0, 'created_time': 1774651765.731181, 'last_price_update_time': 1774867784.627894}
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987733') HTTP/1.1" 204 0
2026-03-30 10:49:44 [ayvens.be] INFO: Found listing with ID: 1987734
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987734%27 HTTP/1.1" 200 None
2026-03-30 10:49:44 [ayvens.be] INFO: Scrape type for 1987734: 2
2026-03-30 10:49:44 [ayvens.be] INFO: Extracting data for car ID: 1987734
2026-03-30 10:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4944cf20-ca54-5f2a-bb47-3c537e3e02c4 with identifier: 1987734
2026-03-30 10:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4944cf20-ca54-5f2a-bb47-3c537e3e02c4 with scrape type 2
2026-03-30 10:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4944cf20-ca54-5f2a-bb47-3c537e3e02c4 with scrape type 2
2026-03-30 10:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4944cf20-ca54-5f2a-bb47-3c537e3e02c4, identifier: 1987734
2026-03-30 10:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4944cf20-ca54-5f2a-bb47-3c537e3e02c4 with identifier: 1987734
2026-03-30 10:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4944cf20-ca54-5f2a-bb47-3c537e3e02c4 with identifier: 1987734
2026-03-30 10:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4944cf20-ca54-5f2a-bb47-3c537e3e02c4 with identifier: 1987734 to the API
2026-03-30 10:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:45 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '4944cf20-ca54-5f2a-bb47-3c537e3e02c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 81526,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH E6.3 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': '1.2 PURETECH E6.3 55KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987734%27 HTTP/1.1" 200 None
2026-03-30 10:49:45 [ayvens.be] INFO: Saving data for 1987734: {'auction_closing_time': 1775115000.0, 'created_time': 1774651767.462586, 'last_price_update_time': 1774867785.064753}
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987734') HTTP/1.1" 204 0
2026-03-30 10:49:45 [ayvens.be] INFO: Found listing with ID: 1987735
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987735%27 HTTP/1.1" 200 None
2026-03-30 10:49:45 [ayvens.be] INFO: Scrape type for 1987735: 2
2026-03-30 10:49:45 [ayvens.be] INFO: Extracting data for car ID: 1987735
2026-03-30 10:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8156cf70-425d-5c90-adb4-482ef09cb4c1 with identifier: 1987735
2026-03-30 10:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8156cf70-425d-5c90-adb4-482ef09cb4c1 with scrape type 2
2026-03-30 10:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8156cf70-425d-5c90-adb4-482ef09cb4c1 with scrape type 2
2026-03-30 10:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8156cf70-425d-5c90-adb4-482ef09cb4c1, identifier: 1987735
2026-03-30 10:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8156cf70-425d-5c90-adb4-482ef09cb4c1 with identifier: 1987735
2026-03-30 10:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8156cf70-425d-5c90-adb4-482ef09cb4c1 with identifier: 1987735
2026-03-30 10:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8156cf70-425d-5c90-adb4-482ef09cb4c1 with identifier: 1987735 to the API
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:45 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '8156cf70-425d-5c90-adb4-482ef09cb4c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 67633,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': '1.2 PURETECH 55KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987735%27 HTTP/1.1" 200 None
2026-03-30 10:49:45 [ayvens.be] INFO: Saving data for 1987735: {'auction_closing_time': 1775115000.0, 'created_time': 1774651768.922046, 'last_price_update_time': 1774867785.45371}
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987735') HTTP/1.1" 204 0
2026-03-30 10:49:45 [ayvens.be] INFO: Found listing with ID: 1987736
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987736%27 HTTP/1.1" 200 None
2026-03-30 10:49:45 [ayvens.be] INFO: Scrape type for 1987736: 2
2026-03-30 10:49:45 [ayvens.be] INFO: Extracting data for car ID: 1987736
2026-03-30 10:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abc2898d-0648-5070-b941-76c74b6e30da with identifier: 1987736
2026-03-30 10:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abc2898d-0648-5070-b941-76c74b6e30da with scrape type 2
2026-03-30 10:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abc2898d-0648-5070-b941-76c74b6e30da with scrape type 2
2026-03-30 10:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: abc2898d-0648-5070-b941-76c74b6e30da, identifier: 1987736
2026-03-30 10:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: abc2898d-0648-5070-b941-76c74b6e30da with identifier: 1987736
2026-03-30 10:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: abc2898d-0648-5070-b941-76c74b6e30da with identifier: 1987736
2026-03-30 10:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: abc2898d-0648-5070-b941-76c74b6e30da with identifier: 1987736 to the API
2026-03-30 10:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:46 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'abc2898d-0648-5070-b941-76c74b6e30da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 58787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI Life OPF',
'transmission': 'manual',
'trim': '1.0 TSI Life OPF',
'vin': None,
'year': 2021}
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987736%27 HTTP/1.1" 200 None
2026-03-30 10:49:46 [ayvens.be] INFO: Saving data for 1987736: {'auction_closing_time': 1775115000.0, 'created_time': 1774651771.472915, 'last_price_update_time': 1774867786.071055}
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987736') HTTP/1.1" 204 0
2026-03-30 10:49:46 [ayvens.be] INFO: Found listing with ID: 1987737
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987737%27 HTTP/1.1" 200 None
2026-03-30 10:49:46 [ayvens.be] INFO: Scrape type for 1987737: 2
2026-03-30 10:49:46 [ayvens.be] INFO: Extracting data for car ID: 1987737
2026-03-30 10:49:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63802dbb-1744-5d30-8b4d-8f67da2bb4c5 with identifier: 1987737
2026-03-30 10:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63802dbb-1744-5d30-8b4d-8f67da2bb4c5 with scrape type 2
2026-03-30 10:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63802dbb-1744-5d30-8b4d-8f67da2bb4c5 with scrape type 2
2026-03-30 10:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 63802dbb-1744-5d30-8b4d-8f67da2bb4c5, identifier: 1987737
2026-03-30 10:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 63802dbb-1744-5d30-8b4d-8f67da2bb4c5 with identifier: 1987737
2026-03-30 10:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 63802dbb-1744-5d30-8b4d-8f67da2bb4c5 with identifier: 1987737
2026-03-30 10:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 63802dbb-1744-5d30-8b4d-8f67da2bb4c5 with identifier: 1987737 to the API
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:46 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '63802dbb-1744-5d30-8b4d-8f67da2bb4c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5-serie',
'odometer': 93771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5-serie 2.0 530E 200KW XDRIVE AUTO TOURING',
'transmission': 'automatic',
'trim': '2.0 530E 200KW XDRIVE AUTO TOURING',
'vin': None,
'year': 2022}
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987737%27 HTTP/1.1" 200 None
2026-03-30 10:49:46 [ayvens.be] INFO: Saving data for 1987737: {'auction_closing_time': 1775115000.0, 'created_time': 1774651772.159375, 'last_price_update_time': 1774867786.859153}
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987737') HTTP/1.1" 204 0
2026-03-30 10:49:46 [ayvens.be] INFO: Found listing with ID: 1987738
2026-03-30 10:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987738%27 HTTP/1.1" 200 None
2026-03-30 10:49:46 [ayvens.be] INFO: Scrape type for 1987738: 2
2026-03-30 10:49:46 [ayvens.be] INFO: Extracting data for car ID: 1987738
2026-03-30 10:49:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b505de-e73c-56e3-8970-569aa52e20fe with identifier: 1987738
2026-03-30 10:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b505de-e73c-56e3-8970-569aa52e20fe with scrape type 2
2026-03-30 10:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b505de-e73c-56e3-8970-569aa52e20fe with scrape type 2
2026-03-30 10:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 55b505de-e73c-56e3-8970-569aa52e20fe, identifier: 1987738
2026-03-30 10:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 55b505de-e73c-56e3-8970-569aa52e20fe with identifier: 1987738
2026-03-30 10:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 55b505de-e73c-56e3-8970-569aa52e20fe with identifier: 1987738
2026-03-30 10:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 55b505de-e73c-56e3-8970-569aa52e20fe with identifier: 1987738 to the API
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:47 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '55b505de-e73c-56e3-8970-569aa52e20fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 61847,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-23',
'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-30 10:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987738%27 HTTP/1.1" 200 None
2026-03-30 10:49:47 [ayvens.be] INFO: Saving data for 1987738: {'auction_closing_time': 1775115000.0, 'created_time': 1774651774.085842, 'last_price_update_time': 1774867787.266088}
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987738') HTTP/1.1" 204 0
2026-03-30 10:49:47 [ayvens.be] INFO: Found listing with ID: 1987739
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987739%27 HTTP/1.1" 200 None
2026-03-30 10:49:47 [ayvens.be] INFO: Scrape type for 1987739: 2
2026-03-30 10:49:47 [ayvens.be] INFO: Extracting data for car ID: 1987739
2026-03-30 10:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b86a3504-50fa-5705-a330-fb01e1cd0ea6 with identifier: 1987739
2026-03-30 10:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b86a3504-50fa-5705-a330-fb01e1cd0ea6 with scrape type 2
2026-03-30 10:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b86a3504-50fa-5705-a330-fb01e1cd0ea6 with scrape type 2
2026-03-30 10:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b86a3504-50fa-5705-a330-fb01e1cd0ea6, identifier: 1987739
2026-03-30 10:49:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b86a3504-50fa-5705-a330-fb01e1cd0ea6 with identifier: 1987739
2026-03-30 10:49:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b86a3504-50fa-5705-a330-fb01e1cd0ea6 with identifier: 1987739
2026-03-30 10:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b86a3504-50fa-5705-a330-fb01e1cd0ea6 with identifier: 1987739 to the API
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:47 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b86a3504-50fa-5705-a330-fb01e1cd0ea6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 48702,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987739%27 HTTP/1.1" 200 None
2026-03-30 10:49:47 [ayvens.be] INFO: Saving data for 1987739: {'auction_closing_time': 1775115000.0, 'created_time': 1774651874.759691, 'last_price_update_time': 1774867787.687897}
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987739') HTTP/1.1" 204 0
2026-03-30 10:49:47 [ayvens.be] INFO: Found listing with ID: 1987740
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987740%27 HTTP/1.1" 200 None
2026-03-30 10:49:47 [ayvens.be] INFO: Scrape type for 1987740: 2
2026-03-30 10:49:47 [ayvens.be] INFO: Extracting data for car ID: 1987740
2026-03-30 10:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61376484-f10f-5734-b90f-aef2709ee9f8 with identifier: 1987740
2026-03-30 10:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61376484-f10f-5734-b90f-aef2709ee9f8 with scrape type 2
2026-03-30 10:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61376484-f10f-5734-b90f-aef2709ee9f8 with scrape type 2
2026-03-30 10:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 61376484-f10f-5734-b90f-aef2709ee9f8, identifier: 1987740
2026-03-30 10:49:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 61376484-f10f-5734-b90f-aef2709ee9f8 with identifier: 1987740
2026-03-30 10:49:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 61376484-f10f-5734-b90f-aef2709ee9f8 with identifier: 1987740
2026-03-30 10:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 61376484-f10f-5734-b90f-aef2709ee9f8 with identifier: 1987740 to the API
2026-03-30 10:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:48 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '61376484-f10f-5734-b90f-aef2709ee9f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VIII',
'odometer': 47290,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-21',
'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-30 10:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987740%27 HTTP/1.1" 200 None
2026-03-30 10:49:48 [ayvens.be] INFO: Saving data for 1987740: {'auction_closing_time': 1775115000.0, 'created_time': 1774651871.688133, 'last_price_update_time': 1774867788.089041}
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987740') HTTP/1.1" 204 0
2026-03-30 10:49:48 [ayvens.be] INFO: Found listing with ID: 1987741
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987741%27 HTTP/1.1" 200 None
2026-03-30 10:49:48 [ayvens.be] INFO: Scrape type for 1987741: 2
2026-03-30 10:49:48 [ayvens.be] INFO: Extracting data for car ID: 1987741
2026-03-30 10:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 430139c6-3a6b-5ca4-a3ac-a3a098783c08 with identifier: 1987741
2026-03-30 10:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 430139c6-3a6b-5ca4-a3ac-a3a098783c08 with scrape type 2
2026-03-30 10:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 430139c6-3a6b-5ca4-a3ac-a3a098783c08 with scrape type 2
2026-03-30 10:49:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 430139c6-3a6b-5ca4-a3ac-a3a098783c08, identifier: 1987741
2026-03-30 10:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 430139c6-3a6b-5ca4-a3ac-a3a098783c08 with identifier: 1987741
2026-03-30 10:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 430139c6-3a6b-5ca4-a3ac-a3a098783c08 with identifier: 1987741
2026-03-30 10:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 430139c6-3a6b-5ca4-a3ac-a3a098783c08 with identifier: 1987741 to the API
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '430139c6-3a6b-5ca4-a3ac-a3a098783c08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'EXPRESS',
'odometer': 61963,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-27',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT EXPRESS 1.5 DCI BLUE 95 CONFORT',
'transmission': 'manual',
'trim': '1.5 DCI BLUE 95 CONFORT',
'vin': None,
'year': 2022}
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987741%27 HTTP/1.1" 200 None
2026-03-30 10:49:48 [ayvens.be] INFO: Saving data for 1987741: {'auction_closing_time': 1775115000.0, 'created_time': 1774651781.755881, 'last_price_update_time': 1774867788.478913}
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987741') HTTP/1.1" 204 0
2026-03-30 10:49:48 [ayvens.be] INFO: Found listing with ID: 1987742
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987742%27 HTTP/1.1" 200 None
2026-03-30 10:49:48 [ayvens.be] INFO: Scrape type for 1987742: 2
2026-03-30 10:49:48 [ayvens.be] INFO: Extracting data for car ID: 1987742
2026-03-30 10:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90895580-b15c-5e37-8546-a2f0a138043b with identifier: 1987742
2026-03-30 10:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90895580-b15c-5e37-8546-a2f0a138043b with scrape type 2
2026-03-30 10:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90895580-b15c-5e37-8546-a2f0a138043b with scrape type 2
2026-03-30 10:49:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 90895580-b15c-5e37-8546-a2f0a138043b, identifier: 1987742
2026-03-30 10:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 90895580-b15c-5e37-8546-a2f0a138043b with identifier: 1987742
2026-03-30 10:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 90895580-b15c-5e37-8546-a2f0a138043b with identifier: 1987742
2026-03-30 10:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 90895580-b15c-5e37-8546-a2f0a138043b with identifier: 1987742 to the API
2026-03-30 10:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '90895580-b15c-5e37-8546-a2f0a138043b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 116144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T3 MOMENTUM PRO AUTO',
'transmission': 'automatic',
'trim': '1.5 T3 MOMENTUM PRO AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987742%27 HTTP/1.1" 200 None
2026-03-30 10:49:49 [ayvens.be] INFO: Saving data for 1987742: {'auction_closing_time': 1775115000.0, 'created_time': 1774651777.685848, 'last_price_update_time': 1774867789.349764}
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987742') HTTP/1.1" 204 0
2026-03-30 10:49:49 [ayvens.be] INFO: Found listing with ID: 1987743
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987743%27 HTTP/1.1" 200 None
2026-03-30 10:49:49 [ayvens.be] INFO: Scrape type for 1987743: 2
2026-03-30 10:49:49 [ayvens.be] INFO: Extracting data for car ID: 1987743
2026-03-30 10:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2652aa0b-e39e-5a36-bb55-a18c7466091a with identifier: 1987743
2026-03-30 10:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2652aa0b-e39e-5a36-bb55-a18c7466091a with scrape type 2
2026-03-30 10:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2652aa0b-e39e-5a36-bb55-a18c7466091a with scrape type 2
2026-03-30 10:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2652aa0b-e39e-5a36-bb55-a18c7466091a, identifier: 1987743
2026-03-30 10:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2652aa0b-e39e-5a36-bb55-a18c7466091a with identifier: 1987743
2026-03-30 10:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2652aa0b-e39e-5a36-bb55-a18c7466091a with identifier: 1987743
2026-03-30 10:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2652aa0b-e39e-5a36-bb55-a18c7466091a with identifier: 1987743 to the API
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 36,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '2652aa0b-e39e-5a36-bb55-a18c7466091a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT',
'odometer': 65049,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': '1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2022}
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987743%27 HTTP/1.1" 200 None
2026-03-30 10:49:49 [ayvens.be] INFO: Saving data for 1987743: {'auction_closing_time': 1775115000.0, 'created_time': 1774651779.178591, 'last_price_update_time': 1774867789.776634}
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987743') HTTP/1.1" 204 0
2026-03-30 10:49:49 [ayvens.be] INFO: Found listing with ID: 1987744
2026-03-30 10:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987744%27 HTTP/1.1" 200 None
2026-03-30 10:49:49 [ayvens.be] INFO: Scrape type for 1987744: 2
2026-03-30 10:49:49 [ayvens.be] INFO: Extracting data for car ID: 1987744
2026-03-30 10:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1041884b-3ada-52c8-8b9f-d238dc85c8c0 with identifier: 1987744
2026-03-30 10:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1041884b-3ada-52c8-8b9f-d238dc85c8c0 with scrape type 2
2026-03-30 10:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1041884b-3ada-52c8-8b9f-d238dc85c8c0 with scrape type 2
2026-03-30 10:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1041884b-3ada-52c8-8b9f-d238dc85c8c0, identifier: 1987744
2026-03-30 10:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1041884b-3ada-52c8-8b9f-d238dc85c8c0 with identifier: 1987744
2026-03-30 10:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1041884b-3ada-52c8-8b9f-d238dc85c8c0 with identifier: 1987744
2026-03-30 10:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1041884b-3ada-52c8-8b9f-d238dc85c8c0 with identifier: 1987744 to the API
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '1041884b-3ada-52c8-8b9f-d238dc85c8c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 118622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987744%27 HTTP/1.1" 200 None
2026-03-30 10:49:50 [ayvens.be] INFO: Saving data for 1987744: {'auction_closing_time': 1775115000.0, 'created_time': 1774651780.016856, 'last_price_update_time': 1774867790.177272}
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987744') HTTP/1.1" 204 0
2026-03-30 10:49:50 [ayvens.be] INFO: Found listing with ID: 1987745
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987745%27 HTTP/1.1" 200 None
2026-03-30 10:49:50 [ayvens.be] INFO: Scrape type for 1987745: 2
2026-03-30 10:49:50 [ayvens.be] INFO: Extracting data for car ID: 1987745
2026-03-30 10:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4163bc04-a99d-5d7f-973a-b4bba3428099 with identifier: 1987745
2026-03-30 10:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4163bc04-a99d-5d7f-973a-b4bba3428099 with scrape type 2
2026-03-30 10:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4163bc04-a99d-5d7f-973a-b4bba3428099 with scrape type 2
2026-03-30 10:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4163bc04-a99d-5d7f-973a-b4bba3428099, identifier: 1987745
2026-03-30 10:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4163bc04-a99d-5d7f-973a-b4bba3428099 with identifier: 1987745
2026-03-30 10:49:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4163bc04-a99d-5d7f-973a-b4bba3428099 with identifier: 1987745
2026-03-30 10:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4163bc04-a99d-5d7f-973a-b4bba3428099 with identifier: 1987745 to the API
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'MAGNETIC GREY METALLISEE',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '4163bc04-a99d-5d7f-973a-b4bba3428099',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'PUMA',
'odometer': 68512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM DESIGN',
'transmission': 'manual',
'trim': '1.0 ECOBOOST MHEV 92KW TITANIUM DESIGN',
'vin': None,
'year': 2022}
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987745%27 HTTP/1.1" 200 None
2026-03-30 10:49:50 [ayvens.be] INFO: Saving data for 1987745: {'auction_closing_time': 1775115000.0, 'created_time': 1774651870.339665, 'last_price_update_time': 1774867790.571187}
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987745') HTTP/1.1" 204 0
2026-03-30 10:49:50 [ayvens.be] INFO: Found listing with ID: 1987746
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987746%27 HTTP/1.1" 200 None
2026-03-30 10:49:50 [ayvens.be] INFO: Scrape type for 1987746: 2
2026-03-30 10:49:50 [ayvens.be] INFO: Extracting data for car ID: 1987746
2026-03-30 10:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5e3d776-cac0-5623-a6b8-936a2a82d794 with identifier: 1987746
2026-03-30 10:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5e3d776-cac0-5623-a6b8-936a2a82d794 with scrape type 2
2026-03-30 10:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5e3d776-cac0-5623-a6b8-936a2a82d794 with scrape type 2
2026-03-30 10:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e5e3d776-cac0-5623-a6b8-936a2a82d794, identifier: 1987746
2026-03-30 10:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e5e3d776-cac0-5623-a6b8-936a2a82d794 with identifier: 1987746
2026-03-30 10:49:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e5e3d776-cac0-5623-a6b8-936a2a82d794 with identifier: 1987746
2026-03-30 10:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e5e3d776-cac0-5623-a6b8-936a2a82d794 with identifier: 1987746 to the API
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'MYTHOS BLACK METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': 'e5e3d776-cac0-5623-a6b8-936a2a82d794',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'E-TRON',
'odometer': 31640,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON BEV 95KWH 55 QUATTRO S-LINE',
'transmission': 'automatic',
'trim': 'BEV 95KWH 55 QUATTRO S-LINE',
'vin': None,
'year': 2022}
2026-03-30 10:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987746%27 HTTP/1.1" 200 None
2026-03-30 10:49:50 [ayvens.be] INFO: Saving data for 1987746: {'auction_closing_time': 1775115000.0, 'created_time': 1774651869.384881, 'last_price_update_time': 1774867790.995912}
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987746') HTTP/1.1" 204 0
2026-03-30 10:49:51 [ayvens.be] INFO: Found listing with ID: 1987747
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987747%27 HTTP/1.1" 200 None
2026-03-30 10:49:51 [ayvens.be] INFO: Scrape type for 1987747: 2
2026-03-30 10:49:51 [ayvens.be] INFO: Extracting data for car ID: 1987747
2026-03-30 10:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc779181-835a-587b-936d-14c268d38b04 with identifier: 1987747
2026-03-30 10:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc779181-835a-587b-936d-14c268d38b04 with scrape type 2
2026-03-30 10:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc779181-835a-587b-936d-14c268d38b04 with scrape type 2
2026-03-30 10:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cc779181-835a-587b-936d-14c268d38b04, identifier: 1987747
2026-03-30 10:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cc779181-835a-587b-936d-14c268d38b04 with identifier: 1987747
2026-03-30 10:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cc779181-835a-587b-936d-14c268d38b04 with identifier: 1987747
2026-03-30 10:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cc779181-835a-587b-936d-14c268d38b04 with identifier: 1987747 to the API
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'cc779181-835a-587b-936d-14c268d38b04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 23281,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-13',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.5 TSI ACT 110KW CLEVER',
'transmission': 'manual',
'trim': '1.5 TSI ACT 110KW CLEVER',
'vin': None,
'year': 2024}
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987747%27 HTTP/1.1" 200 None
2026-03-30 10:49:51 [ayvens.be] INFO: Saving data for 1987747: {'auction_closing_time': 1775115000.0, 'created_time': 1774651868.773987, 'last_price_update_time': 1774867791.42023}
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987747') HTTP/1.1" 204 0
2026-03-30 10:49:51 [ayvens.be] INFO: Found listing with ID: 1987748
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987748%27 HTTP/1.1" 200 None
2026-03-30 10:49:51 [ayvens.be] INFO: Scrape type for 1987748: 2
2026-03-30 10:49:51 [ayvens.be] INFO: Extracting data for car ID: 1987748
2026-03-30 10:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37162df4-63ad-5f2c-8b07-b3b0a1dede16 with identifier: 1987748
2026-03-30 10:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37162df4-63ad-5f2c-8b07-b3b0a1dede16 with scrape type 2
2026-03-30 10:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37162df4-63ad-5f2c-8b07-b3b0a1dede16 with scrape type 2
2026-03-30 10:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 37162df4-63ad-5f2c-8b07-b3b0a1dede16, identifier: 1987748
2026-03-30 10:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 37162df4-63ad-5f2c-8b07-b3b0a1dede16 with identifier: 1987748
2026-03-30 10:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 37162df4-63ad-5f2c-8b07-b3b0a1dede16 with identifier: 1987748
2026-03-30 10:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 37162df4-63ad-5f2c-8b07-b3b0a1dede16 with identifier: 1987748 to the API
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '37162df4-63ad-5f2c-8b07-b3b0a1dede16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE E-TECH',
'odometer': 58400,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE E-TECH 60KWH R220 OPTIMUM CHARGE ICONIC',
'transmission': 'automatic',
'trim': '60KWH R220 OPTIMUM CHARGE ICONIC',
'vin': None,
'year': 2023}
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987748%27 HTTP/1.1" 200 None
2026-03-30 10:49:51 [ayvens.be] INFO: Saving data for 1987748: {'auction_closing_time': 1775115000.0, 'created_time': 1774651784.527029, 'last_price_update_time': 1774867791.88907}
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987748') HTTP/1.1" 204 0
2026-03-30 10:49:51 [ayvens.be] INFO: Found listing with ID: 1987749
2026-03-30 10:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987749%27 HTTP/1.1" 200 None
2026-03-30 10:49:51 [ayvens.be] INFO: Scrape type for 1987749: 2
2026-03-30 10:49:51 [ayvens.be] INFO: Extracting data for car ID: 1987749
2026-03-30 10:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d9382c-78a9-5d1e-a78c-6fd35f7819ba with identifier: 1987749
2026-03-30 10:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d9382c-78a9-5d1e-a78c-6fd35f7819ba with scrape type 2
2026-03-30 10:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d9382c-78a9-5d1e-a78c-6fd35f7819ba with scrape type 2
2026-03-30 10:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 74d9382c-78a9-5d1e-a78c-6fd35f7819ba, identifier: 1987749
2026-03-30 10:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 74d9382c-78a9-5d1e-a78c-6fd35f7819ba with identifier: 1987749
2026-03-30 10:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 74d9382c-78a9-5d1e-a78c-6fd35f7819ba with identifier: 1987749
2026-03-30 10:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 74d9382c-78a9-5d1e-a78c-6fd35f7819ba with identifier: 1987749 to the API
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 87,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '74d9382c-78a9-5d1e-a78c-6fd35f7819ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 71078,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.5 BLUEHDI 75KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 75KW S-S ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987749%27 HTTP/1.1" 200 None
2026-03-30 10:49:52 [ayvens.be] INFO: Saving data for 1987749: {'auction_closing_time': 1775115000.0, 'created_time': 1774651868.437718, 'last_price_update_time': 1774867792.272435}
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987749') HTTP/1.1" 204 0
2026-03-30 10:49:52 [ayvens.be] INFO: Found listing with ID: 1987750
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987750%27 HTTP/1.1" 200 None
2026-03-30 10:49:52 [ayvens.be] INFO: Scrape type for 1987750: 2
2026-03-30 10:49:52 [ayvens.be] INFO: Extracting data for car ID: 1987750
2026-03-30 10:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f26b8fd-6ab7-5c79-b698-89ee2eb1cc28 with identifier: 1987750
2026-03-30 10:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f26b8fd-6ab7-5c79-b698-89ee2eb1cc28 with scrape type 2
2026-03-30 10:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f26b8fd-6ab7-5c79-b698-89ee2eb1cc28 with scrape type 2
2026-03-30 10:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2f26b8fd-6ab7-5c79-b698-89ee2eb1cc28, identifier: 1987750
2026-03-30 10:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2f26b8fd-6ab7-5c79-b698-89ee2eb1cc28 with identifier: 1987750
2026-03-30 10:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2f26b8fd-6ab7-5c79-b698-89ee2eb1cc28 with identifier: 1987750
2026-03-30 10:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2f26b8fd-6ab7-5c79-b698-89ee2eb1cc28 with identifier: 1987750 to the API
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '2f26b8fd-6ab7-5c79-b698-89ee2eb1cc28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 51456,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV RWD AUTO',
'transmission': 'automatic',
'trim': 'BEV RWD AUTO',
'vin': None,
'year': 2024}
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987750%27 HTTP/1.1" 200 None
2026-03-30 10:49:52 [ayvens.be] INFO: Saving data for 1987750: {'auction_closing_time': 1775115000.0, 'created_time': 1774651790.918807, 'last_price_update_time': 1774867792.65727}
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987750') HTTP/1.1" 204 0
2026-03-30 10:49:52 [ayvens.be] INFO: Found listing with ID: 1987751
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987751%27 HTTP/1.1" 200 None
2026-03-30 10:49:52 [ayvens.be] INFO: Scrape type for 1987751: 2
2026-03-30 10:49:52 [ayvens.be] INFO: Extracting data for car ID: 1987751
2026-03-30 10:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a54c0126-4693-5cd0-893b-447ac1ddb476 with identifier: 1987751
2026-03-30 10:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a54c0126-4693-5cd0-893b-447ac1ddb476 with scrape type 2
2026-03-30 10:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a54c0126-4693-5cd0-893b-447ac1ddb476 with scrape type 2
2026-03-30 10:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a54c0126-4693-5cd0-893b-447ac1ddb476, identifier: 1987751
2026-03-30 10:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a54c0126-4693-5cd0-893b-447ac1ddb476 with identifier: 1987751
2026-03-30 10:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a54c0126-4693-5cd0-893b-447ac1ddb476 with identifier: 1987751
2026-03-30 10:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a54c0126-4693-5cd0-893b-447ac1ddb476 with identifier: 1987751 to the API
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:53 [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': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': 'a54c0126-4693-5cd0-893b-447ac1ddb476',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'MUSTANG MACH-E',
'odometer': 108606,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD MUSTANG MACH-E BEV 99KWH 258KW EXT. RANGE PREMIUM AWD',
'transmission': 'automatic',
'trim': 'BEV 99KWH 258KW EXT. RANGE PREMIUM AWD',
'vin': None,
'year': 2024}
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987751%27 HTTP/1.1" 200 None
2026-03-30 10:49:53 [ayvens.be] INFO: Saving data for 1987751: {'auction_closing_time': 1775115000.0, 'created_time': 1774651787.405621, 'last_price_update_time': 1774867793.053367}
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987751') HTTP/1.1" 204 0
2026-03-30 10:49:53 [ayvens.be] INFO: Found listing with ID: 1987752
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987752%27 HTTP/1.1" 200 None
2026-03-30 10:49:53 [ayvens.be] INFO: Scrape type for 1987752: 2
2026-03-30 10:49:53 [ayvens.be] INFO: Extracting data for car ID: 1987752
2026-03-30 10:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c7afb8-7ac9-5a1b-8c03-7b187745bb84 with identifier: 1987752
2026-03-30 10:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c7afb8-7ac9-5a1b-8c03-7b187745bb84 with scrape type 2
2026-03-30 10:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c7afb8-7ac9-5a1b-8c03-7b187745bb84 with scrape type 2
2026-03-30 10:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 87c7afb8-7ac9-5a1b-8c03-7b187745bb84, identifier: 1987752
2026-03-30 10:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 87c7afb8-7ac9-5a1b-8c03-7b187745bb84 with identifier: 1987752
2026-03-30 10:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 87c7afb8-7ac9-5a1b-8c03-7b187745bb84 with identifier: 1987752
2026-03-30 10:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 87c7afb8-7ac9-5a1b-8c03-7b187745bb84 with identifier: 1987752 to the API
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '87c7afb8-7ac9-5a1b-8c03-7b187745bb84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 91554,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI 81KW CLEVER',
'transmission': 'manual',
'trim': '1.0 TSI 81KW CLEVER',
'vin': None,
'year': 2021}
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987752%27 HTTP/1.1" 200 None
2026-03-30 10:49:53 [ayvens.be] INFO: Saving data for 1987752: {'auction_closing_time': 1775115000.0, 'created_time': 1774651788.82455, 'last_price_update_time': 1774867793.459016}
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987752') HTTP/1.1" 204 0
2026-03-30 10:49:53 [ayvens.be] INFO: Found listing with ID: 1987753
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987753%27 HTTP/1.1" 200 None
2026-03-30 10:49:53 [ayvens.be] INFO: Scrape type for 1987753: 2
2026-03-30 10:49:53 [ayvens.be] INFO: Extracting data for car ID: 1987753
2026-03-30 10:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a719c464-e1af-56af-ab53-6cb8ee37bd6c with identifier: 1987753
2026-03-30 10:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a719c464-e1af-56af-ab53-6cb8ee37bd6c with scrape type 2
2026-03-30 10:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a719c464-e1af-56af-ab53-6cb8ee37bd6c with scrape type 2
2026-03-30 10:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a719c464-e1af-56af-ab53-6cb8ee37bd6c, identifier: 1987753
2026-03-30 10:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a719c464-e1af-56af-ab53-6cb8ee37bd6c with identifier: 1987753
2026-03-30 10:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a719c464-e1af-56af-ab53-6cb8ee37bd6c with identifier: 1987753
2026-03-30 10:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a719c464-e1af-56af-ab53-6cb8ee37bd6c with identifier: 1987753 to the API
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:53 [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.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a719c464-e1af-56af-ab53-6cb8ee37bd6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 BERLINE',
'odometer': 70258,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 BERLINE 1.0 TFSI 30 81KW S TRONIC ATTRACTION B.E',
'transmission': 'automatic',
'trim': '1.0 TFSI 30 81KW S TRONIC ATTRACTION B.E',
'vin': None,
'year': 2022}
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987753%27 HTTP/1.1" 200 None
2026-03-30 10:49:53 [ayvens.be] INFO: Saving data for 1987753: {'auction_closing_time': 1775115000.0, 'created_time': 1774651789.577818, 'last_price_update_time': 1774867793.845178}
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987753') HTTP/1.1" 204 0
2026-03-30 10:49:53 [ayvens.be] INFO: Found listing with ID: 1987754
2026-03-30 10:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987754%27 HTTP/1.1" 200 None
2026-03-30 10:49:53 [ayvens.be] INFO: Scrape type for 1987754: 2
2026-03-30 10:49:53 [ayvens.be] INFO: Extracting data for car ID: 1987754
2026-03-30 10:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a18ba4f4-33ea-5a6d-80db-e9c1060013ea with identifier: 1987754
2026-03-30 10:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a18ba4f4-33ea-5a6d-80db-e9c1060013ea with scrape type 2
2026-03-30 10:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a18ba4f4-33ea-5a6d-80db-e9c1060013ea with scrape type 2
2026-03-30 10:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a18ba4f4-33ea-5a6d-80db-e9c1060013ea, identifier: 1987754
2026-03-30 10:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a18ba4f4-33ea-5a6d-80db-e9c1060013ea with identifier: 1987754
2026-03-30 10:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a18ba4f4-33ea-5a6d-80db-e9c1060013ea with identifier: 1987754
2026-03-30 10:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a18ba4f4-33ea-5a6d-80db-e9c1060013ea with identifier: 1987754 to the API
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:54 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a18ba4f4-33ea-5a6d-80db-e9c1060013ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'PUMA',
'odometer': 88997,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW ST-LINE V',
'transmission': 'manual',
'trim': '1.0 ECOBOOST MHEV 92KW ST-LINE V',
'vin': None,
'year': 2022}
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987754%27 HTTP/1.1" 200 None
2026-03-30 10:49:54 [ayvens.be] INFO: Saving data for 1987754: {'auction_closing_time': 1775115000.0, 'created_time': 1774651791.566637, 'last_price_update_time': 1774867794.222455}
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987754') HTTP/1.1" 204 0
2026-03-30 10:49:54 [ayvens.be] INFO: Found listing with ID: 1987755
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987755%27 HTTP/1.1" 200 None
2026-03-30 10:49:54 [ayvens.be] INFO: Scrape type for 1987755: 2
2026-03-30 10:49:54 [ayvens.be] INFO: Extracting data for car ID: 1987755
2026-03-30 10:49:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a71f290-0f8a-50dc-95a0-29633e1a139f with identifier: 1987755
2026-03-30 10:49:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a71f290-0f8a-50dc-95a0-29633e1a139f with scrape type 2
2026-03-30 10:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a71f290-0f8a-50dc-95a0-29633e1a139f with scrape type 2
2026-03-30 10:49:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7a71f290-0f8a-50dc-95a0-29633e1a139f, identifier: 1987755
2026-03-30 10:49:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7a71f290-0f8a-50dc-95a0-29633e1a139f with identifier: 1987755
2026-03-30 10:49:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7a71f290-0f8a-50dc-95a0-29633e1a139f with identifier: 1987755
2026-03-30 10:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7a71f290-0f8a-50dc-95a0-29633e1a139f with identifier: 1987755 to the API
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': '7a71f290-0f8a-50dc-95a0-29633e1a139f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 78392,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'BEV 75KWH LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987755%27 HTTP/1.1" 200 None
2026-03-30 10:49:54 [ayvens.be] INFO: Saving data for 1987755: {'auction_closing_time': 1775115000.0, 'created_time': 1774651865.883266, 'last_price_update_time': 1774867794.946789}
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987755') HTTP/1.1" 204 0
2026-03-30 10:49:54 [ayvens.be] INFO: Found listing with ID: 1987756
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987756%27 HTTP/1.1" 200 None
2026-03-30 10:49:54 [ayvens.be] INFO: Scrape type for 1987756: 2
2026-03-30 10:49:54 [ayvens.be] INFO: Extracting data for car ID: 1987756
2026-03-30 10:49:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcc36a77-9a3a-55f3-b466-9148d95345cc with identifier: 1987756
2026-03-30 10:49:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcc36a77-9a3a-55f3-b466-9148d95345cc with scrape type 2
2026-03-30 10:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcc36a77-9a3a-55f3-b466-9148d95345cc with scrape type 2
2026-03-30 10:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dcc36a77-9a3a-55f3-b466-9148d95345cc, identifier: 1987756
2026-03-30 10:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dcc36a77-9a3a-55f3-b466-9148d95345cc with identifier: 1987756
2026-03-30 10:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dcc36a77-9a3a-55f3-b466-9148d95345cc with identifier: 1987756
2026-03-30 10:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dcc36a77-9a3a-55f3-b466-9148d95345cc with identifier: 1987756 to the API
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:55 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'dcc36a77-9a3a-55f3-b466-9148d95345cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 98899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'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-30 10:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987756%27 HTTP/1.1" 200 None
2026-03-30 10:49:55 [ayvens.be] INFO: Saving data for 1987756: {'auction_closing_time': 1775115000.0, 'created_time': 1774651866.526628, 'last_price_update_time': 1774867795.382972}
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987756') HTTP/1.1" 204 0
2026-03-30 10:49:55 [ayvens.be] INFO: Found listing with ID: 1987757
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987757%27 HTTP/1.1" 200 None
2026-03-30 10:49:55 [ayvens.be] INFO: Scrape type for 1987757: 2
2026-03-30 10:49:55 [ayvens.be] INFO: Extracting data for car ID: 1987757
2026-03-30 10:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7c1dd1c-e46b-5076-8e63-a25766b6986d with identifier: 1987757
2026-03-30 10:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7c1dd1c-e46b-5076-8e63-a25766b6986d with scrape type 2
2026-03-30 10:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7c1dd1c-e46b-5076-8e63-a25766b6986d with scrape type 2
2026-03-30 10:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e7c1dd1c-e46b-5076-8e63-a25766b6986d, identifier: 1987757
2026-03-30 10:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e7c1dd1c-e46b-5076-8e63-a25766b6986d with identifier: 1987757
2026-03-30 10:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e7c1dd1c-e46b-5076-8e63-a25766b6986d with identifier: 1987757
2026-03-30 10:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e7c1dd1c-e46b-5076-8e63-a25766b6986d with identifier: 1987757 to the API
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:49:55 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e7c1dd1c-e46b-5076-8e63-a25766b6986d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 46831,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-03',
'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': 2022}
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987757%27 HTTP/1.1" 200 None
2026-03-30 10:49:55 [ayvens.be] INFO: Saving data for 1987757: {'auction_closing_time': 1775115000.0, 'created_time': 1774651867.172261, 'last_price_update_time': 1774867795.758336}
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987757') HTTP/1.1" 204 0
2026-03-30 10:49:55 [ayvens.be] INFO: Found listing with ID: 1987758
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987758%27 HTTP/1.1" 200 None
2026-03-30 10:49:55 [ayvens.be] INFO: Scrape type for 1987758: 2
2026-03-30 10:49:55 [ayvens.be] INFO: Extracting data for car ID: 1987758
2026-03-30 10:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a350168f-2c10-596c-8a85-8872b12afee0 with identifier: 1987758
2026-03-30 10:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a350168f-2c10-596c-8a85-8872b12afee0 with scrape type 2
2026-03-30 10:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a350168f-2c10-596c-8a85-8872b12afee0 with scrape type 2
2026-03-30 10:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a350168f-2c10-596c-8a85-8872b12afee0, identifier: 1987758
2026-03-30 10:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a350168f-2c10-596c-8a85-8872b12afee0 with identifier: 1987758
2026-03-30 10:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a350168f-2c10-596c-8a85-8872b12afee0 with identifier: 1987758
2026-03-30 10:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a350168f-2c10-596c-8a85-8872b12afee0 with identifier: 1987758 to the API
2026-03-30 10:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:56 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a350168f-2c10-596c-8a85-8872b12afee0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 62777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '1.3 A 180 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987758%27 HTTP/1.1" 200 None
2026-03-30 10:49:56 [ayvens.be] INFO: Saving data for 1987758: {'auction_closing_time': 1775115000.0, 'created_time': 1774651864.746675, 'last_price_update_time': 1774867796.144529}
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987758') HTTP/1.1" 204 0
2026-03-30 10:49:56 [ayvens.be] INFO: Found listing with ID: 1987759
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987759%27 HTTP/1.1" 200 None
2026-03-30 10:49:56 [ayvens.be] INFO: Scrape type for 1987759: 2
2026-03-30 10:49:56 [ayvens.be] INFO: Extracting data for car ID: 1987759
2026-03-30 10:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b92d579-5f63-5587-a938-eb507f8b4413 with identifier: 1987759
2026-03-30 10:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b92d579-5f63-5587-a938-eb507f8b4413 with scrape type 2
2026-03-30 10:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b92d579-5f63-5587-a938-eb507f8b4413 with scrape type 2
2026-03-30 10:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5b92d579-5f63-5587-a938-eb507f8b4413, identifier: 1987759
2026-03-30 10:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5b92d579-5f63-5587-a938-eb507f8b4413 with identifier: 1987759
2026-03-30 10:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5b92d579-5f63-5587-a938-eb507f8b4413 with identifier: 1987759
2026-03-30 10:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5b92d579-5f63-5587-a938-eb507f8b4413 with identifier: 1987759 to the API
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '5b92d579-5f63-5587-a938-eb507f8b4413',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'PUMA',
'odometer': 52266,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-08',
'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': 2022}
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987759%27 HTTP/1.1" 200 None
2026-03-30 10:49:56 [ayvens.be] INFO: Saving data for 1987759: {'auction_closing_time': 1775115000.0, 'created_time': 1774651865.390218, 'last_price_update_time': 1774867796.614133}
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987759') HTTP/1.1" 204 0
2026-03-30 10:49:56 [ayvens.be] INFO: Found listing with ID: 1987760
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987760%27 HTTP/1.1" 200 None
2026-03-30 10:49:56 [ayvens.be] INFO: Scrape type for 1987760: 2
2026-03-30 10:49:56 [ayvens.be] INFO: Extracting data for car ID: 1987760
2026-03-30 10:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8727a73-a269-5df0-8c14-7e6e0eddef3f with identifier: 1987760
2026-03-30 10:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8727a73-a269-5df0-8c14-7e6e0eddef3f with scrape type 2
2026-03-30 10:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8727a73-a269-5df0-8c14-7e6e0eddef3f with scrape type 2
2026-03-30 10:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c8727a73-a269-5df0-8c14-7e6e0eddef3f, identifier: 1987760
2026-03-30 10:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c8727a73-a269-5df0-8c14-7e6e0eddef3f with identifier: 1987760
2026-03-30 10:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c8727a73-a269-5df0-8c14-7e6e0eddef3f with identifier: 1987760
2026-03-30 10:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c8727a73-a269-5df0-8c14-7e6e0eddef3f with identifier: 1987760 to the API
2026-03-30 10:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': 'c8727a73-a269-5df0-8c14-7e6e0eddef3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 48085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'BEV LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987760%27 HTTP/1.1" 200 None
2026-03-30 10:49:57 [ayvens.be] INFO: Saving data for 1987760: {'auction_closing_time': 1775115000.0, 'created_time': 1774651862.642508, 'last_price_update_time': 1774867797.025739}
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987760') HTTP/1.1" 204 0
2026-03-30 10:49:57 [ayvens.be] INFO: Found listing with ID: 1987761
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987761%27 HTTP/1.1" 200 None
2026-03-30 10:49:57 [ayvens.be] INFO: Scrape type for 1987761: 2
2026-03-30 10:49:57 [ayvens.be] INFO: Extracting data for car ID: 1987761
2026-03-30 10:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecf00300-7dd9-5e76-9b10-124f460f4e48 with identifier: 1987761
2026-03-30 10:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecf00300-7dd9-5e76-9b10-124f460f4e48 with scrape type 2
2026-03-30 10:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecf00300-7dd9-5e76-9b10-124f460f4e48 with scrape type 2
2026-03-30 10:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ecf00300-7dd9-5e76-9b10-124f460f4e48, identifier: 1987761
2026-03-30 10:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ecf00300-7dd9-5e76-9b10-124f460f4e48 with identifier: 1987761
2026-03-30 10:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ecf00300-7dd9-5e76-9b10-124f460f4e48 with identifier: 1987761
2026-03-30 10:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ecf00300-7dd9-5e76-9b10-124f460f4e48 with identifier: 1987761 to the API
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'electric',
'id': 'ecf00300-7dd9-5e76-9b10-124f460f4e48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 89201,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-16',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV PERFORMANCE AUTO 4WD',
'transmission': 'automatic',
'trim': 'BEV PERFORMANCE AUTO 4WD',
'vin': None,
'year': 2023}
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987761%27 HTTP/1.1" 200 None
2026-03-30 10:49:57 [ayvens.be] INFO: Saving data for 1987761: {'auction_closing_time': 1775115000.0, 'created_time': 1774651862.265829, 'last_price_update_time': 1774867797.418307}
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987761') HTTP/1.1" 204 0
2026-03-30 10:49:57 [ayvens.be] INFO: Found listing with ID: 1987762
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987762%27 HTTP/1.1" 200 None
2026-03-30 10:49:57 [ayvens.be] INFO: Scrape type for 1987762: 2
2026-03-30 10:49:57 [ayvens.be] INFO: Extracting data for car ID: 1987762
2026-03-30 10:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84216e85-9d0d-5b49-b97a-6ff6fec92a70 with identifier: 1987762
2026-03-30 10:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84216e85-9d0d-5b49-b97a-6ff6fec92a70 with scrape type 2
2026-03-30 10:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84216e85-9d0d-5b49-b97a-6ff6fec92a70 with scrape type 2
2026-03-30 10:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 84216e85-9d0d-5b49-b97a-6ff6fec92a70, identifier: 1987762
2026-03-30 10:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 84216e85-9d0d-5b49-b97a-6ff6fec92a70 with identifier: 1987762
2026-03-30 10:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 84216e85-9d0d-5b49-b97a-6ff6fec92a70 with identifier: 1987762
2026-03-30 10:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 84216e85-9d0d-5b49-b97a-6ff6fec92a70 with identifier: 1987762 to the API
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:49: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-30 10:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 48,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '84216e85-9d0d-5b49-b97a-6ff6fec92a70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 48108,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'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-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987762%27 HTTP/1.1" 200 None
2026-03-30 10:49:57 [ayvens.be] INFO: Saving data for 1987762: {'auction_closing_time': 1775115000.0, 'created_time': 1774651798.595321, 'last_price_update_time': 1774867797.7891}
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987762') HTTP/1.1" 204 0
2026-03-30 10:49:57 [ayvens.be] INFO: Found listing with ID: 1987763
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987763%27 HTTP/1.1" 200 None
2026-03-30 10:49:57 [ayvens.be] INFO: Scrape type for 1987763: 2
2026-03-30 10:49:57 [ayvens.be] INFO: Extracting data for car ID: 1987763
2026-03-30 10:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 656c2f2a-d040-5dac-bc40-ac87a9381884 with identifier: 1987763
2026-03-30 10:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 656c2f2a-d040-5dac-bc40-ac87a9381884 with scrape type 2
2026-03-30 10:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 656c2f2a-d040-5dac-bc40-ac87a9381884 with scrape type 2
2026-03-30 10:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 656c2f2a-d040-5dac-bc40-ac87a9381884, identifier: 1987763
2026-03-30 10:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 656c2f2a-d040-5dac-bc40-ac87a9381884 with identifier: 1987763
2026-03-30 10:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 656c2f2a-d040-5dac-bc40-ac87a9381884 with identifier: 1987763
2026-03-30 10:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 656c2f2a-d040-5dac-bc40-ac87a9381884 with identifier: 1987763 to the API
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '656c2f2a-d040-5dac-bc40-ac87a9381884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 91007,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116I (80KW)',
'transmission': 'manual',
'trim': '1.5 116I (80KW)',
'vin': None,
'year': 2023}
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987763%27 HTTP/1.1" 200 None
2026-03-30 10:49:58 [ayvens.be] INFO: Saving data for 1987763: {'auction_closing_time': 1775115000.0, 'created_time': 1774651864.357894, 'last_price_update_time': 1774867798.189171}
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987763') HTTP/1.1" 204 0
2026-03-30 10:49:58 [ayvens.be] INFO: Found listing with ID: 1987764
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987764%27 HTTP/1.1" 200 None
2026-03-30 10:49:58 [ayvens.be] INFO: Scrape type for 1987764: 2
2026-03-30 10:49:58 [ayvens.be] INFO: Extracting data for car ID: 1987764
2026-03-30 10:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bc7d221-6f82-5388-b754-2709f55fe80c with identifier: 1987764
2026-03-30 10:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bc7d221-6f82-5388-b754-2709f55fe80c with scrape type 2
2026-03-30 10:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bc7d221-6f82-5388-b754-2709f55fe80c with scrape type 2
2026-03-30 10:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6bc7d221-6f82-5388-b754-2709f55fe80c, identifier: 1987764
2026-03-30 10:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6bc7d221-6f82-5388-b754-2709f55fe80c with identifier: 1987764
2026-03-30 10:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6bc7d221-6f82-5388-b754-2709f55fe80c with identifier: 1987764
2026-03-30 10:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6bc7d221-6f82-5388-b754-2709f55fe80c with identifier: 1987764 to the API
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:58 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '6bc7d221-6f82-5388-b754-2709f55fe80c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 36770,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-17',
'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': 2023}
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987764%27 HTTP/1.1" 200 None
2026-03-30 10:49:58 [ayvens.be] INFO: Saving data for 1987764: {'auction_closing_time': 1775115000.0, 'created_time': 1774651800.884081, 'last_price_update_time': 1774867798.567794}
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987764') HTTP/1.1" 204 0
2026-03-30 10:49:58 [ayvens.be] INFO: Found listing with ID: 1987765
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987765%27 HTTP/1.1" 200 None
2026-03-30 10:49:58 [ayvens.be] INFO: Scrape type for 1987765: 2
2026-03-30 10:49:58 [ayvens.be] INFO: Extracting data for car ID: 1987765
2026-03-30 10:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68ab4412-1fc0-5b6d-a4b8-627a7e5d0a4a with identifier: 1987765
2026-03-30 10:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68ab4412-1fc0-5b6d-a4b8-627a7e5d0a4a with scrape type 2
2026-03-30 10:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68ab4412-1fc0-5b6d-a4b8-627a7e5d0a4a with scrape type 2
2026-03-30 10:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 68ab4412-1fc0-5b6d-a4b8-627a7e5d0a4a, identifier: 1987765
2026-03-30 10:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 68ab4412-1fc0-5b6d-a4b8-627a7e5d0a4a with identifier: 1987765
2026-03-30 10:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 68ab4412-1fc0-5b6d-a4b8-627a7e5d0a4a with identifier: 1987765
2026-03-30 10:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 68ab4412-1fc0-5b6d-a4b8-627a7e5d0a4a with identifier: 1987765 to the API
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:58 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '68ab4412-1fc0-5b6d-a4b8-627a7e5d0a4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 49214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PURETECH 96KW S-S AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': '1.2 PURETECH 96KW S-S AUTO ALLURE PACK',
'vin': None,
'year': 2023}
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987765%27 HTTP/1.1" 200 None
2026-03-30 10:49:58 [ayvens.be] INFO: Saving data for 1987765: {'auction_closing_time': 1775115000.0, 'created_time': 1774651860.90915, 'last_price_update_time': 1774867798.976514}
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987765') HTTP/1.1" 204 0
2026-03-30 10:49:58 [ayvens.be] INFO: Found listing with ID: 1987766
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987766%27 HTTP/1.1" 200 None
2026-03-30 10:49:59 [ayvens.be] INFO: Scrape type for 1987766: 2
2026-03-30 10:49:59 [ayvens.be] INFO: Extracting data for car ID: 1987766
2026-03-30 10:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64bdbd79-5fbe-5826-8e9f-888196c49dee with identifier: 1987766
2026-03-30 10:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64bdbd79-5fbe-5826-8e9f-888196c49dee with scrape type 2
2026-03-30 10:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64bdbd79-5fbe-5826-8e9f-888196c49dee with scrape type 2
2026-03-30 10:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 64bdbd79-5fbe-5826-8e9f-888196c49dee, identifier: 1987766
2026-03-30 10:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 64bdbd79-5fbe-5826-8e9f-888196c49dee with identifier: 1987766
2026-03-30 10:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 64bdbd79-5fbe-5826-8e9f-888196c49dee with identifier: 1987766
2026-03-30 10:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 64bdbd79-5fbe-5826-8e9f-888196c49dee with identifier: 1987766 to the API
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:59 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '64bdbd79-5fbe-5826-8e9f-888196c49dee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE GRANDTOUR',
'odometer': 60373,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE GRANDTOUR 1.3 TCE 140 TECHNO',
'transmission': 'manual',
'trim': '1.3 TCE 140 TECHNO',
'vin': None,
'year': 2023}
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987766%27 HTTP/1.1" 200 None
2026-03-30 10:49:59 [ayvens.be] INFO: Saving data for 1987766: {'auction_closing_time': 1775115000.0, 'created_time': 1774651860.55275, 'last_price_update_time': 1774867799.364924}
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987766') HTTP/1.1" 204 0
2026-03-30 10:49:59 [ayvens.be] INFO: Found listing with ID: 1987767
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987767%27 HTTP/1.1" 200 None
2026-03-30 10:49:59 [ayvens.be] INFO: Scrape type for 1987767: 2
2026-03-30 10:49:59 [ayvens.be] INFO: Extracting data for car ID: 1987767
2026-03-30 10:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e0aef88-4ab8-564d-b9b6-0c287eef51b7 with identifier: 1987767
2026-03-30 10:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0aef88-4ab8-564d-b9b6-0c287eef51b7 with scrape type 2
2026-03-30 10:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e0aef88-4ab8-564d-b9b6-0c287eef51b7 with scrape type 2
2026-03-30 10:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6e0aef88-4ab8-564d-b9b6-0c287eef51b7, identifier: 1987767
2026-03-30 10:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6e0aef88-4ab8-564d-b9b6-0c287eef51b7 with identifier: 1987767
2026-03-30 10:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6e0aef88-4ab8-564d-b9b6-0c287eef51b7 with identifier: 1987767
2026-03-30 10:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6e0aef88-4ab8-564d-b9b6-0c287eef51b7 with identifier: 1987767 to the API
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'diesel',
'id': '6e0aef88-4ab8-564d-b9b6-0c287eef51b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 117882,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 2.0 CRTDI 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110KW DSG7 CLEVER+',
'vin': None,
'year': 2023}
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987767%27 HTTP/1.1" 200 None
2026-03-30 10:49:59 [ayvens.be] INFO: Saving data for 1987767: {'auction_closing_time': 1775115000.0, 'created_time': 1774651804.254326, 'last_price_update_time': 1774867799.740036}
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987767') HTTP/1.1" 204 0
2026-03-30 10:49:59 [ayvens.be] INFO: Found listing with ID: 1987768
2026-03-30 10:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987768%27 HTTP/1.1" 200 None
2026-03-30 10:49:59 [ayvens.be] INFO: Scrape type for 1987768: 2
2026-03-30 10:49:59 [ayvens.be] INFO: Extracting data for car ID: 1987768
2026-03-30 10:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05042e9c-3433-503d-b6e8-2174bb122ce2 with identifier: 1987768
2026-03-30 10:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05042e9c-3433-503d-b6e8-2174bb122ce2 with scrape type 2
2026-03-30 10:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05042e9c-3433-503d-b6e8-2174bb122ce2 with scrape type 2
2026-03-30 10:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 05042e9c-3433-503d-b6e8-2174bb122ce2, identifier: 1987768
2026-03-30 10:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 05042e9c-3433-503d-b6e8-2174bb122ce2 with identifier: 1987768
2026-03-30 10:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 05042e9c-3433-503d-b6e8-2174bb122ce2 with identifier: 1987768
2026-03-30 10:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 05042e9c-3433-503d-b6e8-2174bb122ce2 with identifier: 1987768 to the API
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-04-02T07:30:00Z',
'fuel_type': 'petrol',
'id': '05042e9c-3433-503d-b6e8-2174bb122ce2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41109',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 83558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR 1.0 TCE 90 TECHNO',
'transmission': 'manual',
'trim': '1.0 TCE 90 TECHNO',
'vin': None,
'year': 2022}
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987768%27 HTTP/1.1" 200 None
2026-03-30 10:50:00 [ayvens.be] INFO: Saving data for 1987768: {'auction_closing_time': 1775115000.0, 'created_time': 1774651806.336668, 'last_price_update_time': 1774867800.230503}
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987768') HTTP/1.1" 204 0
2026-03-30 10:50:00 [ayvens.be] INFO: Found listing with ID: 1982154
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982154%27 HTTP/1.1" 200 None
2026-03-30 10:50:00 [ayvens.be] INFO: Scrape type for 1982154: 2
2026-03-30 10:50:00 [ayvens.be] INFO: Extracting data for car ID: 1982154
2026-03-30 10:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2adc822b-9525-57aa-a6fd-5dac6ff9009c with identifier: 1982154
2026-03-30 10:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2adc822b-9525-57aa-a6fd-5dac6ff9009c with scrape type 2
2026-03-30 10:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2adc822b-9525-57aa-a6fd-5dac6ff9009c with scrape type 2
2026-03-30 10:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2adc822b-9525-57aa-a6fd-5dac6ff9009c, identifier: 1982154
2026-03-30 10:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2adc822b-9525-57aa-a6fd-5dac6ff9009c with identifier: 1982154
2026-03-30 10:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2adc822b-9525-57aa-a6fd-5dac6ff9009c with identifier: 1982154
2026-03-30 10:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2adc822b-9525-57aa-a6fd-5dac6ff9009c with identifier: 1982154 to the API
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:00 [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-30 10:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982154%27 HTTP/1.1" 200 None
2026-03-30 10:50:00 [ayvens.be] INFO: Saving data for 1982154: {'auction_closing_time': 1775037600.0, 'created_time': 1774478725.315373, 'last_price_update_time': 1774867800.631352}
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982154') HTTP/1.1" 204 0
2026-03-30 10:50:00 [ayvens.be] INFO: Found listing with ID: 1982155
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982155%27 HTTP/1.1" 200 None
2026-03-30 10:50:00 [ayvens.be] INFO: Scrape type for 1982155: 2
2026-03-30 10:50:00 [ayvens.be] INFO: Extracting data for car ID: 1982155
2026-03-30 10:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab4ee28b-2ba1-5751-897f-eb30ad612da4 with identifier: 1982155
2026-03-30 10:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab4ee28b-2ba1-5751-897f-eb30ad612da4 with scrape type 2
2026-03-30 10:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab4ee28b-2ba1-5751-897f-eb30ad612da4 with scrape type 2
2026-03-30 10:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ab4ee28b-2ba1-5751-897f-eb30ad612da4, identifier: 1982155
2026-03-30 10:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ab4ee28b-2ba1-5751-897f-eb30ad612da4 with identifier: 1982155
2026-03-30 10:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ab4ee28b-2ba1-5751-897f-eb30ad612da4 with identifier: 1982155
2026-03-30 10:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ab4ee28b-2ba1-5751-897f-eb30ad612da4 with identifier: 1982155 to the API
2026-03-30 10:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:01 [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': 'ab4ee28b-2ba1-5751-897f-eb30ad612da4',
'is_damaged': False,
'is_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': 67778,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'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-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982155%27 HTTP/1.1" 200 None
2026-03-30 10:50:01 [ayvens.be] INFO: Saving data for 1982155: {'auction_closing_time': 1775037600.0, 'created_time': 1774479104.770534, 'last_price_update_time': 1774867801.135202}
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982155') HTTP/1.1" 204 0
2026-03-30 10:50:01 [ayvens.be] INFO: Found listing with ID: 1982156
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982156%27 HTTP/1.1" 200 None
2026-03-30 10:50:01 [ayvens.be] INFO: Scrape type for 1982156: 2
2026-03-30 10:50:01 [ayvens.be] INFO: Extracting data for car ID: 1982156
2026-03-30 10:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4fab10c-7c75-56fc-a3ad-269be6cacd81 with identifier: 1982156
2026-03-30 10:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4fab10c-7c75-56fc-a3ad-269be6cacd81 with scrape type 2
2026-03-30 10:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4fab10c-7c75-56fc-a3ad-269be6cacd81 with scrape type 2
2026-03-30 10:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d4fab10c-7c75-56fc-a3ad-269be6cacd81, identifier: 1982156
2026-03-30 10:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d4fab10c-7c75-56fc-a3ad-269be6cacd81 with identifier: 1982156
2026-03-30 10:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d4fab10c-7c75-56fc-a3ad-269be6cacd81 with identifier: 1982156
2026-03-30 10:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d4fab10c-7c75-56fc-a3ad-269be6cacd81 with identifier: 1982156 to the API
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:01 [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': 'd4fab10c-7c75-56fc-a3ad-269be6cacd81',
'is_damaged': False,
'is_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': 35024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-21',
'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-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982156%27 HTTP/1.1" 200 None
2026-03-30 10:50:01 [ayvens.be] INFO: Saving data for 1982156: {'auction_closing_time': 1775037600.0, 'created_time': 1774479101.493106, 'last_price_update_time': 1774867801.539844}
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982156') HTTP/1.1" 204 0
2026-03-30 10:50:01 [ayvens.be] INFO: Found listing with ID: 1982157
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982157%27 HTTP/1.1" 200 None
2026-03-30 10:50:01 [ayvens.be] INFO: Scrape type for 1982157: 2
2026-03-30 10:50:01 [ayvens.be] INFO: Extracting data for car ID: 1982157
2026-03-30 10:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36a9b5f9-9cbf-51c5-b404-d7e3e11fe9f5 with identifier: 1982157
2026-03-30 10:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36a9b5f9-9cbf-51c5-b404-d7e3e11fe9f5 with scrape type 2
2026-03-30 10:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36a9b5f9-9cbf-51c5-b404-d7e3e11fe9f5 with scrape type 2
2026-03-30 10:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 36a9b5f9-9cbf-51c5-b404-d7e3e11fe9f5, identifier: 1982157
2026-03-30 10:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 36a9b5f9-9cbf-51c5-b404-d7e3e11fe9f5 with identifier: 1982157
2026-03-30 10:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 36a9b5f9-9cbf-51c5-b404-d7e3e11fe9f5 with identifier: 1982157
2026-03-30 10:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 36a9b5f9-9cbf-51c5-b404-d7e3e11fe9f5 with identifier: 1982157 to the API
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:01 [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': 3,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '36a9b5f9-9cbf-51c5-b404-d7e3e11fe9f5',
'is_damaged': False,
'is_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': 'CITROAu2039N',
'model': 'BERLINGO',
'odometer': 49485,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-03',
'seats_number': 2,
'seller_name': None,
'title': 'CITROAu2039N BERLINGO 1.5 BLUEHDI 100 XL HEAVY CONTROL',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 100 XL HEAVY CONTROL',
'vin': None,
'year': 2021}
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982157%27 HTTP/1.1" 200 None
2026-03-30 10:50:01 [ayvens.be] INFO: Saving data for 1982157: {'auction_closing_time': 1775037600.0, 'created_time': 1774479099.19633, 'last_price_update_time': 1774867801.937084}
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982157') HTTP/1.1" 204 0
2026-03-30 10:50:01 [ayvens.be] INFO: Found listing with ID: 1982158
2026-03-30 10:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982158%27 HTTP/1.1" 200 None
2026-03-30 10:50:01 [ayvens.be] INFO: Scrape type for 1982158: 2
2026-03-30 10:50:01 [ayvens.be] INFO: Extracting data for car ID: 1982158
2026-03-30 10:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9168dc4c-03d1-5f7e-9981-4a0d77535f62 with identifier: 1982158
2026-03-30 10:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9168dc4c-03d1-5f7e-9981-4a0d77535f62 with scrape type 2
2026-03-30 10:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9168dc4c-03d1-5f7e-9981-4a0d77535f62 with scrape type 2
2026-03-30 10:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9168dc4c-03d1-5f7e-9981-4a0d77535f62, identifier: 1982158
2026-03-30 10:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9168dc4c-03d1-5f7e-9981-4a0d77535f62 with identifier: 1982158
2026-03-30 10:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9168dc4c-03d1-5f7e-9981-4a0d77535f62 with identifier: 1982158
2026-03-30 10:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9168dc4c-03d1-5f7e-9981-4a0d77535f62 with identifier: 1982158 to the API
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:02 [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': '9168dc4c-03d1-5f7e-9981-4a0d77535f62',
'is_damaged': False,
'is_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': 87375,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'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-30 10:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982158%27 HTTP/1.1" 200 None
2026-03-30 10:50:02 [ayvens.be] INFO: Saving data for 1982158: {'auction_closing_time': 1775037600.0, 'created_time': 1774479097.550532, 'last_price_update_time': 1774867802.330154}
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982158') HTTP/1.1" 204 0
2026-03-30 10:50:02 [ayvens.be] INFO: Found listing with ID: 1982159
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982159%27 HTTP/1.1" 200 None
2026-03-30 10:50:02 [ayvens.be] INFO: Scrape type for 1982159: 2
2026-03-30 10:50:02 [ayvens.be] INFO: Extracting data for car ID: 1982159
2026-03-30 10:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f191d63-a126-549d-96d5-372f1e674922 with identifier: 1982159
2026-03-30 10:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f191d63-a126-549d-96d5-372f1e674922 with scrape type 2
2026-03-30 10:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f191d63-a126-549d-96d5-372f1e674922 with scrape type 2
2026-03-30 10:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5f191d63-a126-549d-96d5-372f1e674922, identifier: 1982159
2026-03-30 10:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5f191d63-a126-549d-96d5-372f1e674922 with identifier: 1982159
2026-03-30 10:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5f191d63-a126-549d-96d5-372f1e674922 with identifier: 1982159
2026-03-30 10:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5f191d63-a126-549d-96d5-372f1e674922 with identifier: 1982159 to the API
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:02 [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': '5f191d63-a126-549d-96d5-372f1e674922',
'is_damaged': False,
'is_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': 97601,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-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-30 10:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982159%27 HTTP/1.1" 200 None
2026-03-30 10:50:02 [ayvens.be] INFO: Saving data for 1982159: {'auction_closing_time': 1775037600.0, 'created_time': 1774478731.442311, 'last_price_update_time': 1774867802.720965}
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982159') HTTP/1.1" 204 0
2026-03-30 10:50:02 [ayvens.be] INFO: Found listing with ID: 1982160
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982160%27 HTTP/1.1" 200 None
2026-03-30 10:50:02 [ayvens.be] INFO: Scrape type for 1982160: 2
2026-03-30 10:50:02 [ayvens.be] INFO: Extracting data for car ID: 1982160
2026-03-30 10:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b90c86a0-f470-5317-bf59-c52a5446e204 with identifier: 1982160
2026-03-30 10:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b90c86a0-f470-5317-bf59-c52a5446e204 with scrape type 2
2026-03-30 10:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b90c86a0-f470-5317-bf59-c52a5446e204 with scrape type 2
2026-03-30 10:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b90c86a0-f470-5317-bf59-c52a5446e204, identifier: 1982160
2026-03-30 10:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b90c86a0-f470-5317-bf59-c52a5446e204 with identifier: 1982160
2026-03-30 10:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b90c86a0-f470-5317-bf59-c52a5446e204 with identifier: 1982160
2026-03-30 10:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b90c86a0-f470-5317-bf59-c52a5446e204 with identifier: 1982160 to the API
2026-03-30 10:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:03 [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': 'b90c86a0-f470-5317-bf59-c52a5446e204',
'is_damaged': False,
'is_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': 44877,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-17',
'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-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982160%27 HTTP/1.1" 200 None
2026-03-30 10:50:03 [ayvens.be] INFO: Saving data for 1982160: {'auction_closing_time': 1775037600.0, 'created_time': 1774479096.366806, 'last_price_update_time': 1774867803.118235}
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982160') HTTP/1.1" 204 0
2026-03-30 10:50:03 [ayvens.be] INFO: Found listing with ID: 1982161
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982161%27 HTTP/1.1" 200 None
2026-03-30 10:50:03 [ayvens.be] INFO: Scrape type for 1982161: 2
2026-03-30 10:50:03 [ayvens.be] INFO: Extracting data for car ID: 1982161
2026-03-30 10:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc2f007e-e7f0-5e12-98ff-b4a581977486 with identifier: 1982161
2026-03-30 10:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc2f007e-e7f0-5e12-98ff-b4a581977486 with scrape type 2
2026-03-30 10:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc2f007e-e7f0-5e12-98ff-b4a581977486 with scrape type 2
2026-03-30 10:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dc2f007e-e7f0-5e12-98ff-b4a581977486, identifier: 1982161
2026-03-30 10:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dc2f007e-e7f0-5e12-98ff-b4a581977486 with identifier: 1982161
2026-03-30 10:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dc2f007e-e7f0-5e12-98ff-b4a581977486 with identifier: 1982161
2026-03-30 10:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dc2f007e-e7f0-5e12-98ff-b4a581977486 with identifier: 1982161 to the API
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:03 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': 'dc2f007e-e7f0-5e12-98ff-b4a581977486',
'is_damaged': False,
'is_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 MAXI DIESEL',
'odometer': 54694,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-02',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982161%27 HTTP/1.1" 200 None
2026-03-30 10:50:03 [ayvens.be] INFO: Saving data for 1982161: {'auction_closing_time': 1775037600.0, 'created_time': 1774478734.892001, 'last_price_update_time': 1774867803.520135}
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982161') HTTP/1.1" 204 0
2026-03-30 10:50:03 [ayvens.be] INFO: Found listing with ID: 1982162
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982162%27 HTTP/1.1" 200 None
2026-03-30 10:50:03 [ayvens.be] INFO: Scrape type for 1982162: 2
2026-03-30 10:50:03 [ayvens.be] INFO: Extracting data for car ID: 1982162
2026-03-30 10:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4574d2a-0e38-503a-83fb-300d5056238e with identifier: 1982162
2026-03-30 10:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4574d2a-0e38-503a-83fb-300d5056238e with scrape type 2
2026-03-30 10:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4574d2a-0e38-503a-83fb-300d5056238e with scrape type 2
2026-03-30 10:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c4574d2a-0e38-503a-83fb-300d5056238e, identifier: 1982162
2026-03-30 10:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c4574d2a-0e38-503a-83fb-300d5056238e with identifier: 1982162
2026-03-30 10:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c4574d2a-0e38-503a-83fb-300d5056238e with identifier: 1982162
2026-03-30 10:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c4574d2a-0e38-503a-83fb-300d5056238e with identifier: 1982162 to the API
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:03 [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': 'c4574d2a-0e38-503a-83fb-300d5056238e',
'is_damaged': False,
'is_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': 62453,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-14',
'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-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982162%27 HTTP/1.1" 200 None
2026-03-30 10:50:03 [ayvens.be] INFO: Saving data for 1982162: {'auction_closing_time': 1775037600.0, 'created_time': 1774479095.47631, 'last_price_update_time': 1774867803.962779}
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982162') HTTP/1.1" 204 0
2026-03-30 10:50:03 [ayvens.be] INFO: Found listing with ID: 1982163
2026-03-30 10:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982163%27 HTTP/1.1" 200 None
2026-03-30 10:50:04 [ayvens.be] INFO: Scrape type for 1982163: 2
2026-03-30 10:50:04 [ayvens.be] INFO: Extracting data for car ID: 1982163
2026-03-30 10:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73bfde06-dc5a-59ef-823c-da11dce863c7 with identifier: 1982163
2026-03-30 10:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73bfde06-dc5a-59ef-823c-da11dce863c7 with scrape type 2
2026-03-30 10:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73bfde06-dc5a-59ef-823c-da11dce863c7 with scrape type 2
2026-03-30 10:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 73bfde06-dc5a-59ef-823c-da11dce863c7, identifier: 1982163
2026-03-30 10:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 73bfde06-dc5a-59ef-823c-da11dce863c7 with identifier: 1982163
2026-03-30 10:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 73bfde06-dc5a-59ef-823c-da11dce863c7 with identifier: 1982163
2026-03-30 10:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 73bfde06-dc5a-59ef-823c-da11dce863c7 with identifier: 1982163 to the API
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:04 [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': '73bfde06-dc5a-59ef-823c-da11dce863c7',
'is_damaged': False,
'is_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': 53969,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'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-30 10:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:04 [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-30 10:50:04 [ayvens.be] INFO: Saving data for 1982163: {'auction_closing_time': 1775037600.0, 'created_time': 1774478737.699967, 'last_price_update_time': 1774867804.395348}
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982163') HTTP/1.1" 204 0
2026-03-30 10:50:04 [ayvens.be] INFO: Found listing with ID: 1982164
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:04 [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-30 10:50:04 [ayvens.be] INFO: Scrape type for 1982164: 2
2026-03-30 10:50:04 [ayvens.be] INFO: Extracting data for car ID: 1982164
2026-03-30 10:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e478ec9f-310a-5a32-83e3-4dbef4d3230b with identifier: 1982164
2026-03-30 10:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e478ec9f-310a-5a32-83e3-4dbef4d3230b with scrape type 2
2026-03-30 10:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e478ec9f-310a-5a32-83e3-4dbef4d3230b with scrape type 2
2026-03-30 10:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e478ec9f-310a-5a32-83e3-4dbef4d3230b, identifier: 1982164
2026-03-30 10:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e478ec9f-310a-5a32-83e3-4dbef4d3230b with identifier: 1982164
2026-03-30 10:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e478ec9f-310a-5a32-83e3-4dbef4d3230b with identifier: 1982164
2026-03-30 10:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e478ec9f-310a-5a32-83e3-4dbef4d3230b with identifier: 1982164 to the API
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:04 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': 'e478ec9f-310a-5a32-83e3-4dbef4d3230b',
'is_damaged': False,
'is_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': 'OPEL',
'model': 'VIVARO',
'odometer': 36618,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-08',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL VIVARO 1.5 TURBO 75KW COMFORT L3H1 2.8T',
'transmission': 'manual',
'trim': '1.5 TURBO 75KW COMFORT L3H1 2.8T',
'vin': None,
'year': 2020}
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:04 [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-30 10:50:04 [ayvens.be] INFO: Saving data for 1982164: {'auction_closing_time': 1775037600.0, 'created_time': 1774479095.153837, 'last_price_update_time': 1774867804.896808}
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982164') HTTP/1.1" 204 0
2026-03-30 10:50:04 [ayvens.be] INFO: Found listing with ID: 1982165
2026-03-30 10:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:04 [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-30 10:50:04 [ayvens.be] INFO: Scrape type for 1982165: 2
2026-03-30 10:50:04 [ayvens.be] INFO: Extracting data for car ID: 1982165
2026-03-30 10:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7ea013f-70b4-5b19-89cd-347303b90006 with identifier: 1982165
2026-03-30 10:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7ea013f-70b4-5b19-89cd-347303b90006 with scrape type 2
2026-03-30 10:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7ea013f-70b4-5b19-89cd-347303b90006 with scrape type 2
2026-03-30 10:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b7ea013f-70b4-5b19-89cd-347303b90006, identifier: 1982165
2026-03-30 10:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b7ea013f-70b4-5b19-89cd-347303b90006 with identifier: 1982165
2026-03-30 10:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b7ea013f-70b4-5b19-89cd-347303b90006 with identifier: 1982165
2026-03-30 10:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b7ea013f-70b4-5b19-89cd-347303b90006 with identifier: 1982165 to the API
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:05 [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': 'b7ea013f-70b4-5b19-89cd-347303b90006',
'is_damaged': False,
'is_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': 30002,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'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-30 10:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982165%27 HTTP/1.1" 200 None
2026-03-30 10:50:05 [ayvens.be] INFO: Saving data for 1982165: {'auction_closing_time': 1775037600.0, 'created_time': 1774479093.894211, 'last_price_update_time': 1774867805.275536}
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982165') HTTP/1.1" 204 0
2026-03-30 10:50:05 [ayvens.be] INFO: Found listing with ID: 1982166
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982166%27 HTTP/1.1" 200 None
2026-03-30 10:50:05 [ayvens.be] INFO: Scrape type for 1982166: 2
2026-03-30 10:50:05 [ayvens.be] INFO: Extracting data for car ID: 1982166
2026-03-30 10:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f64134c3-a7d2-50a0-a5d3-8da2bdfd65f2 with identifier: 1982166
2026-03-30 10:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f64134c3-a7d2-50a0-a5d3-8da2bdfd65f2 with scrape type 2
2026-03-30 10:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f64134c3-a7d2-50a0-a5d3-8da2bdfd65f2 with scrape type 2
2026-03-30 10:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f64134c3-a7d2-50a0-a5d3-8da2bdfd65f2, identifier: 1982166
2026-03-30 10:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f64134c3-a7d2-50a0-a5d3-8da2bdfd65f2 with identifier: 1982166
2026-03-30 10:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f64134c3-a7d2-50a0-a5d3-8da2bdfd65f2 with identifier: 1982166
2026-03-30 10:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f64134c3-a7d2-50a0-a5d3-8da2bdfd65f2 with identifier: 1982166 to the API
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:05 [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': 'f64134c3-a7d2-50a0-a5d3-8da2bdfd65f2',
'is_damaged': False,
'is_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': 86101,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'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-30 10:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982166%27 HTTP/1.1" 200 None
2026-03-30 10:50:05 [ayvens.be] INFO: Saving data for 1982166: {'auction_closing_time': 1775037600.0, 'created_time': 1774479091.561437, 'last_price_update_time': 1774867805.740227}
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982166') HTTP/1.1" 204 0
2026-03-30 10:50:05 [ayvens.be] INFO: Found listing with ID: 1982167
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982167%27 HTTP/1.1" 200 None
2026-03-30 10:50:05 [ayvens.be] INFO: Scrape type for 1982167: 2
2026-03-30 10:50:05 [ayvens.be] INFO: Extracting data for car ID: 1982167
2026-03-30 10:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3546b3e-e1ce-5693-bd03-a57a08da25a4 with identifier: 1982167
2026-03-30 10:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3546b3e-e1ce-5693-bd03-a57a08da25a4 with scrape type 2
2026-03-30 10:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3546b3e-e1ce-5693-bd03-a57a08da25a4 with scrape type 2
2026-03-30 10:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3546b3e-e1ce-5693-bd03-a57a08da25a4, identifier: 1982167
2026-03-30 10:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3546b3e-e1ce-5693-bd03-a57a08da25a4 with identifier: 1982167
2026-03-30 10:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3546b3e-e1ce-5693-bd03-a57a08da25a4 with identifier: 1982167
2026-03-30 10:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3546b3e-e1ce-5693-bd03-a57a08da25a4 with identifier: 1982167 to the API
2026-03-30 10:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:06 [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': 'a3546b3e-e1ce-5693-bd03-a57a08da25a4',
'is_damaged': False,
'is_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': 38891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-09',
'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-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982167%27 HTTP/1.1" 200 None
2026-03-30 10:50:06 [ayvens.be] INFO: Saving data for 1982167: {'auction_closing_time': 1775037600.0, 'created_time': 1774479089.882539, 'last_price_update_time': 1774867806.159421}
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982167') HTTP/1.1" 204 0
2026-03-30 10:50:06 [ayvens.be] INFO: Found listing with ID: 1982168
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982168%27 HTTP/1.1" 200 None
2026-03-30 10:50:06 [ayvens.be] INFO: Scrape type for 1982168: 2
2026-03-30 10:50:06 [ayvens.be] INFO: Extracting data for car ID: 1982168
2026-03-30 10:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf8d0e46-9bf4-5289-9929-15c67aea8157 with identifier: 1982168
2026-03-30 10:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf8d0e46-9bf4-5289-9929-15c67aea8157 with scrape type 2
2026-03-30 10:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf8d0e46-9bf4-5289-9929-15c67aea8157 with scrape type 2
2026-03-30 10:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cf8d0e46-9bf4-5289-9929-15c67aea8157, identifier: 1982168
2026-03-30 10:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cf8d0e46-9bf4-5289-9929-15c67aea8157 with identifier: 1982168
2026-03-30 10:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cf8d0e46-9bf4-5289-9929-15c67aea8157 with identifier: 1982168
2026-03-30 10:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cf8d0e46-9bf4-5289-9929-15c67aea8157 with identifier: 1982168 to the API
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:06 [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': 'cf8d0e46-9bf4-5289-9929-15c67aea8157',
'is_damaged': False,
'is_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': 59038,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-04',
'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-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982168%27 HTTP/1.1" 200 None
2026-03-30 10:50:06 [ayvens.be] INFO: Saving data for 1982168: {'auction_closing_time': 1775037600.0, 'created_time': 1774479089.571274, 'last_price_update_time': 1774867806.547225}
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982168') HTTP/1.1" 204 0
2026-03-30 10:50:06 [ayvens.be] INFO: Found listing with ID: 1982169
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982169%27 HTTP/1.1" 200 None
2026-03-30 10:50:06 [ayvens.be] INFO: Scrape type for 1982169: 2
2026-03-30 10:50:06 [ayvens.be] INFO: Extracting data for car ID: 1982169
2026-03-30 10:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a47c5484-1100-55a0-bd8d-21e13244e7f2 with identifier: 1982169
2026-03-30 10:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a47c5484-1100-55a0-bd8d-21e13244e7f2 with scrape type 2
2026-03-30 10:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a47c5484-1100-55a0-bd8d-21e13244e7f2 with scrape type 2
2026-03-30 10:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a47c5484-1100-55a0-bd8d-21e13244e7f2, identifier: 1982169
2026-03-30 10:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a47c5484-1100-55a0-bd8d-21e13244e7f2 with identifier: 1982169
2026-03-30 10:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a47c5484-1100-55a0-bd8d-21e13244e7f2 with identifier: 1982169
2026-03-30 10:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a47c5484-1100-55a0-bd8d-21e13244e7f2 with identifier: 1982169 to the API
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:06 [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': 'a47c5484-1100-55a0-bd8d-21e13244e7f2',
'is_damaged': False,
'is_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': 36277,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'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-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982169%27 HTTP/1.1" 200 None
2026-03-30 10:50:06 [ayvens.be] INFO: Saving data for 1982169: {'auction_closing_time': 1775037600.0, 'created_time': 1774479087.893497, 'last_price_update_time': 1774867806.96564}
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982169') HTTP/1.1" 204 0
2026-03-30 10:50:06 [ayvens.be] INFO: Found listing with ID: 1982170
2026-03-30 10:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982170%27 HTTP/1.1" 200 None
2026-03-30 10:50:06 [ayvens.be] INFO: Scrape type for 1982170: 2
2026-03-30 10:50:06 [ayvens.be] INFO: Extracting data for car ID: 1982170
2026-03-30 10:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b76150a-95b6-5800-8694-d5562a33e0d7 with identifier: 1982170
2026-03-30 10:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b76150a-95b6-5800-8694-d5562a33e0d7 with scrape type 2
2026-03-30 10:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b76150a-95b6-5800-8694-d5562a33e0d7 with scrape type 2
2026-03-30 10:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2b76150a-95b6-5800-8694-d5562a33e0d7, identifier: 1982170
2026-03-30 10:50:07 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 1 pages/min), scraped 187 items (at 113 items/min)
2026-03-30 10:50:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 167MiB
2026-03-30 10:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2b76150a-95b6-5800-8694-d5562a33e0d7 with identifier: 1982170
2026-03-30 10:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2b76150a-95b6-5800-8694-d5562a33e0d7 with identifier: 1982170
2026-03-30 10:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2b76150a-95b6-5800-8694-d5562a33e0d7 with identifier: 1982170 to the API
2026-03-30 10:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:08 [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': '2b76150a-95b6-5800-8694-d5562a33e0d7',
'is_damaged': False,
'is_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': 47883,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'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-30 10:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982170%27 HTTP/1.1" 200 None
2026-03-30 10:50:08 [ayvens.be] INFO: Saving data for 1982170: {'auction_closing_time': 1775037600.0, 'created_time': 1774479081.489874, 'last_price_update_time': 1774867808.251206}
2026-03-30 10:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982170') HTTP/1.1" 204 0
2026-03-30 10:50:08 [ayvens.be] INFO: Found listing with ID: 1982171
2026-03-30 10:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982171%27 HTTP/1.1" 200 None
2026-03-30 10:50:08 [ayvens.be] INFO: Scrape type for 1982171: 2
2026-03-30 10:50:08 [ayvens.be] INFO: Extracting data for car ID: 1982171
2026-03-30 10:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7720b580-e0d9-5118-81ab-1662da1bac35 with identifier: 1982171
2026-03-30 10:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7720b580-e0d9-5118-81ab-1662da1bac35 with scrape type 2
2026-03-30 10:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7720b580-e0d9-5118-81ab-1662da1bac35 with scrape type 2
2026-03-30 10:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7720b580-e0d9-5118-81ab-1662da1bac35, identifier: 1982171
2026-03-30 10:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7720b580-e0d9-5118-81ab-1662da1bac35 with identifier: 1982171
2026-03-30 10:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7720b580-e0d9-5118-81ab-1662da1bac35 with identifier: 1982171
2026-03-30 10:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7720b580-e0d9-5118-81ab-1662da1bac35 with identifier: 1982171 to the API
2026-03-30 10:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:09 [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': '7720b580-e0d9-5118-81ab-1662da1bac35',
'is_damaged': False,
'is_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': 49474,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'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-30 10:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:09 [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-30 10:50:09 [ayvens.be] INFO: Saving data for 1982171: {'auction_closing_time': 1775037600.0, 'created_time': 1774478747.506854, 'last_price_update_time': 1774867809.284586}
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982171') HTTP/1.1" 204 0
2026-03-30 10:50:09 [ayvens.be] INFO: Found listing with ID: 1982172
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:09 [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-30 10:50:09 [ayvens.be] INFO: Scrape type for 1982172: 2
2026-03-30 10:50:09 [ayvens.be] INFO: Extracting data for car ID: 1982172
2026-03-30 10:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c3b026f-df37-5e78-bea5-d891cc71bb04 with identifier: 1982172
2026-03-30 10:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c3b026f-df37-5e78-bea5-d891cc71bb04 with scrape type 2
2026-03-30 10:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c3b026f-df37-5e78-bea5-d891cc71bb04 with scrape type 2
2026-03-30 10:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c3b026f-df37-5e78-bea5-d891cc71bb04, identifier: 1982172
2026-03-30 10:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c3b026f-df37-5e78-bea5-d891cc71bb04 with identifier: 1982172
2026-03-30 10:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c3b026f-df37-5e78-bea5-d891cc71bb04 with identifier: 1982172
2026-03-30 10:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c3b026f-df37-5e78-bea5-d891cc71bb04 with identifier: 1982172 to the API
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:09 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '3c3b026f-df37-5e78-bea5-d891cc71bb04',
'is_damaged': False,
'is_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 MAXI DIESEL',
'odometer': 75967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-16',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:09 [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-30 10:50:09 [ayvens.be] INFO: Saving data for 1982172: {'auction_closing_time': 1775037600.0, 'created_time': 1774479050.877992, 'last_price_update_time': 1774867809.696506}
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982172') HTTP/1.1" 204 0
2026-03-30 10:50:09 [ayvens.be] INFO: Found listing with ID: 1982173
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:09 [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-30 10:50:09 [ayvens.be] INFO: Scrape type for 1982173: 2
2026-03-30 10:50:09 [ayvens.be] INFO: Extracting data for car ID: 1982173
2026-03-30 10:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fcf20b2-5900-5b9a-8816-601bbf704701 with identifier: 1982173
2026-03-30 10:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fcf20b2-5900-5b9a-8816-601bbf704701 with scrape type 2
2026-03-30 10:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fcf20b2-5900-5b9a-8816-601bbf704701 with scrape type 2
2026-03-30 10:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1fcf20b2-5900-5b9a-8816-601bbf704701, identifier: 1982173
2026-03-30 10:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1fcf20b2-5900-5b9a-8816-601bbf704701 with identifier: 1982173
2026-03-30 10:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1fcf20b2-5900-5b9a-8816-601bbf704701 with identifier: 1982173
2026-03-30 10:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1fcf20b2-5900-5b9a-8816-601bbf704701 with identifier: 1982173 to the API
2026-03-30 10:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:10 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '1fcf20b2-5900-5b9a-8816-601bbf704701',
'is_damaged': False,
'is_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 MAXI DIESEL',
'odometer': 57421,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-12',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2019}
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982173%27 HTTP/1.1" 200 None
2026-03-30 10:50:10 [ayvens.be] INFO: Saving data for 1982173: {'auction_closing_time': 1775037600.0, 'created_time': 1774478749.429022, 'last_price_update_time': 1774867810.079171}
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982173') HTTP/1.1" 204 0
2026-03-30 10:50:10 [ayvens.be] INFO: Found listing with ID: 1982174
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982174%27 HTTP/1.1" 200 None
2026-03-30 10:50:10 [ayvens.be] INFO: Scrape type for 1982174: 2
2026-03-30 10:50:10 [ayvens.be] INFO: Extracting data for car ID: 1982174
2026-03-30 10:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9235a2ca-21a3-55b3-8c79-28af6742234a with identifier: 1982174
2026-03-30 10:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9235a2ca-21a3-55b3-8c79-28af6742234a with scrape type 2
2026-03-30 10:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9235a2ca-21a3-55b3-8c79-28af6742234a with scrape type 2
2026-03-30 10:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9235a2ca-21a3-55b3-8c79-28af6742234a, identifier: 1982174
2026-03-30 10:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9235a2ca-21a3-55b3-8c79-28af6742234a with identifier: 1982174
2026-03-30 10:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9235a2ca-21a3-55b3-8c79-28af6742234a with identifier: 1982174
2026-03-30 10:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9235a2ca-21a3-55b3-8c79-28af6742234a with identifier: 1982174 to the API
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:10 [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': '9235a2ca-21a3-55b3-8c79-28af6742234a',
'is_damaged': False,
'is_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': 83262,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-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-30 10:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982174%27 HTTP/1.1" 200 None
2026-03-30 10:50:10 [ayvens.be] INFO: Saving data for 1982174: {'auction_closing_time': 1775037600.0, 'created_time': 1774479051.475353, 'last_price_update_time': 1774867810.459977}
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982174') HTTP/1.1" 204 0
2026-03-30 10:50:10 [ayvens.be] INFO: Found listing with ID: 1982175
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982175%27 HTTP/1.1" 200 None
2026-03-30 10:50:10 [ayvens.be] INFO: Scrape type for 1982175: 2
2026-03-30 10:50:10 [ayvens.be] INFO: Extracting data for car ID: 1982175
2026-03-30 10:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cde98efd-c29c-519d-85d5-d6577600352c with identifier: 1982175
2026-03-30 10:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cde98efd-c29c-519d-85d5-d6577600352c with scrape type 2
2026-03-30 10:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cde98efd-c29c-519d-85d5-d6577600352c with scrape type 2
2026-03-30 10:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cde98efd-c29c-519d-85d5-d6577600352c, identifier: 1982175
2026-03-30 10:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cde98efd-c29c-519d-85d5-d6577600352c with identifier: 1982175
2026-03-30 10:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cde98efd-c29c-519d-85d5-d6577600352c with identifier: 1982175
2026-03-30 10:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cde98efd-c29c-519d-85d5-d6577600352c with identifier: 1982175 to the API
2026-03-30 10:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:11 [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': 'cde98efd-c29c-519d-85d5-d6577600352c',
'is_damaged': False,
'is_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': 73433,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'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-30 10:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982175%27 HTTP/1.1" 200 None
2026-03-30 10:50:11 [ayvens.be] INFO: Saving data for 1982175: {'auction_closing_time': 1775037600.0, 'created_time': 1774478764.498891, 'last_price_update_time': 1774867811.54456}
2026-03-30 10:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982175') HTTP/1.1" 204 0
2026-03-30 10:50:11 [ayvens.be] INFO: Found listing with ID: 1982176
2026-03-30 10:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982176%27 HTTP/1.1" 200 None
2026-03-30 10:50:11 [ayvens.be] INFO: Scrape type for 1982176: 2
2026-03-30 10:50:11 [ayvens.be] INFO: Extracting data for car ID: 1982176
2026-03-30 10:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a2a2825-4f80-5bfd-ad29-c3de1c7f902f with identifier: 1982176
2026-03-30 10:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a2a2825-4f80-5bfd-ad29-c3de1c7f902f with scrape type 2
2026-03-30 10:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a2a2825-4f80-5bfd-ad29-c3de1c7f902f with scrape type 2
2026-03-30 10:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0a2a2825-4f80-5bfd-ad29-c3de1c7f902f, identifier: 1982176
2026-03-30 10:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0a2a2825-4f80-5bfd-ad29-c3de1c7f902f with identifier: 1982176
2026-03-30 10:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0a2a2825-4f80-5bfd-ad29-c3de1c7f902f with identifier: 1982176
2026-03-30 10:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0a2a2825-4f80-5bfd-ad29-c3de1c7f902f with identifier: 1982176 to the API
2026-03-30 10:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:11 [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': '0a2a2825-4f80-5bfd-ad29-c3de1c7f902f',
'is_damaged': False,
'is_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': 39500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'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-30 10:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982176%27 HTTP/1.1" 200 None
2026-03-30 10:50:11 [ayvens.be] INFO: Saving data for 1982176: {'auction_closing_time': 1775037600.0, 'created_time': 1774479051.172865, 'last_price_update_time': 1774867811.937202}
2026-03-30 10:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982176') HTTP/1.1" 204 0
2026-03-30 10:50:12 [ayvens.be] INFO: Found listing with ID: 1982177
2026-03-30 10:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982177%27 HTTP/1.1" 200 None
2026-03-30 10:50:12 [ayvens.be] INFO: Scrape type for 1982177: 2
2026-03-30 10:50:12 [ayvens.be] INFO: Extracting data for car ID: 1982177
2026-03-30 10:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe83458-af49-529e-b76c-e4973bb0a83a with identifier: 1982177
2026-03-30 10:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe83458-af49-529e-b76c-e4973bb0a83a with scrape type 2
2026-03-30 10:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe83458-af49-529e-b76c-e4973bb0a83a with scrape type 2
2026-03-30 10:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dfe83458-af49-529e-b76c-e4973bb0a83a, identifier: 1982177
2026-03-30 10:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dfe83458-af49-529e-b76c-e4973bb0a83a with identifier: 1982177
2026-03-30 10:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dfe83458-af49-529e-b76c-e4973bb0a83a with identifier: 1982177
2026-03-30 10:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dfe83458-af49-529e-b76c-e4973bb0a83a with identifier: 1982177 to the API
2026-03-30 10:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:12 [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': 'dfe83458-af49-529e-b76c-e4973bb0a83a',
'is_damaged': False,
'is_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': 52553,
'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-30 10:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982177%27 HTTP/1.1" 200 None
2026-03-30 10:50:12 [ayvens.be] INFO: Saving data for 1982177: {'auction_closing_time': 1775037600.0, 'created_time': 1774479048.965478, 'last_price_update_time': 1774867812.444767}
2026-03-30 10:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982177') HTTP/1.1" 204 0
2026-03-30 10:50:12 [ayvens.be] INFO: Found listing with ID: 1982178
2026-03-30 10:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982178%27 HTTP/1.1" 200 None
2026-03-30 10:50:12 [ayvens.be] INFO: Scrape type for 1982178: 2
2026-03-30 10:50:12 [ayvens.be] INFO: Extracting data for car ID: 1982178
2026-03-30 10:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdaec79c-7adf-5007-9e6e-e4d5a40a3484 with identifier: 1982178
2026-03-30 10:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdaec79c-7adf-5007-9e6e-e4d5a40a3484 with scrape type 2
2026-03-30 10:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdaec79c-7adf-5007-9e6e-e4d5a40a3484 with scrape type 2
2026-03-30 10:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fdaec79c-7adf-5007-9e6e-e4d5a40a3484, identifier: 1982178
2026-03-30 10:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fdaec79c-7adf-5007-9e6e-e4d5a40a3484 with identifier: 1982178
2026-03-30 10:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fdaec79c-7adf-5007-9e6e-e4d5a40a3484 with identifier: 1982178
2026-03-30 10:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fdaec79c-7adf-5007-9e6e-e4d5a40a3484 with identifier: 1982178 to the API
2026-03-30 10:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:12 [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': 'fdaec79c-7adf-5007-9e6e-e4d5a40a3484',
'is_damaged': False,
'is_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': 44000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'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-30 10:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982178%27 HTTP/1.1" 200 None
2026-03-30 10:50:12 [ayvens.be] INFO: Saving data for 1982178: {'auction_closing_time': 1775037600.0, 'created_time': 1774479049.375116, 'last_price_update_time': 1774867812.84241}
2026-03-30 10:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982178') HTTP/1.1" 204 0
2026-03-30 10:50:12 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 200
2026-03-30 10:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:50:30 [ayvens.be] INFO: Found listing with ID: 1982179
2026-03-30 10:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982179%27 HTTP/1.1" 200 None
2026-03-30 10:50:30 [ayvens.be] INFO: Scrape type for 1982179: 2
2026-03-30 10:50:30 [ayvens.be] INFO: Extracting data for car ID: 1982179
2026-03-30 10:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a738c41-be66-5acf-acdb-af80ab5c94e5 with identifier: 1982179
2026-03-30 10:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a738c41-be66-5acf-acdb-af80ab5c94e5 with scrape type 2
2026-03-30 10:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a738c41-be66-5acf-acdb-af80ab5c94e5 with scrape type 2
2026-03-30 10:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a738c41-be66-5acf-acdb-af80ab5c94e5, identifier: 1982179
2026-03-30 10:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a738c41-be66-5acf-acdb-af80ab5c94e5 with identifier: 1982179
2026-03-30 10:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a738c41-be66-5acf-acdb-af80ab5c94e5 with identifier: 1982179
2026-03-30 10:50:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a738c41-be66-5acf-acdb-af80ab5c94e5 with identifier: 1982179 to the API
2026-03-30 10:50:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:31 [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': '9a738c41-be66-5acf-acdb-af80ab5c94e5',
'is_damaged': False,
'is_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': 31214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-14',
'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-30 10:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982179%27 HTTP/1.1" 200 None
2026-03-30 10:50:31 [ayvens.be] INFO: Saving data for 1982179: {'auction_closing_time': 1775037600.0, 'created_time': 1774479047.527211, 'last_price_update_time': 1774867831.585941}
2026-03-30 10:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982179') HTTP/1.1" 204 0
2026-03-30 10:50:31 [ayvens.be] INFO: Found listing with ID: 1982180
2026-03-30 10:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982180%27 HTTP/1.1" 200 None
2026-03-30 10:50:31 [ayvens.be] INFO: Scrape type for 1982180: 2
2026-03-30 10:50:31 [ayvens.be] INFO: Extracting data for car ID: 1982180
2026-03-30 10:50:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7f5c5b0-5552-5777-823e-899eb20accba with identifier: 1982180
2026-03-30 10:50:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7f5c5b0-5552-5777-823e-899eb20accba with scrape type 2
2026-03-30 10:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7f5c5b0-5552-5777-823e-899eb20accba with scrape type 2
2026-03-30 10:50:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b7f5c5b0-5552-5777-823e-899eb20accba, identifier: 1982180
2026-03-30 10:50:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b7f5c5b0-5552-5777-823e-899eb20accba with identifier: 1982180
2026-03-30 10:50:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b7f5c5b0-5552-5777-823e-899eb20accba with identifier: 1982180
2026-03-30 10:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b7f5c5b0-5552-5777-823e-899eb20accba with identifier: 1982180 to the API
2026-03-30 10:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:32 [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': 'b7f5c5b0-5552-5777-823e-899eb20accba',
'is_damaged': False,
'is_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': 45260,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-07',
'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-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982180%27 HTTP/1.1" 200 None
2026-03-30 10:50:32 [ayvens.be] INFO: Saving data for 1982180: {'auction_closing_time': 1775037600.0, 'created_time': 1774479046.909651, 'last_price_update_time': 1774867832.095308}
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982180') HTTP/1.1" 204 0
2026-03-30 10:50:32 [ayvens.be] INFO: Found listing with ID: 1982181
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982181%27 HTTP/1.1" 200 None
2026-03-30 10:50:32 [ayvens.be] INFO: Scrape type for 1982181: 2
2026-03-30 10:50:32 [ayvens.be] INFO: Extracting data for car ID: 1982181
2026-03-30 10:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de2debce-b59d-5c3b-9e5b-271302e23a49 with identifier: 1982181
2026-03-30 10:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de2debce-b59d-5c3b-9e5b-271302e23a49 with scrape type 2
2026-03-30 10:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de2debce-b59d-5c3b-9e5b-271302e23a49 with scrape type 2
2026-03-30 10:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: de2debce-b59d-5c3b-9e5b-271302e23a49, identifier: 1982181
2026-03-30 10:50:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: de2debce-b59d-5c3b-9e5b-271302e23a49 with identifier: 1982181
2026-03-30 10:50:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: de2debce-b59d-5c3b-9e5b-271302e23a49 with identifier: 1982181
2026-03-30 10:50:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: de2debce-b59d-5c3b-9e5b-271302e23a49 with identifier: 1982181 to the API
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50: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-30 10:50:32 [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': 'de2debce-b59d-5c3b-9e5b-271302e23a49',
'is_damaged': False,
'is_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': 35109,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'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-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982181%27 HTTP/1.1" 200 None
2026-03-30 10:50:32 [ayvens.be] INFO: Saving data for 1982181: {'auction_closing_time': 1775037600.0, 'created_time': 1774479045.862223, 'last_price_update_time': 1774867832.548333}
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982181') HTTP/1.1" 204 0
2026-03-30 10:50:32 [ayvens.be] INFO: Found listing with ID: 1982182
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982182%27 HTTP/1.1" 200 None
2026-03-30 10:50:32 [ayvens.be] INFO: Scrape type for 1982182: 2
2026-03-30 10:50:32 [ayvens.be] INFO: Extracting data for car ID: 1982182
2026-03-30 10:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a29fd8c7-6c7e-5989-b365-4cc19d106723 with identifier: 1982182
2026-03-30 10:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a29fd8c7-6c7e-5989-b365-4cc19d106723 with scrape type 2
2026-03-30 10:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a29fd8c7-6c7e-5989-b365-4cc19d106723 with scrape type 2
2026-03-30 10:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a29fd8c7-6c7e-5989-b365-4cc19d106723, identifier: 1982182
2026-03-30 10:50:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a29fd8c7-6c7e-5989-b365-4cc19d106723 with identifier: 1982182
2026-03-30 10:50:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a29fd8c7-6c7e-5989-b365-4cc19d106723 with identifier: 1982182
2026-03-30 10:50:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a29fd8c7-6c7e-5989-b365-4cc19d106723 with identifier: 1982182 to the API
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50: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-30 10:50:32 [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': 'a29fd8c7-6c7e-5989-b365-4cc19d106723',
'is_damaged': False,
'is_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': 87431,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'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': 2022}
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982182%27 HTTP/1.1" 200 None
2026-03-30 10:50:32 [ayvens.be] INFO: Saving data for 1982182: {'auction_closing_time': 1775037600.0, 'created_time': 1774479036.986919, 'last_price_update_time': 1774867832.95679}
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982182') HTTP/1.1" 204 0
2026-03-30 10:50:32 [ayvens.be] INFO: Found listing with ID: 1982183
2026-03-30 10:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982183%27 HTTP/1.1" 200 None
2026-03-30 10:50:32 [ayvens.be] INFO: Scrape type for 1982183: 2
2026-03-30 10:50:32 [ayvens.be] INFO: Extracting data for car ID: 1982183
2026-03-30 10:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 571a6f12-7561-5f91-ab27-6e3d36589c28 with identifier: 1982183
2026-03-30 10:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 571a6f12-7561-5f91-ab27-6e3d36589c28 with scrape type 2
2026-03-30 10:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 571a6f12-7561-5f91-ab27-6e3d36589c28 with scrape type 2
2026-03-30 10:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 571a6f12-7561-5f91-ab27-6e3d36589c28, identifier: 1982183
2026-03-30 10:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 571a6f12-7561-5f91-ab27-6e3d36589c28 with identifier: 1982183
2026-03-30 10:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 571a6f12-7561-5f91-ab27-6e3d36589c28 with identifier: 1982183
2026-03-30 10:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 571a6f12-7561-5f91-ab27-6e3d36589c28 with identifier: 1982183 to the API
2026-03-30 10:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:33 [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': '571a6f12-7561-5f91-ab27-6e3d36589c28',
'is_damaged': False,
'is_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': 21201,
'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-30 10:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982183%27 HTTP/1.1" 200 None
2026-03-30 10:50:33 [ayvens.be] INFO: Saving data for 1982183: {'auction_closing_time': 1775037600.0, 'created_time': 1774479015.108109, 'last_price_update_time': 1774867833.40445}
2026-03-30 10:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982183') HTTP/1.1" 204 0
2026-03-30 10:50:33 [ayvens.be] INFO: Found listing with ID: 1982184
2026-03-30 10:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982184%27 HTTP/1.1" 200 None
2026-03-30 10:50:33 [ayvens.be] INFO: Scrape type for 1982184: 2
2026-03-30 10:50:33 [ayvens.be] INFO: Extracting data for car ID: 1982184
2026-03-30 10:50:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78d722ae-23bd-5dd0-a97a-a1342013ba0e with identifier: 1982184
2026-03-30 10:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78d722ae-23bd-5dd0-a97a-a1342013ba0e with scrape type 2
2026-03-30 10:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78d722ae-23bd-5dd0-a97a-a1342013ba0e with scrape type 2
2026-03-30 10:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 78d722ae-23bd-5dd0-a97a-a1342013ba0e, identifier: 1982184
2026-03-30 10:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 78d722ae-23bd-5dd0-a97a-a1342013ba0e with identifier: 1982184
2026-03-30 10:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 78d722ae-23bd-5dd0-a97a-a1342013ba0e with identifier: 1982184
2026-03-30 10:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 78d722ae-23bd-5dd0-a97a-a1342013ba0e with identifier: 1982184 to the API
2026-03-30 10:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:33 [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': '78d722ae-23bd-5dd0-a97a-a1342013ba0e',
'is_damaged': False,
'is_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': 75045,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'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-30 10:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982184%27 HTTP/1.1" 200 None
2026-03-30 10:50:33 [ayvens.be] INFO: Saving data for 1982184: {'auction_closing_time': 1775037600.0, 'created_time': 1774478952.676867, 'last_price_update_time': 1774867833.785194}
2026-03-30 10:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982184') HTTP/1.1" 204 0
2026-03-30 10:50:33 [ayvens.be] INFO: Found listing with ID: 1982185
2026-03-30 10:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982185%27 HTTP/1.1" 200 None
2026-03-30 10:50:33 [ayvens.be] INFO: Scrape type for 1982185: 2
2026-03-30 10:50:33 [ayvens.be] INFO: Extracting data for car ID: 1982185
2026-03-30 10:50:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de731b42-2069-5e3b-aae1-2fe285443964 with identifier: 1982185
2026-03-30 10:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de731b42-2069-5e3b-aae1-2fe285443964 with scrape type 2
2026-03-30 10:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de731b42-2069-5e3b-aae1-2fe285443964 with scrape type 2
2026-03-30 10:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: de731b42-2069-5e3b-aae1-2fe285443964, identifier: 1982185
2026-03-30 10:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: de731b42-2069-5e3b-aae1-2fe285443964 with identifier: 1982185
2026-03-30 10:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: de731b42-2069-5e3b-aae1-2fe285443964 with identifier: 1982185
2026-03-30 10:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: de731b42-2069-5e3b-aae1-2fe285443964 with identifier: 1982185 to the API
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50: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-30 10:50:34 [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': 'de731b42-2069-5e3b-aae1-2fe285443964',
'is_damaged': False,
'is_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': 84060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'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-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982185%27 HTTP/1.1" 200 None
2026-03-30 10:50:34 [ayvens.be] INFO: Saving data for 1982185: {'auction_closing_time': 1775037600.0, 'created_time': 1774478943.402906, 'last_price_update_time': 1774867834.187502}
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982185') HTTP/1.1" 204 0
2026-03-30 10:50:34 [ayvens.be] INFO: Found listing with ID: 1982186
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982186%27 HTTP/1.1" 200 None
2026-03-30 10:50:34 [ayvens.be] INFO: Scrape type for 1982186: 2
2026-03-30 10:50:34 [ayvens.be] INFO: Extracting data for car ID: 1982186
2026-03-30 10:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad8794a1-a37b-591c-be08-fbea5ee690fc with identifier: 1982186
2026-03-30 10:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad8794a1-a37b-591c-be08-fbea5ee690fc with scrape type 2
2026-03-30 10:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad8794a1-a37b-591c-be08-fbea5ee690fc with scrape type 2
2026-03-30 10:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ad8794a1-a37b-591c-be08-fbea5ee690fc, identifier: 1982186
2026-03-30 10:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ad8794a1-a37b-591c-be08-fbea5ee690fc with identifier: 1982186
2026-03-30 10:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ad8794a1-a37b-591c-be08-fbea5ee690fc with identifier: 1982186
2026-03-30 10:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ad8794a1-a37b-591c-be08-fbea5ee690fc with identifier: 1982186 to the API
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50: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-30 10:50:34 [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': 'ad8794a1-a37b-591c-be08-fbea5ee690fc',
'is_damaged': False,
'is_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': 50536,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'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-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982186%27 HTTP/1.1" 200 None
2026-03-30 10:50:34 [ayvens.be] INFO: Saving data for 1982186: {'auction_closing_time': 1775037600.0, 'created_time': 1774478929.073401, 'last_price_update_time': 1774867834.572103}
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982186') HTTP/1.1" 204 0
2026-03-30 10:50:34 [ayvens.be] INFO: Found listing with ID: 1982187
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982187%27 HTTP/1.1" 200 None
2026-03-30 10:50:34 [ayvens.be] INFO: Scrape type for 1982187: 2
2026-03-30 10:50:34 [ayvens.be] INFO: Extracting data for car ID: 1982187
2026-03-30 10:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07e8d4ff-11ab-53a1-b1c3-850dab9faa8b with identifier: 1982187
2026-03-30 10:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07e8d4ff-11ab-53a1-b1c3-850dab9faa8b with scrape type 2
2026-03-30 10:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07e8d4ff-11ab-53a1-b1c3-850dab9faa8b with scrape type 2
2026-03-30 10:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 07e8d4ff-11ab-53a1-b1c3-850dab9faa8b, identifier: 1982187
2026-03-30 10:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 07e8d4ff-11ab-53a1-b1c3-850dab9faa8b with identifier: 1982187
2026-03-30 10:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 07e8d4ff-11ab-53a1-b1c3-850dab9faa8b with identifier: 1982187
2026-03-30 10:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 07e8d4ff-11ab-53a1-b1c3-850dab9faa8b with identifier: 1982187 to the API
2026-03-30 10:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50: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-30 10:50:34 [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': '07e8d4ff-11ab-53a1-b1c3-850dab9faa8b',
'is_damaged': False,
'is_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': 23857,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'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-30 10:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982187%27 HTTP/1.1" 200 None
2026-03-30 10:50:35 [ayvens.be] INFO: Saving data for 1982187: {'auction_closing_time': 1775037600.0, 'created_time': 1774478926.325318, 'last_price_update_time': 1774867835.006511}
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982187') HTTP/1.1" 204 0
2026-03-30 10:50:35 [ayvens.be] INFO: Found listing with ID: 1982188
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982188%27 HTTP/1.1" 200 None
2026-03-30 10:50:35 [ayvens.be] INFO: Scrape type for 1982188: 2
2026-03-30 10:50:35 [ayvens.be] INFO: Extracting data for car ID: 1982188
2026-03-30 10:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 329b8791-aa89-5fb1-8b8c-8066eb46dbf6 with identifier: 1982188
2026-03-30 10:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 329b8791-aa89-5fb1-8b8c-8066eb46dbf6 with scrape type 2
2026-03-30 10:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 329b8791-aa89-5fb1-8b8c-8066eb46dbf6 with scrape type 2
2026-03-30 10:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 329b8791-aa89-5fb1-8b8c-8066eb46dbf6, identifier: 1982188
2026-03-30 10:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 329b8791-aa89-5fb1-8b8c-8066eb46dbf6 with identifier: 1982188
2026-03-30 10:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 329b8791-aa89-5fb1-8b8c-8066eb46dbf6 with identifier: 1982188
2026-03-30 10:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 329b8791-aa89-5fb1-8b8c-8066eb46dbf6 with identifier: 1982188 to the API
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:35 [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': '329b8791-aa89-5fb1-8b8c-8066eb46dbf6',
'is_damaged': False,
'is_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': 51275,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-22',
'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-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982188%27 HTTP/1.1" 200 None
2026-03-30 10:50:35 [ayvens.be] INFO: Saving data for 1982188: {'auction_closing_time': 1775037600.0, 'created_time': 1774478924.383199, 'last_price_update_time': 1774867835.470815}
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982188') HTTP/1.1" 204 0
2026-03-30 10:50:35 [ayvens.be] INFO: Found listing with ID: 1982189
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982189%27 HTTP/1.1" 200 None
2026-03-30 10:50:35 [ayvens.be] INFO: Scrape type for 1982189: 2
2026-03-30 10:50:35 [ayvens.be] INFO: Extracting data for car ID: 1982189
2026-03-30 10:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e96f372-8e58-58b7-9fd7-8293a6199bf8 with identifier: 1982189
2026-03-30 10:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e96f372-8e58-58b7-9fd7-8293a6199bf8 with scrape type 2
2026-03-30 10:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e96f372-8e58-58b7-9fd7-8293a6199bf8 with scrape type 2
2026-03-30 10:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9e96f372-8e58-58b7-9fd7-8293a6199bf8, identifier: 1982189
2026-03-30 10:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9e96f372-8e58-58b7-9fd7-8293a6199bf8 with identifier: 1982189
2026-03-30 10:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9e96f372-8e58-58b7-9fd7-8293a6199bf8 with identifier: 1982189
2026-03-30 10:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9e96f372-8e58-58b7-9fd7-8293a6199bf8 with identifier: 1982189 to the API
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:35 [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': '9e96f372-8e58-58b7-9fd7-8293a6199bf8',
'is_damaged': False,
'is_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': 28582,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'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-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982189%27 HTTP/1.1" 200 None
2026-03-30 10:50:35 [ayvens.be] INFO: Saving data for 1982189: {'auction_closing_time': 1775037600.0, 'created_time': 1774478895.668102, 'last_price_update_time': 1774867835.905373}
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982189') HTTP/1.1" 204 0
2026-03-30 10:50:35 [ayvens.be] INFO: Found listing with ID: 1982190
2026-03-30 10:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982190%27 HTTP/1.1" 200 None
2026-03-30 10:50:35 [ayvens.be] INFO: Scrape type for 1982190: 2
2026-03-30 10:50:35 [ayvens.be] INFO: Extracting data for car ID: 1982190
2026-03-30 10:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e4ca93c-3b96-533a-84ee-159208cb363a with identifier: 1982190
2026-03-30 10:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e4ca93c-3b96-533a-84ee-159208cb363a with scrape type 2
2026-03-30 10:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e4ca93c-3b96-533a-84ee-159208cb363a with scrape type 2
2026-03-30 10:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1e4ca93c-3b96-533a-84ee-159208cb363a, identifier: 1982190
2026-03-30 10:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1e4ca93c-3b96-533a-84ee-159208cb363a with identifier: 1982190
2026-03-30 10:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1e4ca93c-3b96-533a-84ee-159208cb363a with identifier: 1982190
2026-03-30 10:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1e4ca93c-3b96-533a-84ee-159208cb363a with identifier: 1982190 to the API
2026-03-30 10:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50: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-30 10:50:36 [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': '1e4ca93c-3b96-533a-84ee-159208cb363a',
'is_damaged': False,
'is_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': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 63498,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'seats_number': 1,
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 BHDI L2 HEAVY 75KW PREMIUM 1 pl',
'transmission': 'manual',
'trim': '1.5 BHDI L2 HEAVY 75KW PREMIUM 1 pl',
'vin': None,
'year': 2022}
2026-03-30 10:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982190%27 HTTP/1.1" 200 None
2026-03-30 10:50:36 [ayvens.be] INFO: Saving data for 1982190: {'auction_closing_time': 1775037600.0, 'created_time': 1774478879.376586, 'last_price_update_time': 1774867836.751891}
2026-03-30 10:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982190') HTTP/1.1" 204 0
2026-03-30 10:50:36 [ayvens.be] INFO: Found listing with ID: 1982191
2026-03-30 10:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982191%27 HTTP/1.1" 200 None
2026-03-30 10:50:36 [ayvens.be] INFO: Scrape type for 1982191: 2
2026-03-30 10:50:36 [ayvens.be] INFO: Extracting data for car ID: 1982191
2026-03-30 10:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 031bae0e-f1d6-5d9f-b05e-9647d6ab036e with identifier: 1982191
2026-03-30 10:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 031bae0e-f1d6-5d9f-b05e-9647d6ab036e with scrape type 2
2026-03-30 10:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 031bae0e-f1d6-5d9f-b05e-9647d6ab036e with scrape type 2
2026-03-30 10:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 031bae0e-f1d6-5d9f-b05e-9647d6ab036e, identifier: 1982191
2026-03-30 10:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 031bae0e-f1d6-5d9f-b05e-9647d6ab036e with identifier: 1982191
2026-03-30 10:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 031bae0e-f1d6-5d9f-b05e-9647d6ab036e with identifier: 1982191
2026-03-30 10:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 031bae0e-f1d6-5d9f-b05e-9647d6ab036e with identifier: 1982191 to the API
2026-03-30 10:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:37 [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': '031bae0e-f1d6-5d9f-b05e-9647d6ab036e',
'is_damaged': False,
'is_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': 85608,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'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-30 10:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982191%27 HTTP/1.1" 200 None
2026-03-30 10:50:37 [ayvens.be] INFO: Saving data for 1982191: {'auction_closing_time': 1775037600.0, 'created_time': 1774478877.415459, 'last_price_update_time': 1774867837.661625}
2026-03-30 10:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982191') HTTP/1.1" 204 0
2026-03-30 10:50:37 [ayvens.be] INFO: Found listing with ID: 1982192
2026-03-30 10:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982192%27 HTTP/1.1" 200 None
2026-03-30 10:50:37 [ayvens.be] INFO: Scrape type for 1982192: 2
2026-03-30 10:50:37 [ayvens.be] INFO: Extracting data for car ID: 1982192
2026-03-30 10:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f30b5fb-4daa-5c2e-b257-385432dd968f with identifier: 1982192
2026-03-30 10:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f30b5fb-4daa-5c2e-b257-385432dd968f with scrape type 2
2026-03-30 10:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f30b5fb-4daa-5c2e-b257-385432dd968f with scrape type 2
2026-03-30 10:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9f30b5fb-4daa-5c2e-b257-385432dd968f, identifier: 1982192
2026-03-30 10:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9f30b5fb-4daa-5c2e-b257-385432dd968f with identifier: 1982192
2026-03-30 10:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9f30b5fb-4daa-5c2e-b257-385432dd968f with identifier: 1982192
2026-03-30 10:50:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9f30b5fb-4daa-5c2e-b257-385432dd968f with identifier: 1982192 to the API
2026-03-30 10:50:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:38 [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': '9f30b5fb-4daa-5c2e-b257-385432dd968f',
'is_damaged': False,
'is_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': 29197,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'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-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982192%27 HTTP/1.1" 200 None
2026-03-30 10:50:38 [ayvens.be] INFO: Saving data for 1982192: {'auction_closing_time': 1775037600.0, 'created_time': 1774478768.117609, 'last_price_update_time': 1774867838.089119}
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982192') HTTP/1.1" 204 0
2026-03-30 10:50:38 [ayvens.be] INFO: Found listing with ID: 1982193
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982193%27 HTTP/1.1" 200 None
2026-03-30 10:50:38 [ayvens.be] INFO: Scrape type for 1982193: 2
2026-03-30 10:50:38 [ayvens.be] INFO: Extracting data for car ID: 1982193
2026-03-30 10:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97c8089d-d82a-5903-9a02-919379a24d24 with identifier: 1982193
2026-03-30 10:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97c8089d-d82a-5903-9a02-919379a24d24 with scrape type 2
2026-03-30 10:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97c8089d-d82a-5903-9a02-919379a24d24 with scrape type 2
2026-03-30 10:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 97c8089d-d82a-5903-9a02-919379a24d24, identifier: 1982193
2026-03-30 10:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 97c8089d-d82a-5903-9a02-919379a24d24 with identifier: 1982193
2026-03-30 10:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 97c8089d-d82a-5903-9a02-919379a24d24 with identifier: 1982193
2026-03-30 10:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 97c8089d-d82a-5903-9a02-919379a24d24 with identifier: 1982193 to the API
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:38 [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': '97c8089d-d82a-5903-9a02-919379a24d24',
'is_damaged': False,
'is_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': 75301,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'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-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982193%27 HTTP/1.1" 200 None
2026-03-30 10:50:38 [ayvens.be] INFO: Saving data for 1982193: {'auction_closing_time': 1775037600.0, 'created_time': 1774478871.657604, 'last_price_update_time': 1774867838.476965}
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982193') HTTP/1.1" 204 0
2026-03-30 10:50:38 [ayvens.be] INFO: Found listing with ID: 1982194
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982194%27 HTTP/1.1" 200 None
2026-03-30 10:50:38 [ayvens.be] INFO: Scrape type for 1982194: 2
2026-03-30 10:50:38 [ayvens.be] INFO: Extracting data for car ID: 1982194
2026-03-30 10:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd2cb845-455c-56dc-81b2-27635e5d6882 with identifier: 1982194
2026-03-30 10:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd2cb845-455c-56dc-81b2-27635e5d6882 with scrape type 2
2026-03-30 10:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd2cb845-455c-56dc-81b2-27635e5d6882 with scrape type 2
2026-03-30 10:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bd2cb845-455c-56dc-81b2-27635e5d6882, identifier: 1982194
2026-03-30 10:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bd2cb845-455c-56dc-81b2-27635e5d6882 with identifier: 1982194
2026-03-30 10:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bd2cb845-455c-56dc-81b2-27635e5d6882 with identifier: 1982194
2026-03-30 10:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bd2cb845-455c-56dc-81b2-27635e5d6882 with identifier: 1982194 to the API
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:38 [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': 'bd2cb845-455c-56dc-81b2-27635e5d6882',
'is_damaged': False,
'is_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': 84214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'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': 2022}
2026-03-30 10:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982194%27 HTTP/1.1" 200 None
2026-03-30 10:50:38 [ayvens.be] INFO: Saving data for 1982194: {'auction_closing_time': 1775037600.0, 'created_time': 1774478871.172165, 'last_price_update_time': 1774867838.961285}
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982194') HTTP/1.1" 204 0
2026-03-30 10:50:39 [ayvens.be] INFO: Found listing with ID: 1982195
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982195%27 HTTP/1.1" 200 None
2026-03-30 10:50:39 [ayvens.be] INFO: Scrape type for 1982195: 2
2026-03-30 10:50:39 [ayvens.be] INFO: Extracting data for car ID: 1982195
2026-03-30 10:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44f9fac4-2c43-5394-97b6-25db1f4cd11e with identifier: 1982195
2026-03-30 10:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44f9fac4-2c43-5394-97b6-25db1f4cd11e with scrape type 2
2026-03-30 10:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44f9fac4-2c43-5394-97b6-25db1f4cd11e with scrape type 2
2026-03-30 10:50:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 44f9fac4-2c43-5394-97b6-25db1f4cd11e, identifier: 1982195
2026-03-30 10:50:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 44f9fac4-2c43-5394-97b6-25db1f4cd11e with identifier: 1982195
2026-03-30 10:50:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 44f9fac4-2c43-5394-97b6-25db1f4cd11e with identifier: 1982195
2026-03-30 10:50:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 44f9fac4-2c43-5394-97b6-25db1f4cd11e with identifier: 1982195 to the API
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:39 [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': '44f9fac4-2c43-5394-97b6-25db1f4cd11e',
'is_damaged': False,
'is_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': 52849,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-09',
'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-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982195%27 HTTP/1.1" 200 None
2026-03-30 10:50:39 [ayvens.be] INFO: Saving data for 1982195: {'auction_closing_time': 1775037600.0, 'created_time': 1774478870.480702, 'last_price_update_time': 1774867839.452347}
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982195') HTTP/1.1" 204 0
2026-03-30 10:50:39 [ayvens.be] INFO: Found listing with ID: 1982196
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982196%27 HTTP/1.1" 200 None
2026-03-30 10:50:39 [ayvens.be] INFO: Scrape type for 1982196: 2
2026-03-30 10:50:39 [ayvens.be] INFO: Extracting data for car ID: 1982196
2026-03-30 10:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22ccdd89-26d1-5f1e-a8f5-c74ba07543e4 with identifier: 1982196
2026-03-30 10:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22ccdd89-26d1-5f1e-a8f5-c74ba07543e4 with scrape type 2
2026-03-30 10:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22ccdd89-26d1-5f1e-a8f5-c74ba07543e4 with scrape type 2
2026-03-30 10:50:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 22ccdd89-26d1-5f1e-a8f5-c74ba07543e4, identifier: 1982196
2026-03-30 10:50:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 22ccdd89-26d1-5f1e-a8f5-c74ba07543e4 with identifier: 1982196
2026-03-30 10:50:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 22ccdd89-26d1-5f1e-a8f5-c74ba07543e4 with identifier: 1982196
2026-03-30 10:50:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 22ccdd89-26d1-5f1e-a8f5-c74ba07543e4 with identifier: 1982196 to the API
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:39 [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': '22ccdd89-26d1-5f1e-a8f5-c74ba07543e4',
'is_damaged': False,
'is_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': 41189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-21',
'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-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982196%27 HTTP/1.1" 200 None
2026-03-30 10:50:39 [ayvens.be] INFO: Saving data for 1982196: {'auction_closing_time': 1775037600.0, 'created_time': 1774478869.853474, 'last_price_update_time': 1774867839.828689}
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982196') HTTP/1.1" 204 0
2026-03-30 10:50:39 [ayvens.be] INFO: Found listing with ID: 1982197
2026-03-30 10:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982197%27 HTTP/1.1" 200 None
2026-03-30 10:50:39 [ayvens.be] INFO: Scrape type for 1982197: 2
2026-03-30 10:50:39 [ayvens.be] INFO: Extracting data for car ID: 1982197
2026-03-30 10:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62d832a4-cf6d-565d-b848-b9142d49d51c with identifier: 1982197
2026-03-30 10:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62d832a4-cf6d-565d-b848-b9142d49d51c with scrape type 2
2026-03-30 10:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62d832a4-cf6d-565d-b848-b9142d49d51c with scrape type 2
2026-03-30 10:50:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 62d832a4-cf6d-565d-b848-b9142d49d51c, identifier: 1982197
2026-03-30 10:50:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 62d832a4-cf6d-565d-b848-b9142d49d51c with identifier: 1982197
2026-03-30 10:50:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 62d832a4-cf6d-565d-b848-b9142d49d51c with identifier: 1982197
2026-03-30 10:50:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 62d832a4-cf6d-565d-b848-b9142d49d51c with identifier: 1982197 to the API
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:40 [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': '62d832a4-cf6d-565d-b848-b9142d49d51c',
'is_damaged': False,
'is_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': 32161,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'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-30 10:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982197%27 HTTP/1.1" 200 None
2026-03-30 10:50:40 [ayvens.be] INFO: Saving data for 1982197: {'auction_closing_time': 1775037600.0, 'created_time': 1774478773.625711, 'last_price_update_time': 1774867840.228194}
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982197') HTTP/1.1" 204 0
2026-03-30 10:50:40 [ayvens.be] INFO: Found listing with ID: 1982198
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982198%27 HTTP/1.1" 200 None
2026-03-30 10:50:40 [ayvens.be] INFO: Scrape type for 1982198: 2
2026-03-30 10:50:40 [ayvens.be] INFO: Extracting data for car ID: 1982198
2026-03-30 10:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daa3713f-5dd5-5f7c-adf4-7ee5ef6f6916 with identifier: 1982198
2026-03-30 10:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa3713f-5dd5-5f7c-adf4-7ee5ef6f6916 with scrape type 2
2026-03-30 10:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daa3713f-5dd5-5f7c-adf4-7ee5ef6f6916 with scrape type 2
2026-03-30 10:50:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: daa3713f-5dd5-5f7c-adf4-7ee5ef6f6916, identifier: 1982198
2026-03-30 10:50:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: daa3713f-5dd5-5f7c-adf4-7ee5ef6f6916 with identifier: 1982198
2026-03-30 10:50:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: daa3713f-5dd5-5f7c-adf4-7ee5ef6f6916 with identifier: 1982198
2026-03-30 10:50:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: daa3713f-5dd5-5f7c-adf4-7ee5ef6f6916 with identifier: 1982198 to the API
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:40 [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': 'daa3713f-5dd5-5f7c-adf4-7ee5ef6f6916',
'is_damaged': False,
'is_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': 89894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'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-30 10:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982198%27 HTTP/1.1" 200 None
2026-03-30 10:50:40 [ayvens.be] INFO: Saving data for 1982198: {'auction_closing_time': 1775037600.0, 'created_time': 1774478870.161135, 'last_price_update_time': 1774867840.621084}
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982198') HTTP/1.1" 204 0
2026-03-30 10:50:40 [ayvens.be] INFO: Found listing with ID: 1982199
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982199%27 HTTP/1.1" 200 None
2026-03-30 10:50:40 [ayvens.be] INFO: Scrape type for 1982199: 2
2026-03-30 10:50:40 [ayvens.be] INFO: Extracting data for car ID: 1982199
2026-03-30 10:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4678f6-413e-5f1d-af94-034bf9face0e with identifier: 1982199
2026-03-30 10:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4678f6-413e-5f1d-af94-034bf9face0e with scrape type 2
2026-03-30 10:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4678f6-413e-5f1d-af94-034bf9face0e with scrape type 2
2026-03-30 10:50:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0f4678f6-413e-5f1d-af94-034bf9face0e, identifier: 1982199
2026-03-30 10:50:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0f4678f6-413e-5f1d-af94-034bf9face0e with identifier: 1982199
2026-03-30 10:50:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0f4678f6-413e-5f1d-af94-034bf9face0e with identifier: 1982199
2026-03-30 10:50:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0f4678f6-413e-5f1d-af94-034bf9face0e with identifier: 1982199 to the API
2026-03-30 10:50:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:41 [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': '0f4678f6-413e-5f1d-af94-034bf9face0e',
'is_damaged': False,
'is_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': 97773,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-15',
'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-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [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-30 10:50:41 [ayvens.be] INFO: Saving data for 1982199: {'auction_closing_time': 1775037600.0, 'created_time': 1774478868.09226, 'last_price_update_time': 1774867841.131784}
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982199') HTTP/1.1" 204 0
2026-03-30 10:50:41 [ayvens.be] INFO: Found listing with ID: 1982200
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [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-30 10:50:41 [ayvens.be] INFO: Scrape type for 1982200: 2
2026-03-30 10:50:41 [ayvens.be] INFO: Extracting data for car ID: 1982200
2026-03-30 10:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69ab326d-e2f5-507b-9135-99e0ac9492c2 with identifier: 1982200
2026-03-30 10:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69ab326d-e2f5-507b-9135-99e0ac9492c2 with scrape type 2
2026-03-30 10:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69ab326d-e2f5-507b-9135-99e0ac9492c2 with scrape type 2
2026-03-30 10:50:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 69ab326d-e2f5-507b-9135-99e0ac9492c2, identifier: 1982200
2026-03-30 10:50:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 69ab326d-e2f5-507b-9135-99e0ac9492c2 with identifier: 1982200
2026-03-30 10:50:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 69ab326d-e2f5-507b-9135-99e0ac9492c2 with identifier: 1982200
2026-03-30 10:50:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 69ab326d-e2f5-507b-9135-99e0ac9492c2 with identifier: 1982200 to the API
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:41 [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': '69ab326d-e2f5-507b-9135-99e0ac9492c2',
'is_damaged': False,
'is_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': 42451,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-20',
'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-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [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-30 10:50:41 [ayvens.be] INFO: Saving data for 1982200: {'auction_closing_time': 1775037600.0, 'created_time': 1774478777.170154, 'last_price_update_time': 1774867841.531115}
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982200') HTTP/1.1" 204 0
2026-03-30 10:50:41 [ayvens.be] INFO: Found listing with ID: 1982201
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [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-30 10:50:41 [ayvens.be] INFO: Scrape type for 1982201: 2
2026-03-30 10:50:41 [ayvens.be] INFO: Extracting data for car ID: 1982201
2026-03-30 10:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee80ac1a-758d-5fd7-aa2c-383a26dd401c with identifier: 1982201
2026-03-30 10:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee80ac1a-758d-5fd7-aa2c-383a26dd401c with scrape type 2
2026-03-30 10:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee80ac1a-758d-5fd7-aa2c-383a26dd401c with scrape type 2
2026-03-30 10:50:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ee80ac1a-758d-5fd7-aa2c-383a26dd401c, identifier: 1982201
2026-03-30 10:50:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ee80ac1a-758d-5fd7-aa2c-383a26dd401c with identifier: 1982201
2026-03-30 10:50:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ee80ac1a-758d-5fd7-aa2c-383a26dd401c with identifier: 1982201
2026-03-30 10:50:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ee80ac1a-758d-5fd7-aa2c-383a26dd401c with identifier: 1982201 to the API
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:41 [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': 'ee80ac1a-758d-5fd7-aa2c-383a26dd401c',
'is_damaged': False,
'is_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': 69983,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'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-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [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-30 10:50:41 [ayvens.be] INFO: Saving data for 1982201: {'auction_closing_time': 1775037600.0, 'created_time': 1774478868.94389, 'last_price_update_time': 1774867841.913595}
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982201') HTTP/1.1" 204 0
2026-03-30 10:50:41 [ayvens.be] INFO: Found listing with ID: 1982202
2026-03-30 10:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:41 [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-30 10:50:41 [ayvens.be] INFO: Scrape type for 1982202: 2
2026-03-30 10:50:41 [ayvens.be] INFO: Extracting data for car ID: 1982202
2026-03-30 10:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f12eb8af-8fa1-5e8e-918c-0a5ad8d28074 with identifier: 1982202
2026-03-30 10:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f12eb8af-8fa1-5e8e-918c-0a5ad8d28074 with scrape type 2
2026-03-30 10:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f12eb8af-8fa1-5e8e-918c-0a5ad8d28074 with scrape type 2
2026-03-30 10:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f12eb8af-8fa1-5e8e-918c-0a5ad8d28074, identifier: 1982202
2026-03-30 10:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f12eb8af-8fa1-5e8e-918c-0a5ad8d28074 with identifier: 1982202
2026-03-30 10:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f12eb8af-8fa1-5e8e-918c-0a5ad8d28074 with identifier: 1982202
2026-03-30 10:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f12eb8af-8fa1-5e8e-918c-0a5ad8d28074 with identifier: 1982202 to the API
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:42 [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': 'f12eb8af-8fa1-5e8e-918c-0a5ad8d28074',
'is_damaged': False,
'is_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': 47037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'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-30 10:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982202%27 HTTP/1.1" 200 None
2026-03-30 10:50:42 [ayvens.be] INFO: Saving data for 1982202: {'auction_closing_time': 1775037600.0, 'created_time': 1774478868.416283, 'last_price_update_time': 1774867842.460843}
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982202') HTTP/1.1" 204 0
2026-03-30 10:50:42 [ayvens.be] INFO: Found listing with ID: 1982203
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982203%27 HTTP/1.1" 200 None
2026-03-30 10:50:42 [ayvens.be] INFO: Scrape type for 1982203: 2
2026-03-30 10:50:42 [ayvens.be] INFO: Extracting data for car ID: 1982203
2026-03-30 10:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ccd013d-946a-560d-bafa-adc9ed1a65ba with identifier: 1982203
2026-03-30 10:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ccd013d-946a-560d-bafa-adc9ed1a65ba with scrape type 2
2026-03-30 10:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ccd013d-946a-560d-bafa-adc9ed1a65ba with scrape type 2
2026-03-30 10:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1ccd013d-946a-560d-bafa-adc9ed1a65ba, identifier: 1982203
2026-03-30 10:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1ccd013d-946a-560d-bafa-adc9ed1a65ba with identifier: 1982203
2026-03-30 10:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1ccd013d-946a-560d-bafa-adc9ed1a65ba with identifier: 1982203
2026-03-30 10:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1ccd013d-946a-560d-bafa-adc9ed1a65ba with identifier: 1982203 to the API
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:42 [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': '1ccd013d-946a-560d-bafa-adc9ed1a65ba',
'is_damaged': False,
'is_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': 89991,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'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': 2022}
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982203%27 HTTP/1.1" 200 None
2026-03-30 10:50:42 [ayvens.be] INFO: Saving data for 1982203: {'auction_closing_time': 1775037600.0, 'created_time': 1774478781.964953, 'last_price_update_time': 1774867842.899385}
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982203') HTTP/1.1" 204 0
2026-03-30 10:50:42 [ayvens.be] INFO: Found listing with ID: 1982204
2026-03-30 10:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982204%27 HTTP/1.1" 200 None
2026-03-30 10:50:42 [ayvens.be] INFO: Scrape type for 1982204: 2
2026-03-30 10:50:42 [ayvens.be] INFO: Extracting data for car ID: 1982204
2026-03-30 10:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4991c624-906d-5f9d-a369-cb66974f815b with identifier: 1982204
2026-03-30 10:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4991c624-906d-5f9d-a369-cb66974f815b with scrape type 2
2026-03-30 10:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4991c624-906d-5f9d-a369-cb66974f815b with scrape type 2
2026-03-30 10:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4991c624-906d-5f9d-a369-cb66974f815b, identifier: 1982204
2026-03-30 10:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4991c624-906d-5f9d-a369-cb66974f815b with identifier: 1982204
2026-03-30 10:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4991c624-906d-5f9d-a369-cb66974f815b with identifier: 1982204
2026-03-30 10:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4991c624-906d-5f9d-a369-cb66974f815b with identifier: 1982204 to the API
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:43 [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': '4991c624-906d-5f9d-a369-cb66974f815b',
'is_damaged': False,
'is_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': 49568,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'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-30 10:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982204%27 HTTP/1.1" 200 None
2026-03-30 10:50:43 [ayvens.be] INFO: Saving data for 1982204: {'auction_closing_time': 1775037600.0, 'created_time': 1774478866.663166, 'last_price_update_time': 1774867843.292792}
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982204') HTTP/1.1" 204 0
2026-03-30 10:50:43 [ayvens.be] INFO: Found listing with ID: 1982205
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982205%27 HTTP/1.1" 200 None
2026-03-30 10:50:43 [ayvens.be] INFO: Scrape type for 1982205: 2
2026-03-30 10:50:43 [ayvens.be] INFO: Extracting data for car ID: 1982205
2026-03-30 10:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2a659f7-eb95-5bd0-8750-c7463129a097 with identifier: 1982205
2026-03-30 10:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2a659f7-eb95-5bd0-8750-c7463129a097 with scrape type 2
2026-03-30 10:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2a659f7-eb95-5bd0-8750-c7463129a097 with scrape type 2
2026-03-30 10:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d2a659f7-eb95-5bd0-8750-c7463129a097, identifier: 1982205
2026-03-30 10:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d2a659f7-eb95-5bd0-8750-c7463129a097 with identifier: 1982205
2026-03-30 10:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d2a659f7-eb95-5bd0-8750-c7463129a097 with identifier: 1982205
2026-03-30 10:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d2a659f7-eb95-5bd0-8750-c7463129a097 with identifier: 1982205 to the API
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:43 [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': 'd2a659f7-eb95-5bd0-8750-c7463129a097',
'is_damaged': False,
'is_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': 34015,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-11',
'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-30 10:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982205%27 HTTP/1.1" 200 None
2026-03-30 10:50:43 [ayvens.be] INFO: Saving data for 1982205: {'auction_closing_time': 1775037600.0, 'created_time': 1774478835.189299, 'last_price_update_time': 1774867843.683282}
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982205') HTTP/1.1" 204 0
2026-03-30 10:50:43 [ayvens.be] INFO: Found listing with ID: 1982206
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982206%27 HTTP/1.1" 200 None
2026-03-30 10:50:43 [ayvens.be] INFO: Scrape type for 1982206: 2
2026-03-30 10:50:43 [ayvens.be] INFO: Extracting data for car ID: 1982206
2026-03-30 10:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82a7832d-e38a-5e79-a590-d21086305cb7 with identifier: 1982206
2026-03-30 10:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82a7832d-e38a-5e79-a590-d21086305cb7 with scrape type 2
2026-03-30 10:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82a7832d-e38a-5e79-a590-d21086305cb7 with scrape type 2
2026-03-30 10:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 82a7832d-e38a-5e79-a590-d21086305cb7, identifier: 1982206
2026-03-30 10:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 82a7832d-e38a-5e79-a590-d21086305cb7 with identifier: 1982206
2026-03-30 10:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 82a7832d-e38a-5e79-a590-d21086305cb7 with identifier: 1982206
2026-03-30 10:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 82a7832d-e38a-5e79-a590-d21086305cb7 with identifier: 1982206 to the API
2026-03-30 10:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:44 [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': '82a7832d-e38a-5e79-a590-d21086305cb7',
'is_damaged': False,
'is_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': 42984,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'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-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982206%27 HTTP/1.1" 200 None
2026-03-30 10:50:44 [ayvens.be] INFO: Saving data for 1982206: {'auction_closing_time': 1775037600.0, 'created_time': 1774478832.214629, 'last_price_update_time': 1774867844.094132}
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982206') HTTP/1.1" 204 0
2026-03-30 10:50:44 [ayvens.be] INFO: Found listing with ID: 1982207
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982207%27 HTTP/1.1" 200 None
2026-03-30 10:50:44 [ayvens.be] INFO: Scrape type for 1982207: 2
2026-03-30 10:50:44 [ayvens.be] INFO: Extracting data for car ID: 1982207
2026-03-30 10:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ef28fd4-fa38-52f7-b04e-3a91ed4e3a72 with identifier: 1982207
2026-03-30 10:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ef28fd4-fa38-52f7-b04e-3a91ed4e3a72 with scrape type 2
2026-03-30 10:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ef28fd4-fa38-52f7-b04e-3a91ed4e3a72 with scrape type 2
2026-03-30 10:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3ef28fd4-fa38-52f7-b04e-3a91ed4e3a72, identifier: 1982207
2026-03-30 10:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3ef28fd4-fa38-52f7-b04e-3a91ed4e3a72 with identifier: 1982207
2026-03-30 10:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3ef28fd4-fa38-52f7-b04e-3a91ed4e3a72 with identifier: 1982207
2026-03-30 10:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3ef28fd4-fa38-52f7-b04e-3a91ed4e3a72 with identifier: 1982207 to the API
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:44 [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': '3ef28fd4-fa38-52f7-b04e-3a91ed4e3a72',
'is_damaged': False,
'is_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': 28922,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'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-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982207%27 HTTP/1.1" 200 None
2026-03-30 10:50:44 [ayvens.be] INFO: Saving data for 1982207: {'auction_closing_time': 1775037600.0, 'created_time': 1774478830.495281, 'last_price_update_time': 1774867844.486434}
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982207') HTTP/1.1" 204 0
2026-03-30 10:50:44 [ayvens.be] INFO: Found listing with ID: 1982208
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982208%27 HTTP/1.1" 200 None
2026-03-30 10:50:44 [ayvens.be] INFO: Scrape type for 1982208: 2
2026-03-30 10:50:44 [ayvens.be] INFO: Extracting data for car ID: 1982208
2026-03-30 10:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79a2e055-7986-59c1-a734-6c51a6713b2b with identifier: 1982208
2026-03-30 10:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79a2e055-7986-59c1-a734-6c51a6713b2b with scrape type 2
2026-03-30 10:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79a2e055-7986-59c1-a734-6c51a6713b2b with scrape type 2
2026-03-30 10:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 79a2e055-7986-59c1-a734-6c51a6713b2b, identifier: 1982208
2026-03-30 10:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 79a2e055-7986-59c1-a734-6c51a6713b2b with identifier: 1982208
2026-03-30 10:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 79a2e055-7986-59c1-a734-6c51a6713b2b with identifier: 1982208
2026-03-30 10:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 79a2e055-7986-59c1-a734-6c51a6713b2b with identifier: 1982208 to the API
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:44 [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': '79a2e055-7986-59c1-a734-6c51a6713b2b',
'is_damaged': False,
'is_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': 75793,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'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': 2022}
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271982208%27 HTTP/1.1" 200 None
2026-03-30 10:50:44 [ayvens.be] INFO: Saving data for 1982208: {'auction_closing_time': 1775037600.0, 'created_time': 1774478793.862392, 'last_price_update_time': 1774867844.922249}
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982208') HTTP/1.1" 204 0
2026-03-30 10:50:44 [ayvens.be] INFO: Found listing with ID: 1987502
2026-03-30 10:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987502%27 HTTP/1.1" 200 None
2026-03-30 10:50:44 [ayvens.be] INFO: Scrape type for 1987502: 2
2026-03-30 10:50:44 [ayvens.be] INFO: Extracting data for car ID: 1987502
2026-03-30 10:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e766d7c7-5ddf-5382-bdb5-fa309286f765 with identifier: 1987502
2026-03-30 10:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e766d7c7-5ddf-5382-bdb5-fa309286f765 with scrape type 2
2026-03-30 10:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e766d7c7-5ddf-5382-bdb5-fa309286f765 with scrape type 2
2026-03-30 10:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e766d7c7-5ddf-5382-bdb5-fa309286f765, identifier: 1987502
2026-03-30 10:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e766d7c7-5ddf-5382-bdb5-fa309286f765 with identifier: 1987502
2026-03-30 10:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e766d7c7-5ddf-5382-bdb5-fa309286f765 with identifier: 1987502
2026-03-30 10:50:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e766d7c7-5ddf-5382-bdb5-fa309286f765 with identifier: 1987502 to the API
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:45 [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': 'e766d7c7-5ddf-5382-bdb5-fa309286f765',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 73069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-08',
'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-30 10:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987502%27 HTTP/1.1" 200 None
2026-03-30 10:50:45 [ayvens.be] INFO: Saving data for 1987502: {'auction_closing_time': 1775037600.0, 'created_time': 1774651860.131038, 'last_price_update_time': 1774867845.326964}
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987502') HTTP/1.1" 204 0
2026-03-30 10:50:45 [ayvens.be] INFO: Found listing with ID: 1987503
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987503%27 HTTP/1.1" 200 None
2026-03-30 10:50:45 [ayvens.be] INFO: Scrape type for 1987503: 2
2026-03-30 10:50:45 [ayvens.be] INFO: Extracting data for car ID: 1987503
2026-03-30 10:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8953bb61-2ce9-52d1-ad78-7bf1a100c398 with identifier: 1987503
2026-03-30 10:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8953bb61-2ce9-52d1-ad78-7bf1a100c398 with scrape type 2
2026-03-30 10:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8953bb61-2ce9-52d1-ad78-7bf1a100c398 with scrape type 2
2026-03-30 10:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8953bb61-2ce9-52d1-ad78-7bf1a100c398, identifier: 1987503
2026-03-30 10:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8953bb61-2ce9-52d1-ad78-7bf1a100c398 with identifier: 1987503
2026-03-30 10:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8953bb61-2ce9-52d1-ad78-7bf1a100c398 with identifier: 1987503
2026-03-30 10:50:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8953bb61-2ce9-52d1-ad78-7bf1a100c398 with identifier: 1987503 to the API
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:45 [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': '8953bb61-2ce9-52d1-ad78-7bf1a100c398',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 42365,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-17',
'seats_number': 1,
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 BHDI L2 HEAVY 75KW PRO 1 pl',
'transmission': 'manual',
'trim': '1.5 BHDI L2 HEAVY 75KW PRO 1 pl',
'vin': None,
'year': 2021}
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987503%27 HTTP/1.1" 200 None
2026-03-30 10:50:45 [ayvens.be] INFO: Saving data for 1987503: {'auction_closing_time': 1775037600.0, 'created_time': 1774651863.659309, 'last_price_update_time': 1774867845.841168}
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987503') HTTP/1.1" 204 0
2026-03-30 10:50:45 [ayvens.be] INFO: Found listing with ID: 1987504
2026-03-30 10:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987504%27 HTTP/1.1" 200 None
2026-03-30 10:50:45 [ayvens.be] INFO: Scrape type for 1987504: 2
2026-03-30 10:50:45 [ayvens.be] INFO: Extracting data for car ID: 1987504
2026-03-30 10:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df194f46-03ee-511b-8f6d-26db91293ede with identifier: 1987504
2026-03-30 10:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df194f46-03ee-511b-8f6d-26db91293ede with scrape type 2
2026-03-30 10:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df194f46-03ee-511b-8f6d-26db91293ede with scrape type 2
2026-03-30 10:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: df194f46-03ee-511b-8f6d-26db91293ede, identifier: 1987504
2026-03-30 10:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: df194f46-03ee-511b-8f6d-26db91293ede with identifier: 1987504
2026-03-30 10:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: df194f46-03ee-511b-8f6d-26db91293ede with identifier: 1987504
2026-03-30 10:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: df194f46-03ee-511b-8f6d-26db91293ede with identifier: 1987504 to the API
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:46 [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': 'df194f46-03ee-511b-8f6d-26db91293ede',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 38564,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-17',
'seats_number': 1,
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 BHDI L2 HEAVY 75KW PRO 1 pl',
'transmission': 'manual',
'trim': '1.5 BHDI L2 HEAVY 75KW PRO 1 pl',
'vin': None,
'year': 2021}
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987504%27 HTTP/1.1" 200 None
2026-03-30 10:50:46 [ayvens.be] INFO: Saving data for 1987504: {'auction_closing_time': 1775037600.0, 'created_time': 1774651859.268865, 'last_price_update_time': 1774867846.255618}
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987504') HTTP/1.1" 204 0
2026-03-30 10:50:46 [ayvens.be] INFO: Found listing with ID: 1987505
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987505%27 HTTP/1.1" 200 None
2026-03-30 10:50:46 [ayvens.be] INFO: Scrape type for 1987505: 2
2026-03-30 10:50:46 [ayvens.be] INFO: Extracting data for car ID: 1987505
2026-03-30 10:50:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3072301-4ae2-5e7a-8eca-b224f85fe29d with identifier: 1987505
2026-03-30 10:50:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3072301-4ae2-5e7a-8eca-b224f85fe29d with scrape type 2
2026-03-30 10:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3072301-4ae2-5e7a-8eca-b224f85fe29d with scrape type 2
2026-03-30 10:50:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c3072301-4ae2-5e7a-8eca-b224f85fe29d, identifier: 1987505
2026-03-30 10:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c3072301-4ae2-5e7a-8eca-b224f85fe29d with identifier: 1987505
2026-03-30 10:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c3072301-4ae2-5e7a-8eca-b224f85fe29d with identifier: 1987505
2026-03-30 10:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c3072301-4ae2-5e7a-8eca-b224f85fe29d with identifier: 1987505 to the API
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:46 [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': 'c3072301-4ae2-5e7a-8eca-b224f85fe29d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 43667,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-12',
'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-30 10:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987505%27 HTTP/1.1" 200 None
2026-03-30 10:50:46 [ayvens.be] INFO: Saving data for 1987505: {'auction_closing_time': 1775037600.0, 'created_time': 1774651856.860037, 'last_price_update_time': 1774867846.678959}
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987505') HTTP/1.1" 204 0
2026-03-30 10:50:46 [ayvens.be] INFO: Found listing with ID: 1987506
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987506%27 HTTP/1.1" 200 None
2026-03-30 10:50:46 [ayvens.be] INFO: Scrape type for 1987506: 2
2026-03-30 10:50:46 [ayvens.be] INFO: Extracting data for car ID: 1987506
2026-03-30 10:50:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ef3e486-7672-5522-8b98-9859838a9025 with identifier: 1987506
2026-03-30 10:50:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ef3e486-7672-5522-8b98-9859838a9025 with scrape type 2
2026-03-30 10:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ef3e486-7672-5522-8b98-9859838a9025 with scrape type 2
2026-03-30 10:50:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3ef3e486-7672-5522-8b98-9859838a9025, identifier: 1987506
2026-03-30 10:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3ef3e486-7672-5522-8b98-9859838a9025 with identifier: 1987506
2026-03-30 10:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3ef3e486-7672-5522-8b98-9859838a9025 with identifier: 1987506
2026-03-30 10:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3ef3e486-7672-5522-8b98-9859838a9025 with identifier: 1987506 to the API
2026-03-30 10:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:47 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '3ef3e486-7672-5522-8b98-9859838a9025',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 47832,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-13',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987506%27 HTTP/1.1" 200 None
2026-03-30 10:50:47 [ayvens.be] INFO: Saving data for 1987506: {'auction_closing_time': 1775037600.0, 'created_time': 1774651810.616253, 'last_price_update_time': 1774867847.155259}
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987506') HTTP/1.1" 204 0
2026-03-30 10:50:47 [ayvens.be] INFO: Found listing with ID: 1987507
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987507%27 HTTP/1.1" 200 None
2026-03-30 10:50:47 [ayvens.be] INFO: Scrape type for 1987507: 2
2026-03-30 10:50:47 [ayvens.be] INFO: Extracting data for car ID: 1987507
2026-03-30 10:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77cf9383-4509-5ac2-8a85-25d719a46c10 with identifier: 1987507
2026-03-30 10:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77cf9383-4509-5ac2-8a85-25d719a46c10 with scrape type 2
2026-03-30 10:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77cf9383-4509-5ac2-8a85-25d719a46c10 with scrape type 2
2026-03-30 10:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 77cf9383-4509-5ac2-8a85-25d719a46c10, identifier: 1987507
2026-03-30 10:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 77cf9383-4509-5ac2-8a85-25d719a46c10 with identifier: 1987507
2026-03-30 10:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 77cf9383-4509-5ac2-8a85-25d719a46c10 with identifier: 1987507
2026-03-30 10:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 77cf9383-4509-5ac2-8a85-25d719a46c10 with identifier: 1987507 to the API
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:47 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '77cf9383-4509-5ac2-8a85-25d719a46c10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 150855,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987507%27 HTTP/1.1" 200 None
2026-03-30 10:50:47 [ayvens.be] INFO: Saving data for 1987507: {'auction_closing_time': 1775037600.0, 'created_time': 1774651853.474707, 'last_price_update_time': 1774867847.577029}
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987507') HTTP/1.1" 204 0
2026-03-30 10:50:47 [ayvens.be] INFO: Found listing with ID: 1987508
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987508%27 HTTP/1.1" 200 None
2026-03-30 10:50:47 [ayvens.be] INFO: Scrape type for 1987508: 2
2026-03-30 10:50:47 [ayvens.be] INFO: Extracting data for car ID: 1987508
2026-03-30 10:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bceadae5-c486-5a22-ba10-2efcc4383af9 with identifier: 1987508
2026-03-30 10:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bceadae5-c486-5a22-ba10-2efcc4383af9 with scrape type 2
2026-03-30 10:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bceadae5-c486-5a22-ba10-2efcc4383af9 with scrape type 2
2026-03-30 10:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bceadae5-c486-5a22-ba10-2efcc4383af9, identifier: 1987508
2026-03-30 10:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bceadae5-c486-5a22-ba10-2efcc4383af9 with identifier: 1987508
2026-03-30 10:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bceadae5-c486-5a22-ba10-2efcc4383af9 with identifier: 1987508
2026-03-30 10:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bceadae5-c486-5a22-ba10-2efcc4383af9 with identifier: 1987508 to the API
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:47 [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': 'bceadae5-c486-5a22-ba10-2efcc4383af9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 97810,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-04',
'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-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987508%27 HTTP/1.1" 200 None
2026-03-30 10:50:47 [ayvens.be] INFO: Saving data for 1987508: {'auction_closing_time': 1775037600.0, 'created_time': 1774651855.326584, 'last_price_update_time': 1774867847.966308}
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987508') HTTP/1.1" 204 0
2026-03-30 10:50:47 [ayvens.be] INFO: Found listing with ID: 1987509
2026-03-30 10:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987509%27 HTTP/1.1" 200 None
2026-03-30 10:50:48 [ayvens.be] INFO: Scrape type for 1987509: 2
2026-03-30 10:50:48 [ayvens.be] INFO: Extracting data for car ID: 1987509
2026-03-30 10:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cae3708-f033-58bd-afa3-817ac4b612d3 with identifier: 1987509
2026-03-30 10:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cae3708-f033-58bd-afa3-817ac4b612d3 with scrape type 2
2026-03-30 10:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cae3708-f033-58bd-afa3-817ac4b612d3 with scrape type 2
2026-03-30 10:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8cae3708-f033-58bd-afa3-817ac4b612d3, identifier: 1987509
2026-03-30 10:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8cae3708-f033-58bd-afa3-817ac4b612d3 with identifier: 1987509
2026-03-30 10:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8cae3708-f033-58bd-afa3-817ac4b612d3 with identifier: 1987509
2026-03-30 10:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8cae3708-f033-58bd-afa3-817ac4b612d3 with identifier: 1987509 to the API
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:48 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '8cae3708-f033-58bd-afa3-817ac4b612d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 76116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-13',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987509%27 HTTP/1.1" 200 None
2026-03-30 10:50:48 [ayvens.be] INFO: Saving data for 1987509: {'auction_closing_time': 1775037600.0, 'created_time': 1774651850.215457, 'last_price_update_time': 1774867848.347687}
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987509') HTTP/1.1" 204 0
2026-03-30 10:50:48 [ayvens.be] INFO: Found listing with ID: 1987510
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987510%27 HTTP/1.1" 200 None
2026-03-30 10:50:48 [ayvens.be] INFO: Scrape type for 1987510: 2
2026-03-30 10:50:48 [ayvens.be] INFO: Extracting data for car ID: 1987510
2026-03-30 10:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab88a48a-1bf8-5014-8349-39027b41b829 with identifier: 1987510
2026-03-30 10:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab88a48a-1bf8-5014-8349-39027b41b829 with scrape type 2
2026-03-30 10:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab88a48a-1bf8-5014-8349-39027b41b829 with scrape type 2
2026-03-30 10:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ab88a48a-1bf8-5014-8349-39027b41b829, identifier: 1987510
2026-03-30 10:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ab88a48a-1bf8-5014-8349-39027b41b829 with identifier: 1987510
2026-03-30 10:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ab88a48a-1bf8-5014-8349-39027b41b829 with identifier: 1987510
2026-03-30 10:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ab88a48a-1bf8-5014-8349-39027b41b829 with identifier: 1987510 to the API
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:48 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': 'ab88a48a-1bf8-5014-8349-39027b41b829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 75028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987510%27 HTTP/1.1" 200 None
2026-03-30 10:50:48 [ayvens.be] INFO: Saving data for 1987510: {'auction_closing_time': 1775037600.0, 'created_time': 1774651814.197226, 'last_price_update_time': 1774867848.742866}
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987510') HTTP/1.1" 204 0
2026-03-30 10:50:48 [ayvens.be] INFO: Found listing with ID: 1987511
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271987511%27 HTTP/1.1" 200 None
2026-03-30 10:50:48 [ayvens.be] INFO: Scrape type for 1987511: 2
2026-03-30 10:50:48 [ayvens.be] INFO: Extracting data for car ID: 1987511
2026-03-30 10:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8189d5b-2c34-56f3-8f57-11cdea2120bc with identifier: 1987511
2026-03-30 10:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8189d5b-2c34-56f3-8f57-11cdea2120bc with scrape type 2
2026-03-30 10:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8189d5b-2c34-56f3-8f57-11cdea2120bc with scrape type 2
2026-03-30 10:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b8189d5b-2c34-56f3-8f57-11cdea2120bc, identifier: 1987511
2026-03-30 10:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b8189d5b-2c34-56f3-8f57-11cdea2120bc with identifier: 1987511
2026-03-30 10:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b8189d5b-2c34-56f3-8f57-11cdea2120bc with identifier: 1987511
2026-03-30 10:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b8189d5b-2c34-56f3-8f57-11cdea2120bc with identifier: 1987511 to the API
2026-03-30 10:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:49 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': 'b8189d5b-2c34-56f3-8f57-11cdea2120bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 88373,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-17',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987511%27 HTTP/1.1" 200 None
2026-03-30 10:50:49 [ayvens.be] INFO: Saving data for 1987511: {'auction_closing_time': 1775037600.0, 'created_time': 1774651852.704717, 'last_price_update_time': 1774867849.139207}
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987511') HTTP/1.1" 204 0
2026-03-30 10:50:49 [ayvens.be] INFO: Found listing with ID: 1987512
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987512%27 HTTP/1.1" 200 None
2026-03-30 10:50:49 [ayvens.be] INFO: Scrape type for 1987512: 2
2026-03-30 10:50:49 [ayvens.be] INFO: Extracting data for car ID: 1987512
2026-03-30 10:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0867f8e-3048-5bb8-a9bb-3678e560940f with identifier: 1987512
2026-03-30 10:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0867f8e-3048-5bb8-a9bb-3678e560940f with scrape type 2
2026-03-30 10:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0867f8e-3048-5bb8-a9bb-3678e560940f with scrape type 2
2026-03-30 10:50:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c0867f8e-3048-5bb8-a9bb-3678e560940f, identifier: 1987512
2026-03-30 10:50:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c0867f8e-3048-5bb8-a9bb-3678e560940f with identifier: 1987512
2026-03-30 10:50:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c0867f8e-3048-5bb8-a9bb-3678e560940f with identifier: 1987512
2026-03-30 10:50:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c0867f8e-3048-5bb8-a9bb-3678e560940f with identifier: 1987512 to the API
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:49 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': 'c0867f8e-3048-5bb8-a9bb-3678e560940f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 64115,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-17',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987512%27 HTTP/1.1" 200 None
2026-03-30 10:50:49 [ayvens.be] INFO: Saving data for 1987512: {'auction_closing_time': 1775037600.0, 'created_time': 1774651848.958532, 'last_price_update_time': 1774867849.578584}
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987512') HTTP/1.1" 204 0
2026-03-30 10:50:49 [ayvens.be] INFO: Found listing with ID: 1987513
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987513%27 HTTP/1.1" 200 None
2026-03-30 10:50:49 [ayvens.be] INFO: Scrape type for 1987513: 2
2026-03-30 10:50:49 [ayvens.be] INFO: Extracting data for car ID: 1987513
2026-03-30 10:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbd8a953-b9cd-57bc-92b4-d1e5046c16bf with identifier: 1987513
2026-03-30 10:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbd8a953-b9cd-57bc-92b4-d1e5046c16bf with scrape type 2
2026-03-30 10:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbd8a953-b9cd-57bc-92b4-d1e5046c16bf with scrape type 2
2026-03-30 10:50:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cbd8a953-b9cd-57bc-92b4-d1e5046c16bf, identifier: 1987513
2026-03-30 10:50:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cbd8a953-b9cd-57bc-92b4-d1e5046c16bf with identifier: 1987513
2026-03-30 10:50:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cbd8a953-b9cd-57bc-92b4-d1e5046c16bf with identifier: 1987513
2026-03-30 10:50:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cbd8a953-b9cd-57bc-92b4-d1e5046c16bf with identifier: 1987513 to the API
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:50 [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': 'cbd8a953-b9cd-57bc-92b4-d1e5046c16bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 54292,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'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-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987513%27 HTTP/1.1" 200 None
2026-03-30 10:50:50 [ayvens.be] INFO: Saving data for 1987513: {'auction_closing_time': 1775037600.0, 'created_time': 1774651848.610641, 'last_price_update_time': 1774867850.017498}
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987513') HTTP/1.1" 204 0
2026-03-30 10:50:50 [ayvens.be] INFO: Found listing with ID: 1987514
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987514%27 HTTP/1.1" 200 None
2026-03-30 10:50:50 [ayvens.be] INFO: Scrape type for 1987514: 2
2026-03-30 10:50:50 [ayvens.be] INFO: Extracting data for car ID: 1987514
2026-03-30 10:50:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3d68db2-6c20-5775-bad4-ae3f2ab77b87 with identifier: 1987514
2026-03-30 10:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3d68db2-6c20-5775-bad4-ae3f2ab77b87 with scrape type 2
2026-03-30 10:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3d68db2-6c20-5775-bad4-ae3f2ab77b87 with scrape type 2
2026-03-30 10:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c3d68db2-6c20-5775-bad4-ae3f2ab77b87, identifier: 1987514
2026-03-30 10:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c3d68db2-6c20-5775-bad4-ae3f2ab77b87 with identifier: 1987514
2026-03-30 10:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c3d68db2-6c20-5775-bad4-ae3f2ab77b87 with identifier: 1987514
2026-03-30 10:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c3d68db2-6c20-5775-bad4-ae3f2ab77b87 with identifier: 1987514 to the API
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:50 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': 'c3d68db2-6c20-5775-bad4-ae3f2ab77b87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DSL - 2013',
'odometer': 55725,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-29',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DSL - 2013 1.5 dCi Energy Confort (EU6)',
'transmission': 'manual',
'trim': '1.5 dCi Energy Confort (EU6)',
'vin': None,
'year': 2019}
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987514%27 HTTP/1.1" 200 None
2026-03-30 10:50:50 [ayvens.be] INFO: Saving data for 1987514: {'auction_closing_time': 1775037600.0, 'created_time': 1774651847.472822, 'last_price_update_time': 1774867850.510407}
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987514') HTTP/1.1" 204 0
2026-03-30 10:50:50 [ayvens.be] INFO: Found listing with ID: 1987515
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987515%27 HTTP/1.1" 200 None
2026-03-30 10:50:50 [ayvens.be] INFO: Scrape type for 1987515: 2
2026-03-30 10:50:50 [ayvens.be] INFO: Extracting data for car ID: 1987515
2026-03-30 10:50:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dac59bce-46a7-5911-ae8b-3bad79b745cf with identifier: 1987515
2026-03-30 10:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac59bce-46a7-5911-ae8b-3bad79b745cf with scrape type 2
2026-03-30 10:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dac59bce-46a7-5911-ae8b-3bad79b745cf with scrape type 2
2026-03-30 10:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dac59bce-46a7-5911-ae8b-3bad79b745cf, identifier: 1987515
2026-03-30 10:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dac59bce-46a7-5911-ae8b-3bad79b745cf with identifier: 1987515
2026-03-30 10:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dac59bce-46a7-5911-ae8b-3bad79b745cf with identifier: 1987515
2026-03-30 10:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dac59bce-46a7-5911-ae8b-3bad79b745cf with identifier: 1987515 to the API
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:50 [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': 'dac59bce-46a7-5911-ae8b-3bad79b745cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 47625,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-14',
'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-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987515%27 HTTP/1.1" 200 None
2026-03-30 10:50:50 [ayvens.be] INFO: Saving data for 1987515: {'auction_closing_time': 1775037600.0, 'created_time': 1774651847.952169, 'last_price_update_time': 1774867850.938121}
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987515') HTTP/1.1" 204 0
2026-03-30 10:50:50 [ayvens.be] INFO: Found listing with ID: 1987516
2026-03-30 10:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987516%27 HTTP/1.1" 200 None
2026-03-30 10:50:50 [ayvens.be] INFO: Scrape type for 1987516: 2
2026-03-30 10:50:50 [ayvens.be] INFO: Extracting data for car ID: 1987516
2026-03-30 10:50:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13a8d7a7-6a53-5d29-a6bf-41a275df3de8 with identifier: 1987516
2026-03-30 10:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13a8d7a7-6a53-5d29-a6bf-41a275df3de8 with scrape type 2
2026-03-30 10:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13a8d7a7-6a53-5d29-a6bf-41a275df3de8 with scrape type 2
2026-03-30 10:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 13a8d7a7-6a53-5d29-a6bf-41a275df3de8, identifier: 1987516
2026-03-30 10:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 13a8d7a7-6a53-5d29-a6bf-41a275df3de8 with identifier: 1987516
2026-03-30 10:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 13a8d7a7-6a53-5d29-a6bf-41a275df3de8 with identifier: 1987516
2026-03-30 10:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 13a8d7a7-6a53-5d29-a6bf-41a275df3de8 with identifier: 1987516 to the API
2026-03-30 10:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:51 [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': '13a8d7a7-6a53-5d29-a6bf-41a275df3de8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'JUMPY',
'odometer': 41971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-10',
'seats_number': 2,
'seller_name': None,
'title': 'CITROAu2039N JUMPY 1.5 BLUEHDI 75KW S-S XL CONTROL',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 75KW S-S XL CONTROL',
'vin': None,
'year': 2020}
2026-03-30 10:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987516%27 HTTP/1.1" 200 None
2026-03-30 10:50:51 [ayvens.be] INFO: Saving data for 1987516: {'auction_closing_time': 1775037600.0, 'created_time': 1774651843.440246, 'last_price_update_time': 1774867851.895895}
2026-03-30 10:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987516') HTTP/1.1" 204 0
2026-03-30 10:50:51 [ayvens.be] INFO: Found listing with ID: 1987517
2026-03-30 10:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987517%27 HTTP/1.1" 200 None
2026-03-30 10:50:51 [ayvens.be] INFO: Scrape type for 1987517: 2
2026-03-30 10:50:51 [ayvens.be] INFO: Extracting data for car ID: 1987517
2026-03-30 10:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7346a70f-b940-5e73-aad5-dcd0c8e1e3d5 with identifier: 1987517
2026-03-30 10:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7346a70f-b940-5e73-aad5-dcd0c8e1e3d5 with scrape type 2
2026-03-30 10:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7346a70f-b940-5e73-aad5-dcd0c8e1e3d5 with scrape type 2
2026-03-30 10:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7346a70f-b940-5e73-aad5-dcd0c8e1e3d5, identifier: 1987517
2026-03-30 10:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7346a70f-b940-5e73-aad5-dcd0c8e1e3d5 with identifier: 1987517
2026-03-30 10:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7346a70f-b940-5e73-aad5-dcd0c8e1e3d5 with identifier: 1987517
2026-03-30 10:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7346a70f-b940-5e73-aad5-dcd0c8e1e3d5 with identifier: 1987517 to the API
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:52 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '7346a70f-b940-5e73-aad5-dcd0c8e1e3d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DSL - 2013',
'odometer': 176827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-07',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DSL - 2013 1.5 dCi Energy Confort (EU6)',
'transmission': 'manual',
'trim': '1.5 dCi Energy Confort (EU6)',
'vin': None,
'year': 2019}
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987517%27 HTTP/1.1" 200 None
2026-03-30 10:50:52 [ayvens.be] INFO: Saving data for 1987517: {'auction_closing_time': 1775037600.0, 'created_time': 1774651836.126543, 'last_price_update_time': 1774867852.32113}
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987517') HTTP/1.1" 204 0
2026-03-30 10:50:52 [ayvens.be] INFO: Found listing with ID: 1987518
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987518%27 HTTP/1.1" 200 None
2026-03-30 10:50:52 [ayvens.be] INFO: Scrape type for 1987518: 2
2026-03-30 10:50:52 [ayvens.be] INFO: Extracting data for car ID: 1987518
2026-03-30 10:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f00721fc-9b25-5ba4-868f-70e1c4467dba with identifier: 1987518
2026-03-30 10:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f00721fc-9b25-5ba4-868f-70e1c4467dba with scrape type 2
2026-03-30 10:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f00721fc-9b25-5ba4-868f-70e1c4467dba with scrape type 2
2026-03-30 10:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f00721fc-9b25-5ba4-868f-70e1c4467dba, identifier: 1987518
2026-03-30 10:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f00721fc-9b25-5ba4-868f-70e1c4467dba with identifier: 1987518
2026-03-30 10:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f00721fc-9b25-5ba4-868f-70e1c4467dba with identifier: 1987518
2026-03-30 10:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f00721fc-9b25-5ba4-868f-70e1c4467dba with identifier: 1987518 to the API
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:52 [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': 3,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': 'f00721fc-9b25-5ba4-868f-70e1c4467dba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'BERLINGO',
'odometer': 76204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-09',
'seats_number': 2,
'seller_name': None,
'title': 'CITROAu2039N BERLINGO 1.5 BLUEHDI 100 XL HEAVY CONTROL',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 100 XL HEAVY CONTROL',
'vin': None,
'year': 2021}
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987518%27 HTTP/1.1" 200 None
2026-03-30 10:50:52 [ayvens.be] INFO: Saving data for 1987518: {'auction_closing_time': 1775037600.0, 'created_time': 1774651837.70768, 'last_price_update_time': 1774867852.736567}
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987518') HTTP/1.1" 204 0
2026-03-30 10:50:52 [ayvens.be] INFO: Found listing with ID: 1987519
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987519%27 HTTP/1.1" 200 None
2026-03-30 10:50:52 [ayvens.be] INFO: Scrape type for 1987519: 2
2026-03-30 10:50:52 [ayvens.be] INFO: Extracting data for car ID: 1987519
2026-03-30 10:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00cb7370-3542-5583-b55d-c5803eaae08c with identifier: 1987519
2026-03-30 10:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00cb7370-3542-5583-b55d-c5803eaae08c with scrape type 2
2026-03-30 10:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00cb7370-3542-5583-b55d-c5803eaae08c with scrape type 2
2026-03-30 10:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 00cb7370-3542-5583-b55d-c5803eaae08c, identifier: 1987519
2026-03-30 10:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 00cb7370-3542-5583-b55d-c5803eaae08c with identifier: 1987519
2026-03-30 10:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 00cb7370-3542-5583-b55d-c5803eaae08c with identifier: 1987519
2026-03-30 10:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 00cb7370-3542-5583-b55d-c5803eaae08c with identifier: 1987519 to the API
2026-03-30 10:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:53 [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': '00cb7370-3542-5583-b55d-c5803eaae08c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 58194,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-10',
'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-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987519%27 HTTP/1.1" 200 None
2026-03-30 10:50:53 [ayvens.be] INFO: Saving data for 1987519: {'auction_closing_time': 1775037600.0, 'created_time': 1774651833.335537, 'last_price_update_time': 1774867853.155603}
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987519') HTTP/1.1" 204 0
2026-03-30 10:50:53 [ayvens.be] INFO: Found listing with ID: 1987520
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987520%27 HTTP/1.1" 200 None
2026-03-30 10:50:53 [ayvens.be] INFO: Scrape type for 1987520: 2
2026-03-30 10:50:53 [ayvens.be] INFO: Extracting data for car ID: 1987520
2026-03-30 10:50:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e4fa914-a6aa-5ba8-b2a5-ae963bc0e254 with identifier: 1987520
2026-03-30 10:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e4fa914-a6aa-5ba8-b2a5-ae963bc0e254 with scrape type 2
2026-03-30 10:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e4fa914-a6aa-5ba8-b2a5-ae963bc0e254 with scrape type 2
2026-03-30 10:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1e4fa914-a6aa-5ba8-b2a5-ae963bc0e254, identifier: 1987520
2026-03-30 10:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1e4fa914-a6aa-5ba8-b2a5-ae963bc0e254 with identifier: 1987520
2026-03-30 10:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1e4fa914-a6aa-5ba8-b2a5-ae963bc0e254 with identifier: 1987520
2026-03-30 10:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1e4fa914-a6aa-5ba8-b2a5-ae963bc0e254 with identifier: 1987520 to the API
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:53 [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': '1e4fa914-a6aa-5ba8-b2a5-ae963bc0e254',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 56961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-17',
'seats_number': 1,
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 BHDI L2 HEAVY 75KW PRO 1 pl',
'transmission': 'manual',
'trim': '1.5 BHDI L2 HEAVY 75KW PRO 1 pl',
'vin': None,
'year': 2021}
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987520%27 HTTP/1.1" 200 None
2026-03-30 10:50:53 [ayvens.be] INFO: Saving data for 1987520: {'auction_closing_time': 1775037600.0, 'created_time': 1774651833.676392, 'last_price_update_time': 1774867853.564719}
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987520') HTTP/1.1" 204 0
2026-03-30 10:50:53 [ayvens.be] INFO: Found listing with ID: 1987521
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987521%27 HTTP/1.1" 200 None
2026-03-30 10:50:53 [ayvens.be] INFO: Scrape type for 1987521: 2
2026-03-30 10:50:53 [ayvens.be] INFO: Extracting data for car ID: 1987521
2026-03-30 10:50:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46fa5fdd-ef4f-5d89-96de-18b8b30f65d6 with identifier: 1987521
2026-03-30 10:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46fa5fdd-ef4f-5d89-96de-18b8b30f65d6 with scrape type 2
2026-03-30 10:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46fa5fdd-ef4f-5d89-96de-18b8b30f65d6 with scrape type 2
2026-03-30 10:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 46fa5fdd-ef4f-5d89-96de-18b8b30f65d6, identifier: 1987521
2026-03-30 10:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 46fa5fdd-ef4f-5d89-96de-18b8b30f65d6 with identifier: 1987521
2026-03-30 10:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 46fa5fdd-ef4f-5d89-96de-18b8b30f65d6 with identifier: 1987521
2026-03-30 10:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 46fa5fdd-ef4f-5d89-96de-18b8b30f65d6 with identifier: 1987521 to the API
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:53 [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': '46fa5fdd-ef4f-5d89-96de-18b8b30f65d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'BERLINGO',
'odometer': 73317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-23',
'seats_number': 1,
'seller_name': None,
'title': 'CITROAu2039N BERLINGO 1.5 BLUEHDI 100 XL HEAVY CLUB 1 pl',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 100 XL HEAVY CLUB 1 pl',
'vin': None,
'year': 2022}
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987521%27 HTTP/1.1" 200 None
2026-03-30 10:50:53 [ayvens.be] INFO: Saving data for 1987521: {'auction_closing_time': 1775037600.0, 'created_time': 1774651830.077387, 'last_price_update_time': 1774867853.945268}
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987521') HTTP/1.1" 204 0
2026-03-30 10:50:53 [ayvens.be] INFO: Found listing with ID: 1987522
2026-03-30 10:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987522%27 HTTP/1.1" 200 None
2026-03-30 10:50:53 [ayvens.be] INFO: Scrape type for 1987522: 2
2026-03-30 10:50:53 [ayvens.be] INFO: Extracting data for car ID: 1987522
2026-03-30 10:50:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83b30bf0-53ae-59c7-a658-2b724d4becc4 with identifier: 1987522
2026-03-30 10:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83b30bf0-53ae-59c7-a658-2b724d4becc4 with scrape type 2
2026-03-30 10:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83b30bf0-53ae-59c7-a658-2b724d4becc4 with scrape type 2
2026-03-30 10:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 83b30bf0-53ae-59c7-a658-2b724d4becc4, identifier: 1987522
2026-03-30 10:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 83b30bf0-53ae-59c7-a658-2b724d4becc4 with identifier: 1987522
2026-03-30 10:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 83b30bf0-53ae-59c7-a658-2b724d4becc4 with identifier: 1987522
2026-03-30 10:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 83b30bf0-53ae-59c7-a658-2b724d4becc4 with identifier: 1987522 to the API
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:54 [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': '83b30bf0-53ae-59c7-a658-2b724d4becc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 53848,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-14',
'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-30 10:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987522%27 HTTP/1.1" 200 None
2026-03-30 10:50:54 [ayvens.be] INFO: Saving data for 1987522: {'auction_closing_time': 1775037600.0, 'created_time': 1774651828.958688, 'last_price_update_time': 1774867854.384374}
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987522') HTTP/1.1" 204 0
2026-03-30 10:50:54 [ayvens.be] INFO: Found listing with ID: 1987523
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987523%27 HTTP/1.1" 200 None
2026-03-30 10:50:54 [ayvens.be] INFO: Scrape type for 1987523: 2
2026-03-30 10:50:54 [ayvens.be] INFO: Extracting data for car ID: 1987523
2026-03-30 10:50:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62812f4b-78b2-5ecd-b7ec-a0a40c2f3765 with identifier: 1987523
2026-03-30 10:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62812f4b-78b2-5ecd-b7ec-a0a40c2f3765 with scrape type 2
2026-03-30 10:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62812f4b-78b2-5ecd-b7ec-a0a40c2f3765 with scrape type 2
2026-03-30 10:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 62812f4b-78b2-5ecd-b7ec-a0a40c2f3765, identifier: 1987523
2026-03-30 10:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 62812f4b-78b2-5ecd-b7ec-a0a40c2f3765 with identifier: 1987523
2026-03-30 10:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 62812f4b-78b2-5ecd-b7ec-a0a40c2f3765 with identifier: 1987523
2026-03-30 10:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 62812f4b-78b2-5ecd-b7ec-a0a40c2f3765 with identifier: 1987523 to the API
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:54 [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': 3,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '62812f4b-78b2-5ecd-b7ec-a0a40c2f3765',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 61204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-14',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 CONFORT',
'transmission': 'manual',
'trim': '1.5 BLUE DCI 95 CONFORT',
'vin': None,
'year': 2020}
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987523%27 HTTP/1.1" 200 None
2026-03-30 10:50:54 [ayvens.be] INFO: Saving data for 1987523: {'auction_closing_time': 1775037600.0, 'created_time': 1774651828.477511, 'last_price_update_time': 1774867854.795536}
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987523') HTTP/1.1" 204 0
2026-03-30 10:50:54 [ayvens.be] INFO: Found listing with ID: 1987524
2026-03-30 10:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987524%27 HTTP/1.1" 200 None
2026-03-30 10:50:54 [ayvens.be] INFO: Scrape type for 1987524: 2
2026-03-30 10:50:54 [ayvens.be] INFO: Extracting data for car ID: 1987524
2026-03-30 10:50:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d00f00e3-e700-5485-91e9-0c747fbd89d9 with identifier: 1987524
2026-03-30 10:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d00f00e3-e700-5485-91e9-0c747fbd89d9 with scrape type 2
2026-03-30 10:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d00f00e3-e700-5485-91e9-0c747fbd89d9 with scrape type 2
2026-03-30 10:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d00f00e3-e700-5485-91e9-0c747fbd89d9, identifier: 1987524
2026-03-30 10:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d00f00e3-e700-5485-91e9-0c747fbd89d9 with identifier: 1987524
2026-03-30 10:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d00f00e3-e700-5485-91e9-0c747fbd89d9 with identifier: 1987524
2026-03-30 10:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d00f00e3-e700-5485-91e9-0c747fbd89d9 with identifier: 1987524 to the API
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:55 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': 'd00f00e3-e700-5485-91e9-0c747fbd89d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 105405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-12',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2019}
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987524%27 HTTP/1.1" 200 None
2026-03-30 10:50:55 [ayvens.be] INFO: Saving data for 1987524: {'auction_closing_time': 1775037600.0, 'created_time': 1774651828.104769, 'last_price_update_time': 1774867855.182719}
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987524') HTTP/1.1" 204 0
2026-03-30 10:50:55 [ayvens.be] INFO: Found listing with ID: 1987525
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987525%27 HTTP/1.1" 200 None
2026-03-30 10:50:55 [ayvens.be] INFO: Scrape type for 1987525: 2
2026-03-30 10:50:55 [ayvens.be] INFO: Extracting data for car ID: 1987525
2026-03-30 10:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f75286-e4af-5f26-af67-1083541d5b3c with identifier: 1987525
2026-03-30 10:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f75286-e4af-5f26-af67-1083541d5b3c with scrape type 2
2026-03-30 10:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f75286-e4af-5f26-af67-1083541d5b3c with scrape type 2
2026-03-30 10:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d1f75286-e4af-5f26-af67-1083541d5b3c, identifier: 1987525
2026-03-30 10:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d1f75286-e4af-5f26-af67-1083541d5b3c with identifier: 1987525
2026-03-30 10:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d1f75286-e4af-5f26-af67-1083541d5b3c with identifier: 1987525
2026-03-30 10:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d1f75286-e4af-5f26-af67-1083541d5b3c with identifier: 1987525 to the API
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:55 [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': 'd1f75286-e4af-5f26-af67-1083541d5b3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 116331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-10',
'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': 2020}
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987525%27 HTTP/1.1" 200 None
2026-03-30 10:50:55 [ayvens.be] INFO: Saving data for 1987525: {'auction_closing_time': 1775037600.0, 'created_time': 1774651827.699172, 'last_price_update_time': 1774867855.704718}
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987525') HTTP/1.1" 204 0
2026-03-30 10:50:55 [ayvens.be] INFO: Found listing with ID: 1987526
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987526%27 HTTP/1.1" 200 None
2026-03-30 10:50:55 [ayvens.be] INFO: Scrape type for 1987526: 2
2026-03-30 10:50:55 [ayvens.be] INFO: Extracting data for car ID: 1987526
2026-03-30 10:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44e5ac17-6468-5027-87a7-a95975e2b78e with identifier: 1987526
2026-03-30 10:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44e5ac17-6468-5027-87a7-a95975e2b78e with scrape type 2
2026-03-30 10:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44e5ac17-6468-5027-87a7-a95975e2b78e with scrape type 2
2026-03-30 10:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 44e5ac17-6468-5027-87a7-a95975e2b78e, identifier: 1987526
2026-03-30 10:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 44e5ac17-6468-5027-87a7-a95975e2b78e with identifier: 1987526
2026-03-30 10:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 44e5ac17-6468-5027-87a7-a95975e2b78e with identifier: 1987526
2026-03-30 10:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 44e5ac17-6468-5027-87a7-a95975e2b78e with identifier: 1987526 to the API
2026-03-30 10:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:56 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '44e5ac17-6468-5027-87a7-a95975e2b78e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 99303,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-31',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS MAXI DIESEL Lot 1.3 RENAULT KANGOO EXPRESS '
'Maxi 1.5 dCi Blue Confort',
'transmission': 'manual',
'trim': 'Lot 1.3 RENAULT KANGOO EXPRESS Maxi 1.5 dCi Blue Confort',
'vin': None,
'year': 2020}
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987526%27 HTTP/1.1" 200 None
2026-03-30 10:50:56 [ayvens.be] INFO: Saving data for 1987526: {'auction_closing_time': 1775037600.0, 'created_time': 1774651826.244131, 'last_price_update_time': 1774867856.115587}
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987526') HTTP/1.1" 204 0
2026-03-30 10:50:56 [ayvens.be] INFO: Found listing with ID: 1987527
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987527%27 HTTP/1.1" 200 None
2026-03-30 10:50:56 [ayvens.be] INFO: Scrape type for 1987527: 2
2026-03-30 10:50:56 [ayvens.be] INFO: Extracting data for car ID: 1987527
2026-03-30 10:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ad8eda-4aa3-588c-a141-b800f400eb2c with identifier: 1987527
2026-03-30 10:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ad8eda-4aa3-588c-a141-b800f400eb2c with scrape type 2
2026-03-30 10:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18ad8eda-4aa3-588c-a141-b800f400eb2c with scrape type 2
2026-03-30 10:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 18ad8eda-4aa3-588c-a141-b800f400eb2c, identifier: 1987527
2026-03-30 10:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 18ad8eda-4aa3-588c-a141-b800f400eb2c with identifier: 1987527
2026-03-30 10:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 18ad8eda-4aa3-588c-a141-b800f400eb2c with identifier: 1987527
2026-03-30 10:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 18ad8eda-4aa3-588c-a141-b800f400eb2c with identifier: 1987527 to the API
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:56 [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': '18ad8eda-4aa3-588c-a141-b800f400eb2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 8964,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'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': 2022}
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987527%27 HTTP/1.1" 200 None
2026-03-30 10:50:56 [ayvens.be] INFO: Saving data for 1987527: {'auction_closing_time': 1775037600.0, 'created_time': 1774651844.726754, 'last_price_update_time': 1774867856.50505}
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987527') HTTP/1.1" 204 0
2026-03-30 10:50:56 [ayvens.be] INFO: Found listing with ID: 1987528
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987528%27 HTTP/1.1" 200 None
2026-03-30 10:50:56 [ayvens.be] INFO: Scrape type for 1987528: 2
2026-03-30 10:50:56 [ayvens.be] INFO: Extracting data for car ID: 1987528
2026-03-30 10:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b4d6b07-7dd1-5624-a383-50316d7e6b31 with identifier: 1987528
2026-03-30 10:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b4d6b07-7dd1-5624-a383-50316d7e6b31 with scrape type 2
2026-03-30 10:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b4d6b07-7dd1-5624-a383-50316d7e6b31 with scrape type 2
2026-03-30 10:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8b4d6b07-7dd1-5624-a383-50316d7e6b31, identifier: 1987528
2026-03-30 10:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8b4d6b07-7dd1-5624-a383-50316d7e6b31 with identifier: 1987528
2026-03-30 10:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8b4d6b07-7dd1-5624-a383-50316d7e6b31 with identifier: 1987528
2026-03-30 10:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8b4d6b07-7dd1-5624-a383-50316d7e6b31 with identifier: 1987528 to the API
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:56 [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': 3,
'engine': '1.5L',
'expiration_date': '2026-04-01T10:00:00Z',
'fuel_type': 'diesel',
'id': '8b4d6b07-7dd1-5624-a383-50316d7e6b31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41106',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'BERLINGO',
'odometer': 56557,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-07',
'seats_number': 1,
'seller_name': None,
'title': 'CITROAu2039N BERLINGO 1.5 BLUEHDI 100 XL HEAVY CONTROL 1 pl',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 100 XL HEAVY CONTROL 1 pl',
'vin': None,
'year': 2021}
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271987528%27 HTTP/1.1" 200 None
2026-03-30 10:50:56 [ayvens.be] INFO: Saving data for 1987528: {'auction_closing_time': 1775037600.0, 'created_time': 1774651842.447339, 'last_price_update_time': 1774867856.976197}
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1987528') HTTP/1.1" 204 0
2026-03-30 10:50:56 [ayvens.be] INFO: Found listing with ID: 1986030
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986030%27 HTTP/1.1" 200 None
2026-03-30 10:50:57 [ayvens.be] INFO: Scrape type for 1986030: 2
2026-03-30 10:50:57 [ayvens.be] INFO: Extracting data for car ID: 1986030
2026-03-30 10:50:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with identifier: 1986030
2026-03-30 10:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with scrape type 2
2026-03-30 10:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with scrape type 2
2026-03-30 10:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bef7e0b6-b1d5-5839-a4f0-59265aa25b31, identifier: 1986030
2026-03-30 10:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with identifier: 1986030
2026-03-30 10:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with identifier: 1986030
2026-03-30 10:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bef7e0b6-b1d5-5839-a4f0-59265aa25b31 with identifier: 1986030 to the API
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:57 [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': 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': 0,
'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-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986030%27 HTTP/1.1" 200 None
2026-03-30 10:50:57 [ayvens.be] INFO: Saving data for 1986030: {'auction_closing_time': 1775028600.0, 'created_time': 1774565134.638848, 'last_price_update_time': 1774867857.393322}
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986030') HTTP/1.1" 204 0
2026-03-30 10:50:57 [ayvens.be] INFO: Found listing with ID: 1986031
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986031%27 HTTP/1.1" 200 None
2026-03-30 10:50:57 [ayvens.be] INFO: Scrape type for 1986031: 2
2026-03-30 10:50:57 [ayvens.be] INFO: Extracting data for car ID: 1986031
2026-03-30 10:50:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8c10ba7-dcda-584c-b6d0-87c4bf987176 with identifier: 1986031
2026-03-30 10:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8c10ba7-dcda-584c-b6d0-87c4bf987176 with scrape type 2
2026-03-30 10:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8c10ba7-dcda-584c-b6d0-87c4bf987176 with scrape type 2
2026-03-30 10:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f8c10ba7-dcda-584c-b6d0-87c4bf987176, identifier: 1986031
2026-03-30 10:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f8c10ba7-dcda-584c-b6d0-87c4bf987176 with identifier: 1986031
2026-03-30 10:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f8c10ba7-dcda-584c-b6d0-87c4bf987176 with identifier: 1986031
2026-03-30 10:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f8c10ba7-dcda-584c-b6d0-87c4bf987176 with identifier: 1986031 to the API
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:57 [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': 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': 0,
'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-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986031%27 HTTP/1.1" 200 None
2026-03-30 10:50:57 [ayvens.be] INFO: Saving data for 1986031: {'auction_closing_time': 1775028600.0, 'created_time': 1774565140.133907, 'last_price_update_time': 1774867857.810106}
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986031') HTTP/1.1" 204 0
2026-03-30 10:50:57 [ayvens.be] INFO: Found listing with ID: 1986032
2026-03-30 10:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986032%27 HTTP/1.1" 200 None
2026-03-30 10:50:57 [ayvens.be] INFO: Scrape type for 1986032: 2
2026-03-30 10:50:57 [ayvens.be] INFO: Extracting data for car ID: 1986032
2026-03-30 10:50:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with identifier: 1986032
2026-03-30 10:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with scrape type 2
2026-03-30 10:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with scrape type 2
2026-03-30 10:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8, identifier: 1986032
2026-03-30 10:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with identifier: 1986032
2026-03-30 10:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with identifier: 1986032
2026-03-30 10:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2cb1b635-e8bd-5d2b-b2e9-f8ab404a9da8 with identifier: 1986032 to the API
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:58 [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': 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': 0,
'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-30 10:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986032%27 HTTP/1.1" 200 None
2026-03-30 10:50:58 [ayvens.be] INFO: Saving data for 1986032: {'auction_closing_time': 1775028600.0, 'created_time': 1774565137.768081, 'last_price_update_time': 1774867858.249489}
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986032') HTTP/1.1" 204 0
2026-03-30 10:50:58 [ayvens.be] INFO: Found listing with ID: 1986033
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986033%27 HTTP/1.1" 200 None
2026-03-30 10:50:58 [ayvens.be] INFO: Scrape type for 1986033: 2
2026-03-30 10:50:58 [ayvens.be] INFO: Extracting data for car ID: 1986033
2026-03-30 10:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d534795d-7047-5bbb-884f-a5faa15342d5 with identifier: 1986033
2026-03-30 10:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d534795d-7047-5bbb-884f-a5faa15342d5 with scrape type 2
2026-03-30 10:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d534795d-7047-5bbb-884f-a5faa15342d5 with scrape type 2
2026-03-30 10:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d534795d-7047-5bbb-884f-a5faa15342d5, identifier: 1986033
2026-03-30 10:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d534795d-7047-5bbb-884f-a5faa15342d5 with identifier: 1986033
2026-03-30 10:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d534795d-7047-5bbb-884f-a5faa15342d5 with identifier: 1986033
2026-03-30 10:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d534795d-7047-5bbb-884f-a5faa15342d5 with identifier: 1986033 to the API
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:50:58 [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': 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': 0,
'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-30 10:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986033%27 HTTP/1.1" 200 None
2026-03-30 10:50:58 [ayvens.be] INFO: Saving data for 1986033: {'auction_closing_time': 1775028600.0, 'created_time': 1774565138.457957, 'last_price_update_time': 1774867858.659922}
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986033') HTTP/1.1" 204 0
2026-03-30 10:50:58 [ayvens.be] INFO: Found listing with ID: 1986034
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986034%27 HTTP/1.1" 200 None
2026-03-30 10:50:58 [ayvens.be] INFO: Scrape type for 1986034: 2
2026-03-30 10:50:58 [ayvens.be] INFO: Extracting data for car ID: 1986034
2026-03-30 10:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with identifier: 1986034
2026-03-30 10:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with scrape type 2
2026-03-30 10:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with scrape type 2
2026-03-30 10:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0, identifier: 1986034
2026-03-30 10:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with identifier: 1986034
2026-03-30 10:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with identifier: 1986034
2026-03-30 10:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 274ec52a-7bd4-5d37-b9e6-692b9194f3b0 with identifier: 1986034 to the API
2026-03-30 10:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:59 [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': 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': 0,
'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-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986034%27 HTTP/1.1" 200 None
2026-03-30 10:50:59 [ayvens.be] INFO: Saving data for 1986034: {'auction_closing_time': 1775028600.0, 'created_time': 1774565141.238941, 'last_price_update_time': 1774867859.141623}
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986034') HTTP/1.1" 204 0
2026-03-30 10:50:59 [ayvens.be] INFO: Found listing with ID: 1986035
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986035%27 HTTP/1.1" 200 None
2026-03-30 10:50:59 [ayvens.be] INFO: Scrape type for 1986035: 2
2026-03-30 10:50:59 [ayvens.be] INFO: Extracting data for car ID: 1986035
2026-03-30 10:50:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 989f5ad8-eedf-5233-b3f7-d3719562d97e with identifier: 1986035
2026-03-30 10:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989f5ad8-eedf-5233-b3f7-d3719562d97e with scrape type 2
2026-03-30 10:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 989f5ad8-eedf-5233-b3f7-d3719562d97e with scrape type 2
2026-03-30 10:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 989f5ad8-eedf-5233-b3f7-d3719562d97e, identifier: 1986035
2026-03-30 10:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 989f5ad8-eedf-5233-b3f7-d3719562d97e with identifier: 1986035
2026-03-30 10:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 989f5ad8-eedf-5233-b3f7-d3719562d97e with identifier: 1986035
2026-03-30 10:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 989f5ad8-eedf-5233-b3f7-d3719562d97e with identifier: 1986035 to the API
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:59 [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': 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': 0,
'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-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986035%27 HTTP/1.1" 200 None
2026-03-30 10:50:59 [ayvens.be] INFO: Saving data for 1986035: {'auction_closing_time': 1775028600.0, 'created_time': 1774565142.827526, 'last_price_update_time': 1774867859.580837}
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986035') HTTP/1.1" 204 0
2026-03-30 10:50:59 [ayvens.be] INFO: Found listing with ID: 1986036
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986036%27 HTTP/1.1" 200 None
2026-03-30 10:50:59 [ayvens.be] INFO: Scrape type for 1986036: 2
2026-03-30 10:50:59 [ayvens.be] INFO: Extracting data for car ID: 1986036
2026-03-30 10:50:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9c31b26-dc78-56c7-b825-76271aa2099c with identifier: 1986036
2026-03-30 10:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9c31b26-dc78-56c7-b825-76271aa2099c with scrape type 2
2026-03-30 10:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9c31b26-dc78-56c7-b825-76271aa2099c with scrape type 2
2026-03-30 10:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c9c31b26-dc78-56c7-b825-76271aa2099c, identifier: 1986036
2026-03-30 10:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c9c31b26-dc78-56c7-b825-76271aa2099c with identifier: 1986036
2026-03-30 10:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c9c31b26-dc78-56c7-b825-76271aa2099c with identifier: 1986036
2026-03-30 10:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c9c31b26-dc78-56c7-b825-76271aa2099c with identifier: 1986036 to the API
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:50:59 [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': 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': 0,
'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-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986036%27 HTTP/1.1" 200 None
2026-03-30 10:50:59 [ayvens.be] INFO: Saving data for 1986036: {'auction_closing_time': 1775028600.0, 'created_time': 1774565145.033028, 'last_price_update_time': 1774867859.984165}
2026-03-30 10:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986036') HTTP/1.1" 204 0
2026-03-30 10:51:00 [ayvens.be] INFO: Found listing with ID: 1986037
2026-03-30 10:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986037%27 HTTP/1.1" 200 None
2026-03-30 10:51:00 [ayvens.be] INFO: Scrape type for 1986037: 2
2026-03-30 10:51:00 [ayvens.be] INFO: Extracting data for car ID: 1986037
2026-03-30 10:51:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c7d428a-e542-54a6-9d6b-4241d510c1db with identifier: 1986037
2026-03-30 10:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c7d428a-e542-54a6-9d6b-4241d510c1db with scrape type 2
2026-03-30 10:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c7d428a-e542-54a6-9d6b-4241d510c1db with scrape type 2
2026-03-30 10:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8c7d428a-e542-54a6-9d6b-4241d510c1db, identifier: 1986037
2026-03-30 10:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8c7d428a-e542-54a6-9d6b-4241d510c1db with identifier: 1986037
2026-03-30 10:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8c7d428a-e542-54a6-9d6b-4241d510c1db with identifier: 1986037
2026-03-30 10:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8c7d428a-e542-54a6-9d6b-4241d510c1db with identifier: 1986037 to the API
2026-03-30 10:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:00 [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': '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': 0,
'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-30 10:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986037%27 HTTP/1.1" 200 None
2026-03-30 10:51:00 [ayvens.be] INFO: Saving data for 1986037: {'auction_closing_time': 1775028600.0, 'created_time': 1774565146.082988, 'last_price_update_time': 1774867860.746425}
2026-03-30 10:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986037') HTTP/1.1" 204 0
2026-03-30 10:51:00 [ayvens.be] INFO: Found listing with ID: 1986038
2026-03-30 10:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986038%27 HTTP/1.1" 200 None
2026-03-30 10:51:00 [ayvens.be] INFO: Scrape type for 1986038: 2
2026-03-30 10:51:00 [ayvens.be] INFO: Extracting data for car ID: 1986038
2026-03-30 10:51:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a785095c-c896-5b3b-9fac-f87b2e173115 with identifier: 1986038
2026-03-30 10:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a785095c-c896-5b3b-9fac-f87b2e173115 with scrape type 2
2026-03-30 10:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a785095c-c896-5b3b-9fac-f87b2e173115 with scrape type 2
2026-03-30 10:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a785095c-c896-5b3b-9fac-f87b2e173115, identifier: 1986038
2026-03-30 10:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a785095c-c896-5b3b-9fac-f87b2e173115 with identifier: 1986038
2026-03-30 10:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a785095c-c896-5b3b-9fac-f87b2e173115 with identifier: 1986038
2026-03-30 10:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a785095c-c896-5b3b-9fac-f87b2e173115 with identifier: 1986038 to the API
2026-03-30 10:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:01 [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': 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': 0,
'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-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986038%27 HTTP/1.1" 200 None
2026-03-30 10:51:01 [ayvens.be] INFO: Saving data for 1986038: {'auction_closing_time': 1775028600.0, 'created_time': 1774565147.428513, 'last_price_update_time': 1774867861.142202}
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986038') HTTP/1.1" 204 0
2026-03-30 10:51:01 [ayvens.be] INFO: Found listing with ID: 1986039
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986039%27 HTTP/1.1" 200 None
2026-03-30 10:51:01 [ayvens.be] INFO: Scrape type for 1986039: 2
2026-03-30 10:51:01 [ayvens.be] INFO: Extracting data for car ID: 1986039
2026-03-30 10:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8b13729-051a-5f0f-82ed-76c5c3e0e89b with identifier: 1986039
2026-03-30 10:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b with scrape type 2
2026-03-30 10:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8b13729-051a-5f0f-82ed-76c5c3e0e89b with scrape type 2
2026-03-30 10:51:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8b13729-051a-5f0f-82ed-76c5c3e0e89b, identifier: 1986039
2026-03-30 10:51:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8b13729-051a-5f0f-82ed-76c5c3e0e89b with identifier: 1986039
2026-03-30 10:51:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8b13729-051a-5f0f-82ed-76c5c3e0e89b with identifier: 1986039
2026-03-30 10:51:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8b13729-051a-5f0f-82ed-76c5c3e0e89b with identifier: 1986039 to the API
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:01 [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': 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': 0,
'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-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986039%27 HTTP/1.1" 200 None
2026-03-30 10:51:01 [ayvens.be] INFO: Saving data for 1986039: {'auction_closing_time': 1775028600.0, 'created_time': 1774565148.890421, 'last_price_update_time': 1774867861.543352}
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986039') HTTP/1.1" 204 0
2026-03-30 10:51:01 [ayvens.be] INFO: Found listing with ID: 1986040
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986040%27 HTTP/1.1" 200 None
2026-03-30 10:51:01 [ayvens.be] INFO: Scrape type for 1986040: 2
2026-03-30 10:51:01 [ayvens.be] INFO: Extracting data for car ID: 1986040
2026-03-30 10:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7d88768-9bf6-5f29-90de-1b51ec377c95 with identifier: 1986040
2026-03-30 10:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7d88768-9bf6-5f29-90de-1b51ec377c95 with scrape type 2
2026-03-30 10:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7d88768-9bf6-5f29-90de-1b51ec377c95 with scrape type 2
2026-03-30 10:51:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b7d88768-9bf6-5f29-90de-1b51ec377c95, identifier: 1986040
2026-03-30 10:51:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b7d88768-9bf6-5f29-90de-1b51ec377c95 with identifier: 1986040
2026-03-30 10:51:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b7d88768-9bf6-5f29-90de-1b51ec377c95 with identifier: 1986040
2026-03-30 10:51:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b7d88768-9bf6-5f29-90de-1b51ec377c95 with identifier: 1986040 to the API
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:01 [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': 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': 0,
'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-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986040%27 HTTP/1.1" 200 None
2026-03-30 10:51:01 [ayvens.be] INFO: Saving data for 1986040: {'auction_closing_time': 1775028600.0, 'created_time': 1774565150.63926, 'last_price_update_time': 1774867861.972801}
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986040') HTTP/1.1" 204 0
2026-03-30 10:51:01 [ayvens.be] INFO: Found listing with ID: 1986041
2026-03-30 10:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:02 [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-30 10:51:02 [ayvens.be] INFO: Scrape type for 1986041: 2
2026-03-30 10:51:02 [ayvens.be] INFO: Extracting data for car ID: 1986041
2026-03-30 10:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 773e2031-4730-5eec-ada3-05f112376a35 with identifier: 1986041
2026-03-30 10:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773e2031-4730-5eec-ada3-05f112376a35 with scrape type 2
2026-03-30 10:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 773e2031-4730-5eec-ada3-05f112376a35 with scrape type 2
2026-03-30 10:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 773e2031-4730-5eec-ada3-05f112376a35, identifier: 1986041
2026-03-30 10:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 773e2031-4730-5eec-ada3-05f112376a35 with identifier: 1986041
2026-03-30 10:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 773e2031-4730-5eec-ada3-05f112376a35 with identifier: 1986041
2026-03-30 10:51:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 773e2031-4730-5eec-ada3-05f112376a35 with identifier: 1986041 to the API
2026-03-30 10:51:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:02 [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': 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': 0,
'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-30 10:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:02 [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-30 10:51:02 [ayvens.be] INFO: Saving data for 1986041: {'auction_closing_time': 1775028600.0, 'created_time': 1774565152.544676, 'last_price_update_time': 1774867862.377809}
2026-03-30 10:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986041') HTTP/1.1" 204 0
2026-03-30 10:51:02 [ayvens.be] INFO: Found listing with ID: 1986042
2026-03-30 10:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:02 [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-30 10:51:02 [ayvens.be] INFO: Scrape type for 1986042: 2
2026-03-30 10:51:02 [ayvens.be] INFO: Extracting data for car ID: 1986042
2026-03-30 10:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with identifier: 1986042
2026-03-30 10:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with scrape type 2
2026-03-30 10:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with scrape type 2
2026-03-30 10:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed, identifier: 1986042
2026-03-30 10:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with identifier: 1986042
2026-03-30 10:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with identifier: 1986042
2026-03-30 10:51:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1a1e8f7a-cfd5-5e93-972a-c31d8d2ba8ed with identifier: 1986042 to the API
2026-03-30 10:51:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:02 [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': 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': 0,
'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-30 10:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:02 [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-30 10:51:02 [ayvens.be] INFO: Saving data for 1986042: {'auction_closing_time': 1775028600.0, 'created_time': 1774565153.697382, 'last_price_update_time': 1774867862.952134}
2026-03-30 10:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986042') HTTP/1.1" 204 0
2026-03-30 10:51:02 [ayvens.be] INFO: Found listing with ID: 1986043
2026-03-30 10:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:02 [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-30 10:51:02 [ayvens.be] INFO: Scrape type for 1986043: 2
2026-03-30 10:51:02 [ayvens.be] INFO: Extracting data for car ID: 1986043
2026-03-30 10:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a75d91fb-83ba-554c-931a-fd5238a3de47 with identifier: 1986043
2026-03-30 10:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a75d91fb-83ba-554c-931a-fd5238a3de47 with scrape type 2
2026-03-30 10:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a75d91fb-83ba-554c-931a-fd5238a3de47 with scrape type 2
2026-03-30 10:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a75d91fb-83ba-554c-931a-fd5238a3de47, identifier: 1986043
2026-03-30 10:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a75d91fb-83ba-554c-931a-fd5238a3de47 with identifier: 1986043
2026-03-30 10:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a75d91fb-83ba-554c-931a-fd5238a3de47 with identifier: 1986043
2026-03-30 10:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a75d91fb-83ba-554c-931a-fd5238a3de47 with identifier: 1986043 to the API
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:03 [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': 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': 0,
'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-30 10:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986043%27 HTTP/1.1" 200 None
2026-03-30 10:51:03 [ayvens.be] INFO: Saving data for 1986043: {'auction_closing_time': 1775028600.0, 'created_time': 1774565155.759483, 'last_price_update_time': 1774867863.356526}
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986043') HTTP/1.1" 204 0
2026-03-30 10:51:03 [ayvens.be] INFO: Found listing with ID: 1986044
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986044%27 HTTP/1.1" 200 None
2026-03-30 10:51:03 [ayvens.be] INFO: Scrape type for 1986044: 2
2026-03-30 10:51:03 [ayvens.be] INFO: Extracting data for car ID: 1986044
2026-03-30 10:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d16ce74-aed5-5916-80bb-e5a1ac156184 with identifier: 1986044
2026-03-30 10:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d16ce74-aed5-5916-80bb-e5a1ac156184 with scrape type 2
2026-03-30 10:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d16ce74-aed5-5916-80bb-e5a1ac156184 with scrape type 2
2026-03-30 10:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7d16ce74-aed5-5916-80bb-e5a1ac156184, identifier: 1986044
2026-03-30 10:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7d16ce74-aed5-5916-80bb-e5a1ac156184 with identifier: 1986044
2026-03-30 10:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7d16ce74-aed5-5916-80bb-e5a1ac156184 with identifier: 1986044
2026-03-30 10:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7d16ce74-aed5-5916-80bb-e5a1ac156184 with identifier: 1986044 to the API
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:03 [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': 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': 0,
'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-30 10:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986044%27 HTTP/1.1" 200 None
2026-03-30 10:51:03 [ayvens.be] INFO: Saving data for 1986044: {'auction_closing_time': 1775028600.0, 'created_time': 1774565157.404658, 'last_price_update_time': 1774867863.766072}
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986044') HTTP/1.1" 204 0
2026-03-30 10:51:03 [ayvens.be] INFO: Found listing with ID: 1986045
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986045%27 HTTP/1.1" 200 None
2026-03-30 10:51:03 [ayvens.be] INFO: Scrape type for 1986045: 2
2026-03-30 10:51:03 [ayvens.be] INFO: Extracting data for car ID: 1986045
2026-03-30 10:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d010e538-ecc5-5d8b-87d0-d392c7fd8842 with identifier: 1986045
2026-03-30 10:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d010e538-ecc5-5d8b-87d0-d392c7fd8842 with scrape type 2
2026-03-30 10:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d010e538-ecc5-5d8b-87d0-d392c7fd8842 with scrape type 2
2026-03-30 10:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d010e538-ecc5-5d8b-87d0-d392c7fd8842, identifier: 1986045
2026-03-30 10:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d010e538-ecc5-5d8b-87d0-d392c7fd8842 with identifier: 1986045
2026-03-30 10:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d010e538-ecc5-5d8b-87d0-d392c7fd8842 with identifier: 1986045
2026-03-30 10:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d010e538-ecc5-5d8b-87d0-d392c7fd8842 with identifier: 1986045 to the API
2026-03-30 10:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:04 [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': 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': 0,
'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-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986045%27 HTTP/1.1" 200 None
2026-03-30 10:51:04 [ayvens.be] INFO: Saving data for 1986045: {'auction_closing_time': 1775028600.0, 'created_time': 1774565159.237657, 'last_price_update_time': 1774867864.168189}
2026-03-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986045') HTTP/1.1" 204 0
2026-03-30 10:51:04 [ayvens.be] INFO: Found listing with ID: 1986046
2026-03-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986046%27 HTTP/1.1" 200 None
2026-03-30 10:51:04 [ayvens.be] INFO: Scrape type for 1986046: 2
2026-03-30 10:51:04 [ayvens.be] INFO: Extracting data for car ID: 1986046
2026-03-30 10:51:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c32ddf75-f711-5d8e-88f4-e2a8637663cd with identifier: 1986046
2026-03-30 10:51:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c32ddf75-f711-5d8e-88f4-e2a8637663cd with scrape type 2
2026-03-30 10:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c32ddf75-f711-5d8e-88f4-e2a8637663cd with scrape type 2
2026-03-30 10:51:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c32ddf75-f711-5d8e-88f4-e2a8637663cd, identifier: 1986046
2026-03-30 10:51:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c32ddf75-f711-5d8e-88f4-e2a8637663cd with identifier: 1986046
2026-03-30 10:51:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c32ddf75-f711-5d8e-88f4-e2a8637663cd with identifier: 1986046
2026-03-30 10:51:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c32ddf75-f711-5d8e-88f4-e2a8637663cd with identifier: 1986046 to the API
2026-03-30 10:51:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:04 [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': 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': 0,
'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-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986046%27 HTTP/1.1" 200 None
2026-03-30 10:51:04 [ayvens.be] INFO: Saving data for 1986046: {'auction_closing_time': 1775028600.0, 'created_time': 1774565161.143158, 'last_price_update_time': 1774867864.569041}
2026-03-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986046') HTTP/1.1" 204 0
2026-03-30 10:51:04 [ayvens.be] INFO: Found listing with ID: 1986047
2026-03-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986047%27 HTTP/1.1" 200 None
2026-03-30 10:51:04 [ayvens.be] INFO: Scrape type for 1986047: 2
2026-03-30 10:51:04 [ayvens.be] INFO: Extracting data for car ID: 1986047
2026-03-30 10:51:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c35c4e19-ff8a-52ec-beab-c502dd7d84cf with identifier: 1986047
2026-03-30 10:51:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf with scrape type 2
2026-03-30 10:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c35c4e19-ff8a-52ec-beab-c502dd7d84cf with scrape type 2
2026-03-30 10:51:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c35c4e19-ff8a-52ec-beab-c502dd7d84cf, identifier: 1986047
2026-03-30 10:51:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c35c4e19-ff8a-52ec-beab-c502dd7d84cf with identifier: 1986047
2026-03-30 10:51:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c35c4e19-ff8a-52ec-beab-c502dd7d84cf with identifier: 1986047
2026-03-30 10:51:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c35c4e19-ff8a-52ec-beab-c502dd7d84cf with identifier: 1986047 to the API
2026-03-30 10:51:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986047%27 HTTP/1.1" 200 None
2026-03-30 10:51:05 [ayvens.be] INFO: Saving data for 1986047: {'auction_closing_time': 1775028600.0, 'created_time': 1774565162.216637, 'last_price_update_time': 1774867865.002366}
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986047') HTTP/1.1" 204 0
2026-03-30 10:51:05 [ayvens.be] INFO: Found listing with ID: 1986048
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986048%27 HTTP/1.1" 200 None
2026-03-30 10:51:05 [ayvens.be] INFO: Scrape type for 1986048: 2
2026-03-30 10:51:05 [ayvens.be] INFO: Extracting data for car ID: 1986048
2026-03-30 10:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1077883c-b0c1-5767-992f-d0213ab4e1c7 with identifier: 1986048
2026-03-30 10:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1077883c-b0c1-5767-992f-d0213ab4e1c7 with scrape type 2
2026-03-30 10:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1077883c-b0c1-5767-992f-d0213ab4e1c7 with scrape type 2
2026-03-30 10:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1077883c-b0c1-5767-992f-d0213ab4e1c7, identifier: 1986048
2026-03-30 10:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1077883c-b0c1-5767-992f-d0213ab4e1c7 with identifier: 1986048
2026-03-30 10:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1077883c-b0c1-5767-992f-d0213ab4e1c7 with identifier: 1986048
2026-03-30 10:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1077883c-b0c1-5767-992f-d0213ab4e1c7 with identifier: 1986048 to the API
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:05 [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': 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': 0,
'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-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986048%27 HTTP/1.1" 200 None
2026-03-30 10:51:05 [ayvens.be] INFO: Saving data for 1986048: {'auction_closing_time': 1775028600.0, 'created_time': 1774565164.968467, 'last_price_update_time': 1774867865.522021}
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986048') HTTP/1.1" 204 0
2026-03-30 10:51:05 [ayvens.be] INFO: Found listing with ID: 1986049
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986049%27 HTTP/1.1" 200 None
2026-03-30 10:51:05 [ayvens.be] INFO: Scrape type for 1986049: 2
2026-03-30 10:51:05 [ayvens.be] INFO: Extracting data for car ID: 1986049
2026-03-30 10:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with identifier: 1986049
2026-03-30 10:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with scrape type 2
2026-03-30 10:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with scrape type 2
2026-03-30 10:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c, identifier: 1986049
2026-03-30 10:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with identifier: 1986049
2026-03-30 10:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with identifier: 1986049
2026-03-30 10:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 55de8cbe-2247-5b6f-b8d2-39ad91e6d17c with identifier: 1986049 to the API
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986049%27 HTTP/1.1" 200 None
2026-03-30 10:51:05 [ayvens.be] INFO: Saving data for 1986049: {'auction_closing_time': 1775028600.0, 'created_time': 1774565166.295278, 'last_price_update_time': 1774867865.957572}
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986049') HTTP/1.1" 204 0
2026-03-30 10:51:05 [ayvens.be] INFO: Found listing with ID: 1986050
2026-03-30 10:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986050%27 HTTP/1.1" 200 None
2026-03-30 10:51:05 [ayvens.be] INFO: Scrape type for 1986050: 2
2026-03-30 10:51:05 [ayvens.be] INFO: Extracting data for car ID: 1986050
2026-03-30 10:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00349aad-9198-5bb8-b310-8af076348f0e with identifier: 1986050
2026-03-30 10:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00349aad-9198-5bb8-b310-8af076348f0e with scrape type 2
2026-03-30 10:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00349aad-9198-5bb8-b310-8af076348f0e with scrape type 2
2026-03-30 10:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 00349aad-9198-5bb8-b310-8af076348f0e, identifier: 1986050
2026-03-30 10:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 00349aad-9198-5bb8-b310-8af076348f0e with identifier: 1986050
2026-03-30 10:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 00349aad-9198-5bb8-b310-8af076348f0e with identifier: 1986050
2026-03-30 10:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 00349aad-9198-5bb8-b310-8af076348f0e with identifier: 1986050 to the API
2026-03-30 10:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:06 [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': 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': 0,
'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-30 10:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986050%27 HTTP/1.1" 200 None
2026-03-30 10:51:06 [ayvens.be] INFO: Saving data for 1986050: {'auction_closing_time': 1775028600.0, 'created_time': 1774565167.89063, 'last_price_update_time': 1774867866.367601}
2026-03-30 10:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986050') HTTP/1.1" 204 0
2026-03-30 10:51:06 [ayvens.be] INFO: Found listing with ID: 1986051
2026-03-30 10:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986051%27 HTTP/1.1" 200 None
2026-03-30 10:51:06 [ayvens.be] INFO: Scrape type for 1986051: 2
2026-03-30 10:51:06 [ayvens.be] INFO: Extracting data for car ID: 1986051
2026-03-30 10:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 735aded9-be81-558c-a6a9-efc2b66de218 with identifier: 1986051
2026-03-30 10:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 735aded9-be81-558c-a6a9-efc2b66de218 with scrape type 2
2026-03-30 10:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 735aded9-be81-558c-a6a9-efc2b66de218 with scrape type 2
2026-03-30 10:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 735aded9-be81-558c-a6a9-efc2b66de218, identifier: 1986051
2026-03-30 10:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 735aded9-be81-558c-a6a9-efc2b66de218 with identifier: 1986051
2026-03-30 10:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 735aded9-be81-558c-a6a9-efc2b66de218 with identifier: 1986051
2026-03-30 10:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 735aded9-be81-558c-a6a9-efc2b66de218 with identifier: 1986051 to the API
2026-03-30 10:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:06 [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': 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': 0,
'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-30 10:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986051%27 HTTP/1.1" 200 None
2026-03-30 10:51:06 [ayvens.be] INFO: Saving data for 1986051: {'auction_closing_time': 1775028600.0, 'created_time': 1774565169.953661, 'last_price_update_time': 1774867866.814579}
2026-03-30 10:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986051') HTTP/1.1" 204 0
2026-03-30 10:51:06 [ayvens.be] INFO: Found listing with ID: 1986052
2026-03-30 10:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986052%27 HTTP/1.1" 200 None
2026-03-30 10:51:06 [ayvens.be] INFO: Scrape type for 1986052: 2
2026-03-30 10:51:06 [ayvens.be] INFO: Extracting data for car ID: 1986052
2026-03-30 10:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25d49266-b07d-5698-9e45-925e342cd487 with identifier: 1986052
2026-03-30 10:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25d49266-b07d-5698-9e45-925e342cd487 with scrape type 2
2026-03-30 10:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25d49266-b07d-5698-9e45-925e342cd487 with scrape type 2
2026-03-30 10:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 25d49266-b07d-5698-9e45-925e342cd487, identifier: 1986052
2026-03-30 10:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 25d49266-b07d-5698-9e45-925e342cd487 with identifier: 1986052
2026-03-30 10:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 25d49266-b07d-5698-9e45-925e342cd487 with identifier: 1986052
2026-03-30 10:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 25d49266-b07d-5698-9e45-925e342cd487 with identifier: 1986052 to the API
2026-03-30 10:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:07 [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': 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': 0,
'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-30 10:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986052%27 HTTP/1.1" 200 None
2026-03-30 10:51:07 [ayvens.be] INFO: Saving data for 1986052: {'auction_closing_time': 1775028600.0, 'created_time': 1774565171.17679, 'last_price_update_time': 1774867867.376315}
2026-03-30 10:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986052') HTTP/1.1" 204 0
2026-03-30 10:51:07 [ayvens.be] INFO: Found listing with ID: 1986053
2026-03-30 10:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986053%27 HTTP/1.1" 200 None
2026-03-30 10:51:07 [ayvens.be] INFO: Scrape type for 1986053: 2
2026-03-30 10:51:07 [ayvens.be] INFO: Extracting data for car ID: 1986053
2026-03-30 10:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 903e1390-8721-55ae-9697-cc1db8002744 with identifier: 1986053
2026-03-30 10:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 903e1390-8721-55ae-9697-cc1db8002744 with scrape type 2
2026-03-30 10:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 903e1390-8721-55ae-9697-cc1db8002744 with scrape type 2
2026-03-30 10:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 903e1390-8721-55ae-9697-cc1db8002744, identifier: 1986053
2026-03-30 10:51:07 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 1 pages/min), scraped 276 items (at 89 items/min)
2026-03-30 10:51:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 168MiB
2026-03-30 10:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 903e1390-8721-55ae-9697-cc1db8002744 with identifier: 1986053
2026-03-30 10:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 903e1390-8721-55ae-9697-cc1db8002744 with identifier: 1986053
2026-03-30 10:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 903e1390-8721-55ae-9697-cc1db8002744 with identifier: 1986053 to the API
2026-03-30 10:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:07 [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': 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': 0,
'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-30 10:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986053%27 HTTP/1.1" 200 None
2026-03-30 10:51:07 [ayvens.be] INFO: Saving data for 1986053: {'auction_closing_time': 1775028600.0, 'created_time': 1774565172.41042, 'last_price_update_time': 1774867867.807243}
2026-03-30 10:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986053') HTTP/1.1" 204 0
2026-03-30 10:51:07 [ayvens.be] INFO: Found listing with ID: 1986054
2026-03-30 10:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986054%27 HTTP/1.1" 200 None
2026-03-30 10:51:07 [ayvens.be] INFO: Scrape type for 1986054: 2
2026-03-30 10:51:07 [ayvens.be] INFO: Extracting data for car ID: 1986054
2026-03-30 10:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f30e219f-3220-5b64-b86f-01bce4968bbe with identifier: 1986054
2026-03-30 10:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f30e219f-3220-5b64-b86f-01bce4968bbe with scrape type 2
2026-03-30 10:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f30e219f-3220-5b64-b86f-01bce4968bbe with scrape type 2
2026-03-30 10:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f30e219f-3220-5b64-b86f-01bce4968bbe, identifier: 1986054
2026-03-30 10:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f30e219f-3220-5b64-b86f-01bce4968bbe with identifier: 1986054
2026-03-30 10:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f30e219f-3220-5b64-b86f-01bce4968bbe with identifier: 1986054
2026-03-30 10:51:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f30e219f-3220-5b64-b86f-01bce4968bbe with identifier: 1986054 to the API
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:08 [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': 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': 0,
'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-30 10:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986054%27 HTTP/1.1" 200 None
2026-03-30 10:51:08 [ayvens.be] INFO: Saving data for 1986054: {'auction_closing_time': 1775028600.0, 'created_time': 1774565174.981118, 'last_price_update_time': 1774867868.255716}
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986054') HTTP/1.1" 204 0
2026-03-30 10:51:08 [ayvens.be] INFO: Found listing with ID: 1986055
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986055%27 HTTP/1.1" 200 None
2026-03-30 10:51:08 [ayvens.be] INFO: Scrape type for 1986055: 2
2026-03-30 10:51:08 [ayvens.be] INFO: Extracting data for car ID: 1986055
2026-03-30 10:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with identifier: 1986055
2026-03-30 10:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with scrape type 2
2026-03-30 10:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with scrape type 2
2026-03-30 10:51:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9141ae3d-f426-5d7e-8314-c2bb045d46a8, identifier: 1986055
2026-03-30 10:51:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with identifier: 1986055
2026-03-30 10:51:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with identifier: 1986055
2026-03-30 10:51:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9141ae3d-f426-5d7e-8314-c2bb045d46a8 with identifier: 1986055 to the API
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:08 [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': 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': 0,
'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-30 10:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986055%27 HTTP/1.1" 200 None
2026-03-30 10:51:08 [ayvens.be] INFO: Saving data for 1986055: {'auction_closing_time': 1775028600.0, 'created_time': 1774565176.630935, 'last_price_update_time': 1774867868.655844}
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986055') HTTP/1.1" 204 0
2026-03-30 10:51:08 [ayvens.be] INFO: Found listing with ID: 1986056
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986056%27 HTTP/1.1" 200 None
2026-03-30 10:51:08 [ayvens.be] INFO: Scrape type for 1986056: 2
2026-03-30 10:51:08 [ayvens.be] INFO: Extracting data for car ID: 1986056
2026-03-30 10:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95f3edeb-a72e-5665-83c2-ec33099e72e1 with identifier: 1986056
2026-03-30 10:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95f3edeb-a72e-5665-83c2-ec33099e72e1 with scrape type 2
2026-03-30 10:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95f3edeb-a72e-5665-83c2-ec33099e72e1 with scrape type 2
2026-03-30 10:51:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 95f3edeb-a72e-5665-83c2-ec33099e72e1, identifier: 1986056
2026-03-30 10:51:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 95f3edeb-a72e-5665-83c2-ec33099e72e1 with identifier: 1986056
2026-03-30 10:51:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 95f3edeb-a72e-5665-83c2-ec33099e72e1 with identifier: 1986056
2026-03-30 10:51:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 95f3edeb-a72e-5665-83c2-ec33099e72e1 with identifier: 1986056 to the API
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:09 [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': 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': 0,
'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-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986056%27 HTTP/1.1" 200 None
2026-03-30 10:51:09 [ayvens.be] INFO: Saving data for 1986056: {'auction_closing_time': 1775028600.0, 'created_time': 1774565178.080415, 'last_price_update_time': 1774867869.088835}
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986056') HTTP/1.1" 204 0
2026-03-30 10:51:09 [ayvens.be] INFO: Found listing with ID: 1986057
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986057%27 HTTP/1.1" 200 None
2026-03-30 10:51:09 [ayvens.be] INFO: Scrape type for 1986057: 2
2026-03-30 10:51:09 [ayvens.be] INFO: Extracting data for car ID: 1986057
2026-03-30 10:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b349ff55-7466-590b-bffd-73237a1ae400 with identifier: 1986057
2026-03-30 10:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b349ff55-7466-590b-bffd-73237a1ae400 with scrape type 2
2026-03-30 10:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b349ff55-7466-590b-bffd-73237a1ae400 with scrape type 2
2026-03-30 10:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b349ff55-7466-590b-bffd-73237a1ae400, identifier: 1986057
2026-03-30 10:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b349ff55-7466-590b-bffd-73237a1ae400 with identifier: 1986057
2026-03-30 10:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b349ff55-7466-590b-bffd-73237a1ae400 with identifier: 1986057
2026-03-30 10:51:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b349ff55-7466-590b-bffd-73237a1ae400 with identifier: 1986057 to the API
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:09 [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': 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': 0,
'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-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986057%27 HTTP/1.1" 200 None
2026-03-30 10:51:09 [ayvens.be] INFO: Saving data for 1986057: {'auction_closing_time': 1775028600.0, 'created_time': 1774565179.857056, 'last_price_update_time': 1774867869.504759}
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986057') HTTP/1.1" 204 0
2026-03-30 10:51:09 [ayvens.be] INFO: Found listing with ID: 1986058
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986058%27 HTTP/1.1" 200 None
2026-03-30 10:51:09 [ayvens.be] INFO: Scrape type for 1986058: 2
2026-03-30 10:51:09 [ayvens.be] INFO: Extracting data for car ID: 1986058
2026-03-30 10:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a03492f-3c74-5a66-9455-28bf6cc089f5 with identifier: 1986058
2026-03-30 10:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a03492f-3c74-5a66-9455-28bf6cc089f5 with scrape type 2
2026-03-30 10:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a03492f-3c74-5a66-9455-28bf6cc089f5 with scrape type 2
2026-03-30 10:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a03492f-3c74-5a66-9455-28bf6cc089f5, identifier: 1986058
2026-03-30 10:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a03492f-3c74-5a66-9455-28bf6cc089f5 with identifier: 1986058
2026-03-30 10:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a03492f-3c74-5a66-9455-28bf6cc089f5 with identifier: 1986058
2026-03-30 10:51:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a03492f-3c74-5a66-9455-28bf6cc089f5 with identifier: 1986058 to the API
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:09 [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': '',
'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': 0,
'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-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986058%27 HTTP/1.1" 200 None
2026-03-30 10:51:09 [ayvens.be] INFO: Saving data for 1986058: {'auction_closing_time': 1775028600.0, 'created_time': 1774565181.371903, 'last_price_update_time': 1774867869.90271}
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986058') HTTP/1.1" 204 0
2026-03-30 10:51:10 [ayvens.be] INFO: Found listing with ID: 1986059
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986059%27 HTTP/1.1" 200 None
2026-03-30 10:51:10 [ayvens.be] INFO: Scrape type for 1986059: 2
2026-03-30 10:51:10 [ayvens.be] INFO: Extracting data for car ID: 1986059
2026-03-30 10:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a197201-09a4-5914-9db7-b1acd397848f with identifier: 1986059
2026-03-30 10:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a197201-09a4-5914-9db7-b1acd397848f with scrape type 2
2026-03-30 10:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a197201-09a4-5914-9db7-b1acd397848f with scrape type 2
2026-03-30 10:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6a197201-09a4-5914-9db7-b1acd397848f, identifier: 1986059
2026-03-30 10:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6a197201-09a4-5914-9db7-b1acd397848f with identifier: 1986059
2026-03-30 10:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6a197201-09a4-5914-9db7-b1acd397848f with identifier: 1986059
2026-03-30 10:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6a197201-09a4-5914-9db7-b1acd397848f with identifier: 1986059 to the API
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:10 [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': 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': 0,
'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-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986059%27 HTTP/1.1" 200 None
2026-03-30 10:51:10 [ayvens.be] INFO: Saving data for 1986059: {'auction_closing_time': 1775028600.0, 'created_time': 1774565183.88021, 'last_price_update_time': 1774867870.549651}
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986059') HTTP/1.1" 204 0
2026-03-30 10:51:10 [ayvens.be] INFO: Found listing with ID: 1986060
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986060%27 HTTP/1.1" 200 None
2026-03-30 10:51:10 [ayvens.be] INFO: Scrape type for 1986060: 2
2026-03-30 10:51:10 [ayvens.be] INFO: Extracting data for car ID: 1986060
2026-03-30 10:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with identifier: 1986060
2026-03-30 10:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with scrape type 2
2026-03-30 10:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with scrape type 2
2026-03-30 10:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935, identifier: 1986060
2026-03-30 10:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with identifier: 1986060
2026-03-30 10:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with identifier: 1986060
2026-03-30 10:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3e5ac1e-7a7e-554b-b75c-63b3f5a59935 with identifier: 1986060 to the API
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:10 [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': 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': 0,
'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-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986060%27 HTTP/1.1" 200 None
2026-03-30 10:51:10 [ayvens.be] INFO: Saving data for 1986060: {'auction_closing_time': 1775028600.0, 'created_time': 1774565184.276873, 'last_price_update_time': 1774867870.955215}
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986060') HTTP/1.1" 204 0
2026-03-30 10:51:10 [ayvens.be] INFO: Found listing with ID: 1986061
2026-03-30 10:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986061%27 HTTP/1.1" 200 None
2026-03-30 10:51:10 [ayvens.be] INFO: Scrape type for 1986061: 2
2026-03-30 10:51:10 [ayvens.be] INFO: Extracting data for car ID: 1986061
2026-03-30 10:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with identifier: 1986061
2026-03-30 10:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with scrape type 2
2026-03-30 10:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with scrape type 2
2026-03-30 10:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ee42f577-0ba2-553b-8bfb-a6c2fba8c938, identifier: 1986061
2026-03-30 10:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with identifier: 1986061
2026-03-30 10:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with identifier: 1986061
2026-03-30 10:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ee42f577-0ba2-553b-8bfb-a6c2fba8c938 with identifier: 1986061 to the API
2026-03-30 10:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:11 [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': 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': 0,
'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-30 10:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:11 [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-30 10:51:11 [ayvens.be] INFO: Saving data for 1986061: {'auction_closing_time': 1775028600.0, 'created_time': 1774565186.736512, 'last_price_update_time': 1774867871.350416}
2026-03-30 10:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986061') HTTP/1.1" 204 0
2026-03-30 10:51:11 [ayvens.be] INFO: Found listing with ID: 1986062
2026-03-30 10:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:11 [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-30 10:51:11 [ayvens.be] INFO: Scrape type for 1986062: 2
2026-03-30 10:51:11 [ayvens.be] INFO: Extracting data for car ID: 1986062
2026-03-30 10:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8bce15d-0997-5ef0-a16b-be412ce756f4 with identifier: 1986062
2026-03-30 10:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8bce15d-0997-5ef0-a16b-be412ce756f4 with scrape type 2
2026-03-30 10:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8bce15d-0997-5ef0-a16b-be412ce756f4 with scrape type 2
2026-03-30 10:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8bce15d-0997-5ef0-a16b-be412ce756f4, identifier: 1986062
2026-03-30 10:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8bce15d-0997-5ef0-a16b-be412ce756f4 with identifier: 1986062
2026-03-30 10:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8bce15d-0997-5ef0-a16b-be412ce756f4 with identifier: 1986062
2026-03-30 10:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8bce15d-0997-5ef0-a16b-be412ce756f4 with identifier: 1986062 to the API
2026-03-30 10:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:11 [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': 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': 0,
'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-30 10:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:11 [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-30 10:51:11 [ayvens.be] INFO: Saving data for 1986062: {'auction_closing_time': 1775028600.0, 'created_time': 1774565188.143502, 'last_price_update_time': 1774867871.767104}
2026-03-30 10:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986062') HTTP/1.1" 204 0
2026-03-30 10:51:11 [ayvens.be] INFO: Found listing with ID: 1986063
2026-03-30 10:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:11 [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-30 10:51:11 [ayvens.be] INFO: Scrape type for 1986063: 2
2026-03-30 10:51:11 [ayvens.be] INFO: Extracting data for car ID: 1986063
2026-03-30 10:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54368680-60a6-5d28-a06b-cee42607ebff with identifier: 1986063
2026-03-30 10:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54368680-60a6-5d28-a06b-cee42607ebff with scrape type 2
2026-03-30 10:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54368680-60a6-5d28-a06b-cee42607ebff with scrape type 2
2026-03-30 10:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 54368680-60a6-5d28-a06b-cee42607ebff, identifier: 1986063
2026-03-30 10:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 54368680-60a6-5d28-a06b-cee42607ebff with identifier: 1986063
2026-03-30 10:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 54368680-60a6-5d28-a06b-cee42607ebff with identifier: 1986063
2026-03-30 10:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 54368680-60a6-5d28-a06b-cee42607ebff with identifier: 1986063 to the API
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:12 [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': 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': 0,
'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-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986063%27 HTTP/1.1" 200 None
2026-03-30 10:51:12 [ayvens.be] INFO: Saving data for 1986063: {'auction_closing_time': 1775028600.0, 'created_time': 1774565189.893553, 'last_price_update_time': 1774867872.181715}
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986063') HTTP/1.1" 204 0
2026-03-30 10:51:12 [ayvens.be] INFO: Found listing with ID: 1986064
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986064%27 HTTP/1.1" 200 None
2026-03-30 10:51:12 [ayvens.be] INFO: Scrape type for 1986064: 2
2026-03-30 10:51:12 [ayvens.be] INFO: Extracting data for car ID: 1986064
2026-03-30 10:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with identifier: 1986064
2026-03-30 10:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with scrape type 2
2026-03-30 10:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with scrape type 2
2026-03-30 10:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330, identifier: 1986064
2026-03-30 10:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with identifier: 1986064
2026-03-30 10:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with identifier: 1986064
2026-03-30 10:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9e70a0a4-0868-5521-9cb0-c4cc8d73a330 with identifier: 1986064 to the API
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:12 [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': 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': 0,
'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-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986064%27 HTTP/1.1" 200 None
2026-03-30 10:51:12 [ayvens.be] INFO: Saving data for 1986064: {'auction_closing_time': 1775028600.0, 'created_time': 1774565191.567381, 'last_price_update_time': 1774867872.555209}
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986064') HTTP/1.1" 204 0
2026-03-30 10:51:12 [ayvens.be] INFO: Found listing with ID: 1986065
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986065%27 HTTP/1.1" 200 None
2026-03-30 10:51:12 [ayvens.be] INFO: Scrape type for 1986065: 2
2026-03-30 10:51:12 [ayvens.be] INFO: Extracting data for car ID: 1986065
2026-03-30 10:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with identifier: 1986065
2026-03-30 10:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with scrape type 2
2026-03-30 10:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with scrape type 2
2026-03-30 10:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94, identifier: 1986065
2026-03-30 10:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with identifier: 1986065
2026-03-30 10:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with identifier: 1986065
2026-03-30 10:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 97ab8ef2-8f9c-5049-a47a-20d0d7b4ea94 with identifier: 1986065 to the API
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:12 [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': 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': 0,
'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-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986065%27 HTTP/1.1" 200 None
2026-03-30 10:51:12 [ayvens.be] INFO: Saving data for 1986065: {'auction_closing_time': 1775028600.0, 'created_time': 1774565193.142312, 'last_price_update_time': 1774867872.968129}
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986065') HTTP/1.1" 204 0
2026-03-30 10:51:12 [ayvens.be] INFO: Found listing with ID: 1986066
2026-03-30 10:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986066%27 HTTP/1.1" 200 None
2026-03-30 10:51:13 [ayvens.be] INFO: Scrape type for 1986066: 2
2026-03-30 10:51:13 [ayvens.be] INFO: Extracting data for car ID: 1986066
2026-03-30 10:51:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62b895f-d287-5f27-989b-d256b02cf905 with identifier: 1986066
2026-03-30 10:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62b895f-d287-5f27-989b-d256b02cf905 with scrape type 2
2026-03-30 10:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d62b895f-d287-5f27-989b-d256b02cf905 with scrape type 2
2026-03-30 10:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d62b895f-d287-5f27-989b-d256b02cf905, identifier: 1986066
2026-03-30 10:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d62b895f-d287-5f27-989b-d256b02cf905 with identifier: 1986066
2026-03-30 10:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d62b895f-d287-5f27-989b-d256b02cf905 with identifier: 1986066
2026-03-30 10:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d62b895f-d287-5f27-989b-d256b02cf905 with identifier: 1986066 to the API
2026-03-30 10:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:13 [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': 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': 0,
'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-30 10:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986066%27 HTTP/1.1" 200 None
2026-03-30 10:51:13 [ayvens.be] INFO: Saving data for 1986066: {'auction_closing_time': 1775028600.0, 'created_time': 1774565195.005, 'last_price_update_time': 1774867873.347124}
2026-03-30 10:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986066') HTTP/1.1" 204 0
2026-03-30 10:51:13 [ayvens.be] INFO: Found listing with ID: 1986067
2026-03-30 10:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986067%27 HTTP/1.1" 200 None
2026-03-30 10:51:13 [ayvens.be] INFO: Scrape type for 1986067: 2
2026-03-30 10:51:13 [ayvens.be] INFO: Extracting data for car ID: 1986067
2026-03-30 10:51:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with identifier: 1986067
2026-03-30 10:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with scrape type 2
2026-03-30 10:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with scrape type 2
2026-03-30 10:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8, identifier: 1986067
2026-03-30 10:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with identifier: 1986067
2026-03-30 10:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with identifier: 1986067
2026-03-30 10:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8fdd8846-38da-5d0c-b5c0-4240e4bdb3a8 with identifier: 1986067 to the API
2026-03-30 10:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:13 [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': 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': 0,
'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-30 10:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986067%27 HTTP/1.1" 200 None
2026-03-30 10:51:13 [ayvens.be] INFO: Saving data for 1986067: {'auction_closing_time': 1775028600.0, 'created_time': 1774565197.022482, 'last_price_update_time': 1774867873.740774}
2026-03-30 10:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986067') HTTP/1.1" 204 0
2026-03-30 10:51:13 [ayvens.be] INFO: Found listing with ID: 1986068
2026-03-30 10:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986068%27 HTTP/1.1" 200 None
2026-03-30 10:51:13 [ayvens.be] INFO: Scrape type for 1986068: 2
2026-03-30 10:51:13 [ayvens.be] INFO: Extracting data for car ID: 1986068
2026-03-30 10:51:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b9527f-99d2-56a6-90da-0ff54160ff73 with identifier: 1986068
2026-03-30 10:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b9527f-99d2-56a6-90da-0ff54160ff73 with scrape type 2
2026-03-30 10:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6b9527f-99d2-56a6-90da-0ff54160ff73 with scrape type 2
2026-03-30 10:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f6b9527f-99d2-56a6-90da-0ff54160ff73, identifier: 1986068
2026-03-30 10:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f6b9527f-99d2-56a6-90da-0ff54160ff73 with identifier: 1986068
2026-03-30 10:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f6b9527f-99d2-56a6-90da-0ff54160ff73 with identifier: 1986068
2026-03-30 10:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f6b9527f-99d2-56a6-90da-0ff54160ff73 with identifier: 1986068 to the API
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:14 [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': 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': 0,
'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-30 10:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986068%27 HTTP/1.1" 200 None
2026-03-30 10:51:14 [ayvens.be] INFO: Saving data for 1986068: {'auction_closing_time': 1775028600.0, 'created_time': 1774565198.199446, 'last_price_update_time': 1774867874.242329}
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986068') HTTP/1.1" 204 0
2026-03-30 10:51:14 [ayvens.be] INFO: Found listing with ID: 1986069
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986069%27 HTTP/1.1" 200 None
2026-03-30 10:51:14 [ayvens.be] INFO: Scrape type for 1986069: 2
2026-03-30 10:51:14 [ayvens.be] INFO: Extracting data for car ID: 1986069
2026-03-30 10:51:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with identifier: 1986069
2026-03-30 10:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with scrape type 2
2026-03-30 10:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with scrape type 2
2026-03-30 10:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7, identifier: 1986069
2026-03-30 10:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with identifier: 1986069
2026-03-30 10:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with identifier: 1986069
2026-03-30 10:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 13f3b5cb-b2b3-534a-be68-e343ad7b86e7 with identifier: 1986069 to the API
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:14 [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': 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': 0,
'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-30 10:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986069%27 HTTP/1.1" 200 None
2026-03-30 10:51:14 [ayvens.be] INFO: Saving data for 1986069: {'auction_closing_time': 1775028600.0, 'created_time': 1774565199.314804, 'last_price_update_time': 1774867874.645484}
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986069') HTTP/1.1" 204 0
2026-03-30 10:51:14 [ayvens.be] INFO: Found listing with ID: 1986070
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986070%27 HTTP/1.1" 200 None
2026-03-30 10:51:14 [ayvens.be] INFO: Scrape type for 1986070: 2
2026-03-30 10:51:14 [ayvens.be] INFO: Extracting data for car ID: 1986070
2026-03-30 10:51:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6db33d-5eeb-55e6-897a-3a94a462f6ee with identifier: 1986070
2026-03-30 10:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee with scrape type 2
2026-03-30 10:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc6db33d-5eeb-55e6-897a-3a94a462f6ee with scrape type 2
2026-03-30 10:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dc6db33d-5eeb-55e6-897a-3a94a462f6ee, identifier: 1986070
2026-03-30 10:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dc6db33d-5eeb-55e6-897a-3a94a462f6ee with identifier: 1986070
2026-03-30 10:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dc6db33d-5eeb-55e6-897a-3a94a462f6ee with identifier: 1986070
2026-03-30 10:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dc6db33d-5eeb-55e6-897a-3a94a462f6ee with identifier: 1986070 to the API
2026-03-30 10:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:15 [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': 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': 0,
'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-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986070%27 HTTP/1.1" 200 None
2026-03-30 10:51:15 [ayvens.be] INFO: Saving data for 1986070: {'auction_closing_time': 1775028600.0, 'created_time': 1774565201.982027, 'last_price_update_time': 1774867875.128858}
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986070') HTTP/1.1" 204 0
2026-03-30 10:51:15 [ayvens.be] INFO: Found listing with ID: 1986071
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986071%27 HTTP/1.1" 200 None
2026-03-30 10:51:15 [ayvens.be] INFO: Scrape type for 1986071: 2
2026-03-30 10:51:15 [ayvens.be] INFO: Extracting data for car ID: 1986071
2026-03-30 10:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with identifier: 1986071
2026-03-30 10:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with scrape type 2
2026-03-30 10:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with scrape type 2
2026-03-30 10:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a, identifier: 1986071
2026-03-30 10:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with identifier: 1986071
2026-03-30 10:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with identifier: 1986071
2026-03-30 10:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9ea2c17f-ff52-5e76-8d4c-a1beb3c4499a with identifier: 1986071 to the API
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:15 [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': 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': 0,
'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-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986071%27 HTTP/1.1" 200 None
2026-03-30 10:51:15 [ayvens.be] INFO: Saving data for 1986071: {'auction_closing_time': 1775028600.0, 'created_time': 1774565203.656065, 'last_price_update_time': 1774867875.525524}
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986071') HTTP/1.1" 204 0
2026-03-30 10:51:15 [ayvens.be] INFO: Found listing with ID: 1986072
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986072%27 HTTP/1.1" 200 None
2026-03-30 10:51:15 [ayvens.be] INFO: Scrape type for 1986072: 2
2026-03-30 10:51:15 [ayvens.be] INFO: Extracting data for car ID: 1986072
2026-03-30 10:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3eddde3-6de0-5a86-94ca-bf01d083fe0f with identifier: 1986072
2026-03-30 10:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f with scrape type 2
2026-03-30 10:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3eddde3-6de0-5a86-94ca-bf01d083fe0f with scrape type 2
2026-03-30 10:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3eddde3-6de0-5a86-94ca-bf01d083fe0f, identifier: 1986072
2026-03-30 10:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3eddde3-6de0-5a86-94ca-bf01d083fe0f with identifier: 1986072
2026-03-30 10:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3eddde3-6de0-5a86-94ca-bf01d083fe0f with identifier: 1986072
2026-03-30 10:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3eddde3-6de0-5a86-94ca-bf01d083fe0f with identifier: 1986072 to the API
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:15 [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': 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': 0,
'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-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986072%27 HTTP/1.1" 200 None
2026-03-30 10:51:15 [ayvens.be] INFO: Saving data for 1986072: {'auction_closing_time': 1775028600.0, 'created_time': 1774565206.110522, 'last_price_update_time': 1774867875.902083}
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986072') HTTP/1.1" 204 0
2026-03-30 10:51:15 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 300
2026-03-30 10:51:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:51:18 [ayvens.be] INFO: Found listing with ID: 1986073
2026-03-30 10:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986073%27 HTTP/1.1" 200 None
2026-03-30 10:51:18 [ayvens.be] INFO: Scrape type for 1986073: 2
2026-03-30 10:51:18 [ayvens.be] INFO: Extracting data for car ID: 1986073
2026-03-30 10:51:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with identifier: 1986073
2026-03-30 10:51:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with scrape type 2
2026-03-30 10:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with scrape type 2
2026-03-30 10:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead, identifier: 1986073
2026-03-30 10:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with identifier: 1986073
2026-03-30 10:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with identifier: 1986073
2026-03-30 10:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9fa71a98-41e8-5bbe-99a8-dff2a6c43ead with identifier: 1986073 to the API
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:19 [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': 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': 0,
'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-30 10:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986073%27 HTTP/1.1" 200 None
2026-03-30 10:51:19 [ayvens.be] INFO: Saving data for 1986073: {'auction_closing_time': 1775028600.0, 'created_time': 1774565207.436747, 'last_price_update_time': 1774867879.354276}
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986073') HTTP/1.1" 204 0
2026-03-30 10:51:19 [ayvens.be] INFO: Found listing with ID: 1986074
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986074%27 HTTP/1.1" 200 None
2026-03-30 10:51:19 [ayvens.be] INFO: Scrape type for 1986074: 2
2026-03-30 10:51:19 [ayvens.be] INFO: Extracting data for car ID: 1986074
2026-03-30 10:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1c363ea-e892-5a47-b252-9beca2f973a5 with identifier: 1986074
2026-03-30 10:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1c363ea-e892-5a47-b252-9beca2f973a5 with scrape type 2
2026-03-30 10:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1c363ea-e892-5a47-b252-9beca2f973a5 with scrape type 2
2026-03-30 10:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e1c363ea-e892-5a47-b252-9beca2f973a5, identifier: 1986074
2026-03-30 10:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e1c363ea-e892-5a47-b252-9beca2f973a5 with identifier: 1986074
2026-03-30 10:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e1c363ea-e892-5a47-b252-9beca2f973a5 with identifier: 1986074
2026-03-30 10:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e1c363ea-e892-5a47-b252-9beca2f973a5 with identifier: 1986074 to the API
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:19 [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-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': 0,
'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-30 10:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986074%27 HTTP/1.1" 200 None
2026-03-30 10:51:19 [ayvens.be] INFO: Saving data for 1986074: {'auction_closing_time': 1775028600.0, 'created_time': 1774565208.617076, 'last_price_update_time': 1774867879.756895}
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986074') HTTP/1.1" 204 0
2026-03-30 10:51:19 [ayvens.be] INFO: Found listing with ID: 1986075
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986075%27 HTTP/1.1" 200 None
2026-03-30 10:51:19 [ayvens.be] INFO: Scrape type for 1986075: 2
2026-03-30 10:51:19 [ayvens.be] INFO: Extracting data for car ID: 1986075
2026-03-30 10:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29d307d9-05dd-5759-b99d-a5f9d0d3678b with identifier: 1986075
2026-03-30 10:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b with scrape type 2
2026-03-30 10:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29d307d9-05dd-5759-b99d-a5f9d0d3678b with scrape type 2
2026-03-30 10:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 29d307d9-05dd-5759-b99d-a5f9d0d3678b, identifier: 1986075
2026-03-30 10:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 29d307d9-05dd-5759-b99d-a5f9d0d3678b with identifier: 1986075
2026-03-30 10:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 29d307d9-05dd-5759-b99d-a5f9d0d3678b with identifier: 1986075
2026-03-30 10:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 29d307d9-05dd-5759-b99d-a5f9d0d3678b with identifier: 1986075 to the API
2026-03-30 10:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:20 [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': 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': 0,
'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-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [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-30 10:51:20 [ayvens.be] INFO: Saving data for 1986075: {'auction_closing_time': 1775028600.0, 'created_time': 1774565211.73045, 'last_price_update_time': 1774867880.140664}
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986075') HTTP/1.1" 204 0
2026-03-30 10:51:20 [ayvens.be] INFO: Found listing with ID: 1986076
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [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-30 10:51:20 [ayvens.be] INFO: Scrape type for 1986076: 2
2026-03-30 10:51:20 [ayvens.be] INFO: Extracting data for car ID: 1986076
2026-03-30 10:51:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39eec9d8-b033-5f55-9e59-aea05ec9d786 with identifier: 1986076
2026-03-30 10:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39eec9d8-b033-5f55-9e59-aea05ec9d786 with scrape type 2
2026-03-30 10:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39eec9d8-b033-5f55-9e59-aea05ec9d786 with scrape type 2
2026-03-30 10:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 39eec9d8-b033-5f55-9e59-aea05ec9d786, identifier: 1986076
2026-03-30 10:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 39eec9d8-b033-5f55-9e59-aea05ec9d786 with identifier: 1986076
2026-03-30 10:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 39eec9d8-b033-5f55-9e59-aea05ec9d786 with identifier: 1986076
2026-03-30 10:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 39eec9d8-b033-5f55-9e59-aea05ec9d786 with identifier: 1986076 to the API
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:20 [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': 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': 0,
'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-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [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-30 10:51:20 [ayvens.be] INFO: Saving data for 1986076: {'auction_closing_time': 1775028600.0, 'created_time': 1774565213.376642, 'last_price_update_time': 1774867880.51902}
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986076') HTTP/1.1" 204 0
2026-03-30 10:51:20 [ayvens.be] INFO: Found listing with ID: 1986077
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [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-30 10:51:20 [ayvens.be] INFO: Scrape type for 1986077: 2
2026-03-30 10:51:20 [ayvens.be] INFO: Extracting data for car ID: 1986077
2026-03-30 10:51:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 130e9508-25a0-512c-84c2-a8a8de268073 with identifier: 1986077
2026-03-30 10:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 130e9508-25a0-512c-84c2-a8a8de268073 with scrape type 2
2026-03-30 10:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 130e9508-25a0-512c-84c2-a8a8de268073 with scrape type 2
2026-03-30 10:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 130e9508-25a0-512c-84c2-a8a8de268073, identifier: 1986077
2026-03-30 10:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 130e9508-25a0-512c-84c2-a8a8de268073 with identifier: 1986077
2026-03-30 10:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 130e9508-25a0-512c-84c2-a8a8de268073 with identifier: 1986077
2026-03-30 10:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 130e9508-25a0-512c-84c2-a8a8de268073 with identifier: 1986077 to the API
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:20 [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': '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': 0,
'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-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [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-30 10:51:20 [ayvens.be] INFO: Saving data for 1986077: {'auction_closing_time': 1775028600.0, 'created_time': 1774565214.905524, 'last_price_update_time': 1774867880.9163}
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986077') HTTP/1.1" 204 0
2026-03-30 10:51:20 [ayvens.be] INFO: Found listing with ID: 1986078
2026-03-30 10:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:20 [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-30 10:51:20 [ayvens.be] INFO: Scrape type for 1986078: 2
2026-03-30 10:51:20 [ayvens.be] INFO: Extracting data for car ID: 1986078
2026-03-30 10:51:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a389b135-5d76-5c6e-b940-246705a2ed4e with identifier: 1986078
2026-03-30 10:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a389b135-5d76-5c6e-b940-246705a2ed4e with scrape type 2
2026-03-30 10:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a389b135-5d76-5c6e-b940-246705a2ed4e with scrape type 2
2026-03-30 10:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a389b135-5d76-5c6e-b940-246705a2ed4e, identifier: 1986078
2026-03-30 10:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a389b135-5d76-5c6e-b940-246705a2ed4e with identifier: 1986078
2026-03-30 10:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a389b135-5d76-5c6e-b940-246705a2ed4e with identifier: 1986078
2026-03-30 10:51:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a389b135-5d76-5c6e-b940-246705a2ed4e with identifier: 1986078 to the API
2026-03-30 10:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:21 [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': 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': 0,
'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-30 10:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986078%27 HTTP/1.1" 200 None
2026-03-30 10:51:21 [ayvens.be] INFO: Saving data for 1986078: {'auction_closing_time': 1775028600.0, 'created_time': 1774565215.886504, 'last_price_update_time': 1774867881.364583}
2026-03-30 10:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986078') HTTP/1.1" 204 0
2026-03-30 10:51:21 [ayvens.be] INFO: Found listing with ID: 1986079
2026-03-30 10:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986079%27 HTTP/1.1" 200 None
2026-03-30 10:51:21 [ayvens.be] INFO: Scrape type for 1986079: 2
2026-03-30 10:51:21 [ayvens.be] INFO: Extracting data for car ID: 1986079
2026-03-30 10:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac0ae577-68d3-564d-b024-571a2b36e74e with identifier: 1986079
2026-03-30 10:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac0ae577-68d3-564d-b024-571a2b36e74e with scrape type 2
2026-03-30 10:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac0ae577-68d3-564d-b024-571a2b36e74e with scrape type 2
2026-03-30 10:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ac0ae577-68d3-564d-b024-571a2b36e74e, identifier: 1986079
2026-03-30 10:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ac0ae577-68d3-564d-b024-571a2b36e74e with identifier: 1986079
2026-03-30 10:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ac0ae577-68d3-564d-b024-571a2b36e74e with identifier: 1986079
2026-03-30 10:51:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ac0ae577-68d3-564d-b024-571a2b36e74e with identifier: 1986079 to the API
2026-03-30 10:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:21 [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': 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': 0,
'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-30 10:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986079%27 HTTP/1.1" 200 None
2026-03-30 10:51:21 [ayvens.be] INFO: Saving data for 1986079: {'auction_closing_time': 1775028600.0, 'created_time': 1774565217.31005, 'last_price_update_time': 1774867881.782647}
2026-03-30 10:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986079') HTTP/1.1" 204 0
2026-03-30 10:51:21 [ayvens.be] INFO: Found listing with ID: 1986080
2026-03-30 10:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986080%27 HTTP/1.1" 200 None
2026-03-30 10:51:21 [ayvens.be] INFO: Scrape type for 1986080: 2
2026-03-30 10:51:21 [ayvens.be] INFO: Extracting data for car ID: 1986080
2026-03-30 10:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6002d677-f9a6-5436-94d1-f956b03575d0 with identifier: 1986080
2026-03-30 10:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6002d677-f9a6-5436-94d1-f956b03575d0 with scrape type 2
2026-03-30 10:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6002d677-f9a6-5436-94d1-f956b03575d0 with scrape type 2
2026-03-30 10:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6002d677-f9a6-5436-94d1-f956b03575d0, identifier: 1986080
2026-03-30 10:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6002d677-f9a6-5436-94d1-f956b03575d0 with identifier: 1986080
2026-03-30 10:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6002d677-f9a6-5436-94d1-f956b03575d0 with identifier: 1986080
2026-03-30 10:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6002d677-f9a6-5436-94d1-f956b03575d0 with identifier: 1986080 to the API
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:22 [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': 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': 0,
'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-30 10:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986080%27 HTTP/1.1" 200 None
2026-03-30 10:51:22 [ayvens.be] INFO: Saving data for 1986080: {'auction_closing_time': 1775028600.0, 'created_time': 1774565219.181671, 'last_price_update_time': 1774867882.178144}
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986080') HTTP/1.1" 204 0
2026-03-30 10:51:22 [ayvens.be] INFO: Found listing with ID: 1986081
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986081%27 HTTP/1.1" 200 None
2026-03-30 10:51:22 [ayvens.be] INFO: Scrape type for 1986081: 2
2026-03-30 10:51:22 [ayvens.be] INFO: Extracting data for car ID: 1986081
2026-03-30 10:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with identifier: 1986081
2026-03-30 10:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with scrape type 2
2026-03-30 10:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with scrape type 2
2026-03-30 10:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa, identifier: 1986081
2026-03-30 10:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with identifier: 1986081
2026-03-30 10:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with identifier: 1986081
2026-03-30 10:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 36c7a8a2-e03e-563f-8ba2-5ee7a63717aa with identifier: 1986081 to the API
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:22 [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': 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': 0,
'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-30 10:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986081%27 HTTP/1.1" 200 None
2026-03-30 10:51:22 [ayvens.be] INFO: Saving data for 1986081: {'auction_closing_time': 1775028600.0, 'created_time': 1774565220.29481, 'last_price_update_time': 1774867882.65281}
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986081') HTTP/1.1" 204 0
2026-03-30 10:51:22 [ayvens.be] INFO: Found listing with ID: 1986082
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986082%27 HTTP/1.1" 200 None
2026-03-30 10:51:22 [ayvens.be] INFO: Scrape type for 1986082: 2
2026-03-30 10:51:22 [ayvens.be] INFO: Extracting data for car ID: 1986082
2026-03-30 10:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f468d374-ccd1-5d52-b210-0d5cf63ead13 with identifier: 1986082
2026-03-30 10:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f468d374-ccd1-5d52-b210-0d5cf63ead13 with scrape type 2
2026-03-30 10:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f468d374-ccd1-5d52-b210-0d5cf63ead13 with scrape type 2
2026-03-30 10:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f468d374-ccd1-5d52-b210-0d5cf63ead13, identifier: 1986082
2026-03-30 10:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f468d374-ccd1-5d52-b210-0d5cf63ead13 with identifier: 1986082
2026-03-30 10:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f468d374-ccd1-5d52-b210-0d5cf63ead13 with identifier: 1986082
2026-03-30 10:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f468d374-ccd1-5d52-b210-0d5cf63ead13 with identifier: 1986082 to the API
2026-03-30 10:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:23 [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': 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': 0,
'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-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986082%27 HTTP/1.1" 200 None
2026-03-30 10:51:23 [ayvens.be] INFO: Saving data for 1986082: {'auction_closing_time': 1775028600.0, 'created_time': 1774565222.692336, 'last_price_update_time': 1774867883.065696}
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986082') HTTP/1.1" 204 0
2026-03-30 10:51:23 [ayvens.be] INFO: Found listing with ID: 1986083
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986083%27 HTTP/1.1" 200 None
2026-03-30 10:51:23 [ayvens.be] INFO: Scrape type for 1986083: 2
2026-03-30 10:51:23 [ayvens.be] INFO: Extracting data for car ID: 1986083
2026-03-30 10:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with identifier: 1986083
2026-03-30 10:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with scrape type 2
2026-03-30 10:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with scrape type 2
2026-03-30 10:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b, identifier: 1986083
2026-03-30 10:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with identifier: 1986083
2026-03-30 10:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with identifier: 1986083
2026-03-30 10:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2cb39d9d-bb0f-5553-91eb-eb616d811f5b with identifier: 1986083 to the API
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:23 [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': 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': 0,
'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-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986083%27 HTTP/1.1" 200 None
2026-03-30 10:51:23 [ayvens.be] INFO: Saving data for 1986083: {'auction_closing_time': 1775028600.0, 'created_time': 1774565224.329799, 'last_price_update_time': 1774867883.475367}
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986083') HTTP/1.1" 204 0
2026-03-30 10:51:23 [ayvens.be] INFO: Found listing with ID: 1986084
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986084%27 HTTP/1.1" 200 None
2026-03-30 10:51:23 [ayvens.be] INFO: Scrape type for 1986084: 2
2026-03-30 10:51:23 [ayvens.be] INFO: Extracting data for car ID: 1986084
2026-03-30 10:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abf05fb0-a1b8-56dc-9421-ae702229d085 with identifier: 1986084
2026-03-30 10:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abf05fb0-a1b8-56dc-9421-ae702229d085 with scrape type 2
2026-03-30 10:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abf05fb0-a1b8-56dc-9421-ae702229d085 with scrape type 2
2026-03-30 10:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: abf05fb0-a1b8-56dc-9421-ae702229d085, identifier: 1986084
2026-03-30 10:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: abf05fb0-a1b8-56dc-9421-ae702229d085 with identifier: 1986084
2026-03-30 10:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: abf05fb0-a1b8-56dc-9421-ae702229d085 with identifier: 1986084
2026-03-30 10:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: abf05fb0-a1b8-56dc-9421-ae702229d085 with identifier: 1986084 to the API
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:23 [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': 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': 0,
'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-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986084%27 HTTP/1.1" 200 None
2026-03-30 10:51:23 [ayvens.be] INFO: Saving data for 1986084: {'auction_closing_time': 1775028600.0, 'created_time': 1774565225.686637, 'last_price_update_time': 1774867883.862258}
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986084') HTTP/1.1" 204 0
2026-03-30 10:51:23 [ayvens.be] INFO: Found listing with ID: 1986085
2026-03-30 10:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986085%27 HTTP/1.1" 200 None
2026-03-30 10:51:23 [ayvens.be] INFO: Scrape type for 1986085: 2
2026-03-30 10:51:23 [ayvens.be] INFO: Extracting data for car ID: 1986085
2026-03-30 10:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf5f4d0d-5182-5124-9122-5262a27fe735 with identifier: 1986085
2026-03-30 10:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf5f4d0d-5182-5124-9122-5262a27fe735 with scrape type 2
2026-03-30 10:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf5f4d0d-5182-5124-9122-5262a27fe735 with scrape type 2
2026-03-30 10:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cf5f4d0d-5182-5124-9122-5262a27fe735, identifier: 1986085
2026-03-30 10:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cf5f4d0d-5182-5124-9122-5262a27fe735 with identifier: 1986085
2026-03-30 10:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cf5f4d0d-5182-5124-9122-5262a27fe735 with identifier: 1986085
2026-03-30 10:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cf5f4d0d-5182-5124-9122-5262a27fe735 with identifier: 1986085 to the API
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:24 [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': 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': 0,
'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-30 10:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986085%27 HTTP/1.1" 200 None
2026-03-30 10:51:24 [ayvens.be] INFO: Saving data for 1986085: {'auction_closing_time': 1775028600.0, 'created_time': 1774565228.365214, 'last_price_update_time': 1774867884.24286}
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986085') HTTP/1.1" 204 0
2026-03-30 10:51:24 [ayvens.be] INFO: Found listing with ID: 1986086
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986086%27 HTTP/1.1" 200 None
2026-03-30 10:51:24 [ayvens.be] INFO: Scrape type for 1986086: 2
2026-03-30 10:51:24 [ayvens.be] INFO: Extracting data for car ID: 1986086
2026-03-30 10:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab31278-8474-5fb0-b017-07fe457e9b85 with identifier: 1986086
2026-03-30 10:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab31278-8474-5fb0-b017-07fe457e9b85 with scrape type 2
2026-03-30 10:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab31278-8474-5fb0-b017-07fe457e9b85 with scrape type 2
2026-03-30 10:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5ab31278-8474-5fb0-b017-07fe457e9b85, identifier: 1986086
2026-03-30 10:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5ab31278-8474-5fb0-b017-07fe457e9b85 with identifier: 1986086
2026-03-30 10:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5ab31278-8474-5fb0-b017-07fe457e9b85 with identifier: 1986086
2026-03-30 10:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5ab31278-8474-5fb0-b017-07fe457e9b85 with identifier: 1986086 to the API
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:24 [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': 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': 0,
'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-30 10:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986086%27 HTTP/1.1" 200 None
2026-03-30 10:51:24 [ayvens.be] INFO: Saving data for 1986086: {'auction_closing_time': 1775028600.0, 'created_time': 1774565229.836965, 'last_price_update_time': 1774867884.657429}
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986086') HTTP/1.1" 204 0
2026-03-30 10:51:24 [ayvens.be] INFO: Found listing with ID: 1986087
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986087%27 HTTP/1.1" 200 None
2026-03-30 10:51:24 [ayvens.be] INFO: Scrape type for 1986087: 2
2026-03-30 10:51:24 [ayvens.be] INFO: Extracting data for car ID: 1986087
2026-03-30 10:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with identifier: 1986087
2026-03-30 10:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with scrape type 2
2026-03-30 10:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with scrape type 2
2026-03-30 10:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46, identifier: 1986087
2026-03-30 10:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with identifier: 1986087
2026-03-30 10:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with identifier: 1986087
2026-03-30 10:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 99135a3f-f7a2-5591-a39c-c1ee2be1dc46 with identifier: 1986087 to the API
2026-03-30 10:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:25 [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': 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': 0,
'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-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [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-30 10:51:25 [ayvens.be] INFO: Saving data for 1986087: {'auction_closing_time': 1775028600.0, 'created_time': 1774565231.083902, 'last_price_update_time': 1774867885.083242}
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986087') HTTP/1.1" 204 0
2026-03-30 10:51:25 [ayvens.be] INFO: Found listing with ID: 1986088
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [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-30 10:51:25 [ayvens.be] INFO: Scrape type for 1986088: 2
2026-03-30 10:51:25 [ayvens.be] INFO: Extracting data for car ID: 1986088
2026-03-30 10:51:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with identifier: 1986088
2026-03-30 10:51:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with scrape type 2
2026-03-30 10:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with scrape type 2
2026-03-30 10:51:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1ac92778-2e6d-51b5-a3d8-10524ea99f71, identifier: 1986088
2026-03-30 10:51:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with identifier: 1986088
2026-03-30 10:51:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with identifier: 1986088
2026-03-30 10:51:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1ac92778-2e6d-51b5-a3d8-10524ea99f71 with identifier: 1986088 to the API
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:25 [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': '',
'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': 0,
'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-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [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-30 10:51:25 [ayvens.be] INFO: Saving data for 1986088: {'auction_closing_time': 1775028600.0, 'created_time': 1774565232.902704, 'last_price_update_time': 1774867885.480569}
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986088') HTTP/1.1" 204 0
2026-03-30 10:51:25 [ayvens.be] INFO: Found listing with ID: 1986089
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [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-30 10:51:25 [ayvens.be] INFO: Scrape type for 1986089: 2
2026-03-30 10:51:25 [ayvens.be] INFO: Extracting data for car ID: 1986089
2026-03-30 10:51:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2278d22-bc6b-5ae7-a622-e79eb64ea72e with identifier: 1986089
2026-03-30 10:51:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e with scrape type 2
2026-03-30 10:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2278d22-bc6b-5ae7-a622-e79eb64ea72e with scrape type 2
2026-03-30 10:51:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f2278d22-bc6b-5ae7-a622-e79eb64ea72e, identifier: 1986089
2026-03-30 10:51:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f2278d22-bc6b-5ae7-a622-e79eb64ea72e with identifier: 1986089
2026-03-30 10:51:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f2278d22-bc6b-5ae7-a622-e79eb64ea72e with identifier: 1986089
2026-03-30 10:51:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f2278d22-bc6b-5ae7-a622-e79eb64ea72e with identifier: 1986089 to the API
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:25 [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': 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': 0,
'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-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [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-30 10:51:25 [ayvens.be] INFO: Saving data for 1986089: {'auction_closing_time': 1775028600.0, 'created_time': 1774565234.429851, 'last_price_update_time': 1774867885.894208}
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986089') HTTP/1.1" 204 0
2026-03-30 10:51:25 [ayvens.be] INFO: Found listing with ID: 1986090
2026-03-30 10:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:25 [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-30 10:51:25 [ayvens.be] INFO: Scrape type for 1986090: 2
2026-03-30 10:51:25 [ayvens.be] INFO: Extracting data for car ID: 1986090
2026-03-30 10:51:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8e390a-818c-5cb0-8ed8-efc7879adb32 with identifier: 1986090
2026-03-30 10:51:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8e390a-818c-5cb0-8ed8-efc7879adb32 with scrape type 2
2026-03-30 10:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab8e390a-818c-5cb0-8ed8-efc7879adb32 with scrape type 2
2026-03-30 10:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ab8e390a-818c-5cb0-8ed8-efc7879adb32, identifier: 1986090
2026-03-30 10:51:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ab8e390a-818c-5cb0-8ed8-efc7879adb32 with identifier: 1986090
2026-03-30 10:51:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ab8e390a-818c-5cb0-8ed8-efc7879adb32 with identifier: 1986090
2026-03-30 10:51:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ab8e390a-818c-5cb0-8ed8-efc7879adb32 with identifier: 1986090 to the API
2026-03-30 10:51:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:26 [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': 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': 0,
'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-30 10:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:26 [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-30 10:51:26 [ayvens.be] INFO: Saving data for 1986090: {'auction_closing_time': 1775028600.0, 'created_time': 1774565236.091017, 'last_price_update_time': 1774867886.30356}
2026-03-30 10:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986090') HTTP/1.1" 204 0
2026-03-30 10:51:26 [ayvens.be] INFO: Found listing with ID: 1986091
2026-03-30 10:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:26 [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-30 10:51:26 [ayvens.be] INFO: Scrape type for 1986091: 2
2026-03-30 10:51:26 [ayvens.be] INFO: Extracting data for car ID: 1986091
2026-03-30 10:51:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e679bfcc-7b17-50d8-b2fb-cb19d684a68d with identifier: 1986091
2026-03-30 10:51:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d with scrape type 2
2026-03-30 10:51:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e679bfcc-7b17-50d8-b2fb-cb19d684a68d with scrape type 2
2026-03-30 10:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e679bfcc-7b17-50d8-b2fb-cb19d684a68d, identifier: 1986091
2026-03-30 10:51:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e679bfcc-7b17-50d8-b2fb-cb19d684a68d with identifier: 1986091
2026-03-30 10:51:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e679bfcc-7b17-50d8-b2fb-cb19d684a68d with identifier: 1986091
2026-03-30 10:51:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e679bfcc-7b17-50d8-b2fb-cb19d684a68d with identifier: 1986091 to the API
2026-03-30 10:51:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:26 [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': 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': 0,
'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-30 10:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:26 [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-30 10:51:26 [ayvens.be] INFO: Saving data for 1986091: {'auction_closing_time': 1775028600.0, 'created_time': 1774565238.383889, 'last_price_update_time': 1774867886.705108}
2026-03-30 10:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986091') HTTP/1.1" 204 0
2026-03-30 10:51:26 [ayvens.be] INFO: Found listing with ID: 1986092
2026-03-30 10:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:26 [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-30 10:51:26 [ayvens.be] INFO: Scrape type for 1986092: 2
2026-03-30 10:51:26 [ayvens.be] INFO: Extracting data for car ID: 1986092
2026-03-30 10:51:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5180510f-bf8c-5918-b9d0-c59c4af40884 with identifier: 1986092
2026-03-30 10:51:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5180510f-bf8c-5918-b9d0-c59c4af40884 with scrape type 2
2026-03-30 10:51:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5180510f-bf8c-5918-b9d0-c59c4af40884 with scrape type 2
2026-03-30 10:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5180510f-bf8c-5918-b9d0-c59c4af40884, identifier: 1986092
2026-03-30 10:51:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5180510f-bf8c-5918-b9d0-c59c4af40884 with identifier: 1986092
2026-03-30 10:51:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5180510f-bf8c-5918-b9d0-c59c4af40884 with identifier: 1986092
2026-03-30 10:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5180510f-bf8c-5918-b9d0-c59c4af40884 with identifier: 1986092 to the API
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:27 [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': 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': 0,
'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-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986092%27 HTTP/1.1" 200 None
2026-03-30 10:51:27 [ayvens.be] INFO: Saving data for 1986092: {'auction_closing_time': 1775028600.0, 'created_time': 1774565240.064697, 'last_price_update_time': 1774867887.197239}
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986092') HTTP/1.1" 204 0
2026-03-30 10:51:27 [ayvens.be] INFO: Found listing with ID: 1986093
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986093%27 HTTP/1.1" 200 None
2026-03-30 10:51:27 [ayvens.be] INFO: Scrape type for 1986093: 2
2026-03-30 10:51:27 [ayvens.be] INFO: Extracting data for car ID: 1986093
2026-03-30 10:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b90900cd-b928-549e-9757-b894d285e993 with identifier: 1986093
2026-03-30 10:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b90900cd-b928-549e-9757-b894d285e993 with scrape type 2
2026-03-30 10:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b90900cd-b928-549e-9757-b894d285e993 with scrape type 2
2026-03-30 10:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b90900cd-b928-549e-9757-b894d285e993, identifier: 1986093
2026-03-30 10:51:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b90900cd-b928-549e-9757-b894d285e993 with identifier: 1986093
2026-03-30 10:51:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b90900cd-b928-549e-9757-b894d285e993 with identifier: 1986093
2026-03-30 10:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b90900cd-b928-549e-9757-b894d285e993 with identifier: 1986093 to the API
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:27 [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': 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': 0,
'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-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986093%27 HTTP/1.1" 200 None
2026-03-30 10:51:27 [ayvens.be] INFO: Saving data for 1986093: {'auction_closing_time': 1775028600.0, 'created_time': 1774565241.593402, 'last_price_update_time': 1774867887.584448}
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986093') HTTP/1.1" 204 0
2026-03-30 10:51:27 [ayvens.be] INFO: Found listing with ID: 1986094
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986094%27 HTTP/1.1" 200 None
2026-03-30 10:51:27 [ayvens.be] INFO: Scrape type for 1986094: 2
2026-03-30 10:51:27 [ayvens.be] INFO: Extracting data for car ID: 1986094
2026-03-30 10:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2210c3c3-db88-5842-8418-cbfbdbf20245 with identifier: 1986094
2026-03-30 10:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2210c3c3-db88-5842-8418-cbfbdbf20245 with scrape type 2
2026-03-30 10:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2210c3c3-db88-5842-8418-cbfbdbf20245 with scrape type 2
2026-03-30 10:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2210c3c3-db88-5842-8418-cbfbdbf20245, identifier: 1986094
2026-03-30 10:51:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2210c3c3-db88-5842-8418-cbfbdbf20245 with identifier: 1986094
2026-03-30 10:51:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2210c3c3-db88-5842-8418-cbfbdbf20245 with identifier: 1986094
2026-03-30 10:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2210c3c3-db88-5842-8418-cbfbdbf20245 with identifier: 1986094 to the API
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:27 [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': 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': 0,
'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-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986094%27 HTTP/1.1" 200 None
2026-03-30 10:51:27 [ayvens.be] INFO: Saving data for 1986094: {'auction_closing_time': 1775028600.0, 'created_time': 1774565244.037265, 'last_price_update_time': 1774867887.966044}
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986094') HTTP/1.1" 204 0
2026-03-30 10:51:27 [ayvens.be] INFO: Found listing with ID: 1986095
2026-03-30 10:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986095%27 HTTP/1.1" 200 None
2026-03-30 10:51:28 [ayvens.be] INFO: Scrape type for 1986095: 2
2026-03-30 10:51:28 [ayvens.be] INFO: Extracting data for car ID: 1986095
2026-03-30 10:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with identifier: 1986095
2026-03-30 10:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with scrape type 2
2026-03-30 10:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with scrape type 2
2026-03-30 10:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2, identifier: 1986095
2026-03-30 10:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with identifier: 1986095
2026-03-30 10:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with identifier: 1986095
2026-03-30 10:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 61b6d6b6-83de-527e-a30b-7d1dcea0a6a2 with identifier: 1986095 to the API
2026-03-30 10:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:28 [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': 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': 0,
'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-30 10:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986095%27 HTTP/1.1" 200 None
2026-03-30 10:51:28 [ayvens.be] INFO: Saving data for 1986095: {'auction_closing_time': 1775028600.0, 'created_time': 1774565260.904431, 'last_price_update_time': 1774867888.362645}
2026-03-30 10:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986095') HTTP/1.1" 204 0
2026-03-30 10:51:28 [ayvens.be] INFO: Found listing with ID: 1986096
2026-03-30 10:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986096%27 HTTP/1.1" 200 None
2026-03-30 10:51:28 [ayvens.be] INFO: Scrape type for 1986096: 2
2026-03-30 10:51:28 [ayvens.be] INFO: Extracting data for car ID: 1986096
2026-03-30 10:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with identifier: 1986096
2026-03-30 10:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with scrape type 2
2026-03-30 10:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with scrape type 2
2026-03-30 10:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fda00ae2-cb85-5aaf-8fae-4fc7773133b1, identifier: 1986096
2026-03-30 10:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with identifier: 1986096
2026-03-30 10:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with identifier: 1986096
2026-03-30 10:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fda00ae2-cb85-5aaf-8fae-4fc7773133b1 with identifier: 1986096 to the API
2026-03-30 10:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:28 [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': 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': 0,
'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-30 10:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986096%27 HTTP/1.1" 200 None
2026-03-30 10:51:28 [ayvens.be] INFO: Saving data for 1986096: {'auction_closing_time': 1775028600.0, 'created_time': 1774565255.996619, 'last_price_update_time': 1774867888.764461}
2026-03-30 10:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986096') HTTP/1.1" 204 0
2026-03-30 10:51:28 [ayvens.be] INFO: Found listing with ID: 1986097
2026-03-30 10:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986097%27 HTTP/1.1" 200 None
2026-03-30 10:51:28 [ayvens.be] INFO: Scrape type for 1986097: 2
2026-03-30 10:51:28 [ayvens.be] INFO: Extracting data for car ID: 1986097
2026-03-30 10:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b897af89-92d5-5fd7-96fb-123d33a94a50 with identifier: 1986097
2026-03-30 10:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b897af89-92d5-5fd7-96fb-123d33a94a50 with scrape type 2
2026-03-30 10:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b897af89-92d5-5fd7-96fb-123d33a94a50 with scrape type 2
2026-03-30 10:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b897af89-92d5-5fd7-96fb-123d33a94a50, identifier: 1986097
2026-03-30 10:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b897af89-92d5-5fd7-96fb-123d33a94a50 with identifier: 1986097
2026-03-30 10:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b897af89-92d5-5fd7-96fb-123d33a94a50 with identifier: 1986097
2026-03-30 10:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b897af89-92d5-5fd7-96fb-123d33a94a50 with identifier: 1986097 to the API
2026-03-30 10:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:29 [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': 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': 0,
'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-30 10:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986097%27 HTTP/1.1" 200 None
2026-03-30 10:51:29 [ayvens.be] INFO: Saving data for 1986097: {'auction_closing_time': 1775028600.0, 'created_time': 1774565253.490316, 'last_price_update_time': 1774867889.555075}
2026-03-30 10:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986097') HTTP/1.1" 204 0
2026-03-30 10:51:29 [ayvens.be] INFO: Found listing with ID: 1986098
2026-03-30 10:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986098%27 HTTP/1.1" 200 None
2026-03-30 10:51:29 [ayvens.be] INFO: Scrape type for 1986098: 2
2026-03-30 10:51:29 [ayvens.be] INFO: Extracting data for car ID: 1986098
2026-03-30 10:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with identifier: 1986098
2026-03-30 10:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with scrape type 2
2026-03-30 10:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with scrape type 2
2026-03-30 10:51:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36, identifier: 1986098
2026-03-30 10:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with identifier: 1986098
2026-03-30 10:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with identifier: 1986098
2026-03-30 10:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: de3c7f05-fd73-53d0-9829-e3d2e4cb7d36 with identifier: 1986098 to the API
2026-03-30 10:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51: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': 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': 0,
'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-30 10:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986098%27 HTTP/1.1" 200 None
2026-03-30 10:51:30 [ayvens.be] INFO: Saving data for 1986098: {'auction_closing_time': 1775028600.0, 'created_time': 1774565248.828598, 'last_price_update_time': 1774867890.033506}
2026-03-30 10:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986098') HTTP/1.1" 204 0
2026-03-30 10:51:30 [ayvens.be] INFO: Found listing with ID: 1986099
2026-03-30 10:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986099%27 HTTP/1.1" 200 None
2026-03-30 10:51:30 [ayvens.be] INFO: Scrape type for 1986099: 2
2026-03-30 10:51:30 [ayvens.be] INFO: Extracting data for car ID: 1986099
2026-03-30 10:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3dca273-170e-552b-ad06-a9ed40af2ea1 with identifier: 1986099
2026-03-30 10:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3dca273-170e-552b-ad06-a9ed40af2ea1 with scrape type 2
2026-03-30 10:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3dca273-170e-552b-ad06-a9ed40af2ea1 with scrape type 2
2026-03-30 10:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e3dca273-170e-552b-ad06-a9ed40af2ea1, identifier: 1986099
2026-03-30 10:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e3dca273-170e-552b-ad06-a9ed40af2ea1 with identifier: 1986099
2026-03-30 10:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e3dca273-170e-552b-ad06-a9ed40af2ea1 with identifier: 1986099
2026-03-30 10:51: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-30 10:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:31 [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': 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': 0,
'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-30 10:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986099%27 HTTP/1.1" 200 None
2026-03-30 10:51:31 [ayvens.be] INFO: Saving data for 1986099: {'auction_closing_time': 1775028600.0, 'created_time': 1774565250.303148, 'last_price_update_time': 1774867891.028054}
2026-03-30 10:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986099') HTTP/1.1" 204 0
2026-03-30 10:51:31 [ayvens.be] INFO: Found listing with ID: 1986100
2026-03-30 10:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986100%27 HTTP/1.1" 200 None
2026-03-30 10:51:31 [ayvens.be] INFO: Scrape type for 1986100: 2
2026-03-30 10:51:31 [ayvens.be] INFO: Extracting data for car ID: 1986100
2026-03-30 10:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 917f2936-fc79-57a2-8b59-fbf3f397ac37 with identifier: 1986100
2026-03-30 10:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 917f2936-fc79-57a2-8b59-fbf3f397ac37 with scrape type 2
2026-03-30 10:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 917f2936-fc79-57a2-8b59-fbf3f397ac37 with scrape type 2
2026-03-30 10:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 917f2936-fc79-57a2-8b59-fbf3f397ac37, identifier: 1986100
2026-03-30 10:51:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 917f2936-fc79-57a2-8b59-fbf3f397ac37 with identifier: 1986100
2026-03-30 10:51:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 917f2936-fc79-57a2-8b59-fbf3f397ac37 with identifier: 1986100
2026-03-30 10:51:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 917f2936-fc79-57a2-8b59-fbf3f397ac37 with identifier: 1986100 to the API
2026-03-30 10:51:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986100%27 HTTP/1.1" 200 None
2026-03-30 10:51:32 [ayvens.be] INFO: Saving data for 1986100: {'auction_closing_time': 1775028600.0, 'created_time': 1774565254.820748, 'last_price_update_time': 1774867892.157698}
2026-03-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986100') HTTP/1.1" 204 0
2026-03-30 10:51:32 [ayvens.be] INFO: Found listing with ID: 1986101
2026-03-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986101%27 HTTP/1.1" 200 None
2026-03-30 10:51:32 [ayvens.be] INFO: Scrape type for 1986101: 2
2026-03-30 10:51:32 [ayvens.be] INFO: Extracting data for car ID: 1986101
2026-03-30 10:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59805e72-f6f4-5022-ad2e-bc7240d6c422 with identifier: 1986101
2026-03-30 10:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59805e72-f6f4-5022-ad2e-bc7240d6c422 with scrape type 2
2026-03-30 10:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59805e72-f6f4-5022-ad2e-bc7240d6c422 with scrape type 2
2026-03-30 10:51:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 59805e72-f6f4-5022-ad2e-bc7240d6c422, identifier: 1986101
2026-03-30 10:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 59805e72-f6f4-5022-ad2e-bc7240d6c422 with identifier: 1986101
2026-03-30 10:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 59805e72-f6f4-5022-ad2e-bc7240d6c422 with identifier: 1986101
2026-03-30 10:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 59805e72-f6f4-5022-ad2e-bc7240d6c422 with identifier: 1986101 to the API
2026-03-30 10:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:32 [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-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': 0,
'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-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986101%27 HTTP/1.1" 200 None
2026-03-30 10:51:32 [ayvens.be] INFO: Saving data for 1986101: {'auction_closing_time': 1775028600.0, 'created_time': 1774565253.851652, 'last_price_update_time': 1774867892.57926}
2026-03-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986101') HTTP/1.1" 204 0
2026-03-30 10:51:32 [ayvens.be] INFO: Found listing with ID: 1986102
2026-03-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986102%27 HTTP/1.1" 200 None
2026-03-30 10:51:32 [ayvens.be] INFO: Scrape type for 1986102: 2
2026-03-30 10:51:32 [ayvens.be] INFO: Extracting data for car ID: 1986102
2026-03-30 10:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe663be6-9724-57b4-b3f9-c897ef50756e with identifier: 1986102
2026-03-30 10:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe663be6-9724-57b4-b3f9-c897ef50756e with scrape type 2
2026-03-30 10:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe663be6-9724-57b4-b3f9-c897ef50756e with scrape type 2
2026-03-30 10:51:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fe663be6-9724-57b4-b3f9-c897ef50756e, identifier: 1986102
2026-03-30 10:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fe663be6-9724-57b4-b3f9-c897ef50756e with identifier: 1986102
2026-03-30 10:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fe663be6-9724-57b4-b3f9-c897ef50756e with identifier: 1986102
2026-03-30 10:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fe663be6-9724-57b4-b3f9-c897ef50756e with identifier: 1986102 to the API
2026-03-30 10:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:32 [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': 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': 0,
'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-30 10:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986102%27 HTTP/1.1" 200 None
2026-03-30 10:51:32 [ayvens.be] INFO: Saving data for 1986102: {'auction_closing_time': 1775028600.0, 'created_time': 1774565256.677537, 'last_price_update_time': 1774867892.999402}
2026-03-30 10:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986102') HTTP/1.1" 204 0
2026-03-30 10:51:33 [ayvens.be] INFO: Found listing with ID: 1986103
2026-03-30 10:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986103%27 HTTP/1.1" 200 None
2026-03-30 10:51:33 [ayvens.be] INFO: Scrape type for 1986103: 2
2026-03-30 10:51:33 [ayvens.be] INFO: Extracting data for car ID: 1986103
2026-03-30 10:51:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with identifier: 1986103
2026-03-30 10:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with scrape type 2
2026-03-30 10:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with scrape type 2
2026-03-30 10:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3, identifier: 1986103
2026-03-30 10:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with identifier: 1986103
2026-03-30 10:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with identifier: 1986103
2026-03-30 10:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9d58c301-dab2-5aa2-8d0a-a5d15dbc93e3 with identifier: 1986103 to the API
2026-03-30 10:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:33 [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': 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': 0,
'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-30 10:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986103%27 HTTP/1.1" 200 None
2026-03-30 10:51:33 [ayvens.be] INFO: Saving data for 1986103: {'auction_closing_time': 1775028600.0, 'created_time': 1774565257.955792, 'last_price_update_time': 1774867893.500972}
2026-03-30 10:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986103') HTTP/1.1" 204 0
2026-03-30 10:51:33 [ayvens.be] INFO: Found listing with ID: 1986104
2026-03-30 10:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986104%27 HTTP/1.1" 200 None
2026-03-30 10:51:33 [ayvens.be] INFO: Scrape type for 1986104: 2
2026-03-30 10:51:33 [ayvens.be] INFO: Extracting data for car ID: 1986104
2026-03-30 10:51:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with identifier: 1986104
2026-03-30 10:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with scrape type 2
2026-03-30 10:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with scrape type 2
2026-03-30 10:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 26ad01cb-b78b-5f5e-b11d-de81424be4a4, identifier: 1986104
2026-03-30 10:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with identifier: 1986104
2026-03-30 10:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with identifier: 1986104
2026-03-30 10:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 26ad01cb-b78b-5f5e-b11d-de81424be4a4 with identifier: 1986104 to the API
2026-03-30 10:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:34 [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': 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': 0,
'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-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986104%27 HTTP/1.1" 200 None
2026-03-30 10:51:34 [ayvens.be] INFO: Saving data for 1986104: {'auction_closing_time': 1775028600.0, 'created_time': 1774565260.519678, 'last_price_update_time': 1774867894.157607}
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986104') HTTP/1.1" 204 0
2026-03-30 10:51:34 [ayvens.be] INFO: Found listing with ID: 1986105
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986105%27 HTTP/1.1" 200 None
2026-03-30 10:51:34 [ayvens.be] INFO: Scrape type for 1986105: 2
2026-03-30 10:51:34 [ayvens.be] INFO: Extracting data for car ID: 1986105
2026-03-30 10:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1337cdc-52f0-5c11-b22c-b6e1006cb547 with identifier: 1986105
2026-03-30 10:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1337cdc-52f0-5c11-b22c-b6e1006cb547 with scrape type 2
2026-03-30 10:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1337cdc-52f0-5c11-b22c-b6e1006cb547 with scrape type 2
2026-03-30 10:51:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c1337cdc-52f0-5c11-b22c-b6e1006cb547, identifier: 1986105
2026-03-30 10:51:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c1337cdc-52f0-5c11-b22c-b6e1006cb547 with identifier: 1986105
2026-03-30 10:51:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c1337cdc-52f0-5c11-b22c-b6e1006cb547 with identifier: 1986105
2026-03-30 10:51:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c1337cdc-52f0-5c11-b22c-b6e1006cb547 with identifier: 1986105 to the API
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:34 [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': 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': 0,
'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-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986105%27 HTTP/1.1" 200 None
2026-03-30 10:51:34 [ayvens.be] INFO: Saving data for 1986105: {'auction_closing_time': 1775028600.0, 'created_time': 1774565274.26765, 'last_price_update_time': 1774867894.57255}
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986105') HTTP/1.1" 204 0
2026-03-30 10:51:34 [ayvens.be] INFO: Found listing with ID: 1986106
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986106%27 HTTP/1.1" 200 None
2026-03-30 10:51:34 [ayvens.be] INFO: Scrape type for 1986106: 2
2026-03-30 10:51:34 [ayvens.be] INFO: Extracting data for car ID: 1986106
2026-03-30 10:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with identifier: 1986106
2026-03-30 10:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with scrape type 2
2026-03-30 10:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with scrape type 2
2026-03-30 10:51:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd, identifier: 1986106
2026-03-30 10:51:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with identifier: 1986106
2026-03-30 10:51:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with identifier: 1986106
2026-03-30 10:51:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 85f1fb64-95ba-570e-a94a-6ccd7fe7ebfd with identifier: 1986106 to the API
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:34 [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': 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': 0,
'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-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986106%27 HTTP/1.1" 200 None
2026-03-30 10:51:34 [ayvens.be] INFO: Saving data for 1986106: {'auction_closing_time': 1775028600.0, 'created_time': 1774565271.964456, 'last_price_update_time': 1774867894.969121}
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986106') HTTP/1.1" 204 0
2026-03-30 10:51:34 [ayvens.be] INFO: Found listing with ID: 1986107
2026-03-30 10:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:35 [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-30 10:51:35 [ayvens.be] INFO: Scrape type for 1986107: 2
2026-03-30 10:51:35 [ayvens.be] INFO: Extracting data for car ID: 1986107
2026-03-30 10:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 044d959a-eef7-583f-bf76-18ca8f11cefa with identifier: 1986107
2026-03-30 10:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 044d959a-eef7-583f-bf76-18ca8f11cefa with scrape type 2
2026-03-30 10:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 044d959a-eef7-583f-bf76-18ca8f11cefa with scrape type 2
2026-03-30 10:51:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 044d959a-eef7-583f-bf76-18ca8f11cefa, identifier: 1986107
2026-03-30 10:51:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 044d959a-eef7-583f-bf76-18ca8f11cefa with identifier: 1986107
2026-03-30 10:51:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 044d959a-eef7-583f-bf76-18ca8f11cefa with identifier: 1986107
2026-03-30 10:51:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 044d959a-eef7-583f-bf76-18ca8f11cefa with identifier: 1986107 to the API
2026-03-30 10:51:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:35 [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': 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': 0,
'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-30 10:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:35 [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-30 10:51:35 [ayvens.be] INFO: Saving data for 1986107: {'auction_closing_time': 1775028600.0, 'created_time': 1774565264.095872, 'last_price_update_time': 1774867895.358905}
2026-03-30 10:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986107') HTTP/1.1" 204 0
2026-03-30 10:51:35 [ayvens.be] INFO: Found listing with ID: 1986108
2026-03-30 10:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:35 [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-30 10:51:35 [ayvens.be] INFO: Scrape type for 1986108: 2
2026-03-30 10:51:35 [ayvens.be] INFO: Extracting data for car ID: 1986108
2026-03-30 10:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c69b35c-520e-512b-907d-80a9f87c56ee with identifier: 1986108
2026-03-30 10:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c69b35c-520e-512b-907d-80a9f87c56ee with scrape type 2
2026-03-30 10:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c69b35c-520e-512b-907d-80a9f87c56ee with scrape type 2
2026-03-30 10:51:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2c69b35c-520e-512b-907d-80a9f87c56ee, identifier: 1986108
2026-03-30 10:51:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2c69b35c-520e-512b-907d-80a9f87c56ee with identifier: 1986108
2026-03-30 10:51:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2c69b35c-520e-512b-907d-80a9f87c56ee with identifier: 1986108
2026-03-30 10:51:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2c69b35c-520e-512b-907d-80a9f87c56ee with identifier: 1986108 to the API
2026-03-30 10:51:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:35 [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': 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': 0,
'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-30 10:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:35 [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-30 10:51:35 [ayvens.be] INFO: Saving data for 1986108: {'auction_closing_time': 1775028600.0, 'created_time': 1774565269.862624, 'last_price_update_time': 1774867895.764407}
2026-03-30 10:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986108') HTTP/1.1" 204 0
2026-03-30 10:51:35 [ayvens.be] INFO: Found listing with ID: 1986109
2026-03-30 10:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:35 [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-30 10:51:35 [ayvens.be] INFO: Scrape type for 1986109: 2
2026-03-30 10:51:35 [ayvens.be] INFO: Extracting data for car ID: 1986109
2026-03-30 10:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200aebf9-af41-5b65-8832-43f5d7dfd460 with identifier: 1986109
2026-03-30 10:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200aebf9-af41-5b65-8832-43f5d7dfd460 with scrape type 2
2026-03-30 10:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 200aebf9-af41-5b65-8832-43f5d7dfd460 with scrape type 2
2026-03-30 10:51:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 200aebf9-af41-5b65-8832-43f5d7dfd460, identifier: 1986109
2026-03-30 10:51:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 200aebf9-af41-5b65-8832-43f5d7dfd460 with identifier: 1986109
2026-03-30 10:51:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 200aebf9-af41-5b65-8832-43f5d7dfd460 with identifier: 1986109
2026-03-30 10:51:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 200aebf9-af41-5b65-8832-43f5d7dfd460 with identifier: 1986109 to the API
2026-03-30 10:51:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:36 [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': 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': 0,
'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-30 10:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986109%27 HTTP/1.1" 200 None
2026-03-30 10:51:36 [ayvens.be] INFO: Saving data for 1986109: {'auction_closing_time': 1775028600.0, 'created_time': 1774565268.697338, 'last_price_update_time': 1774867896.241361}
2026-03-30 10:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986109') HTTP/1.1" 204 0
2026-03-30 10:51:36 [ayvens.be] INFO: Found listing with ID: 1986110
2026-03-30 10:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986110%27 HTTP/1.1" 200 None
2026-03-30 10:51:36 [ayvens.be] INFO: Scrape type for 1986110: 2
2026-03-30 10:51:36 [ayvens.be] INFO: Extracting data for car ID: 1986110
2026-03-30 10:51:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 101d4a91-593b-5171-a207-9f994ad6bf13 with identifier: 1986110
2026-03-30 10:51:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 101d4a91-593b-5171-a207-9f994ad6bf13 with scrape type 2
2026-03-30 10:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 101d4a91-593b-5171-a207-9f994ad6bf13 with scrape type 2
2026-03-30 10:51:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 101d4a91-593b-5171-a207-9f994ad6bf13, identifier: 1986110
2026-03-30 10:51:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 101d4a91-593b-5171-a207-9f994ad6bf13 with identifier: 1986110
2026-03-30 10:51:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 101d4a91-593b-5171-a207-9f994ad6bf13 with identifier: 1986110
2026-03-30 10:51:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 101d4a91-593b-5171-a207-9f994ad6bf13 with identifier: 1986110 to the API
2026-03-30 10:51:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:37 [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': 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': 0,
'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-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986110%27 HTTP/1.1" 200 None
2026-03-30 10:51:37 [ayvens.be] INFO: Saving data for 1986110: {'auction_closing_time': 1775028600.0, 'created_time': 1774565267.52955, 'last_price_update_time': 1774867897.045593}
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986110') HTTP/1.1" 204 0
2026-03-30 10:51:37 [ayvens.be] INFO: Found listing with ID: 1986111
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986111%27 HTTP/1.1" 200 None
2026-03-30 10:51:37 [ayvens.be] INFO: Scrape type for 1986111: 2
2026-03-30 10:51:37 [ayvens.be] INFO: Extracting data for car ID: 1986111
2026-03-30 10:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b6522c-3b16-5915-8240-889381cbcf12 with identifier: 1986111
2026-03-30 10:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b6522c-3b16-5915-8240-889381cbcf12 with scrape type 2
2026-03-30 10:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b6522c-3b16-5915-8240-889381cbcf12 with scrape type 2
2026-03-30 10:51:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 38b6522c-3b16-5915-8240-889381cbcf12, identifier: 1986111
2026-03-30 10:51:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 38b6522c-3b16-5915-8240-889381cbcf12 with identifier: 1986111
2026-03-30 10:51:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 38b6522c-3b16-5915-8240-889381cbcf12 with identifier: 1986111
2026-03-30 10:51:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 38b6522c-3b16-5915-8240-889381cbcf12 with identifier: 1986111 to the API
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:37 [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': 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': 0,
'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-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986111%27 HTTP/1.1" 200 None
2026-03-30 10:51:37 [ayvens.be] INFO: Saving data for 1986111: {'auction_closing_time': 1775028600.0, 'created_time': 1774565271.167112, 'last_price_update_time': 1774867897.477474}
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986111') HTTP/1.1" 204 0
2026-03-30 10:51:37 [ayvens.be] INFO: Found listing with ID: 1986112
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986112%27 HTTP/1.1" 200 None
2026-03-30 10:51:37 [ayvens.be] INFO: Scrape type for 1986112: 2
2026-03-30 10:51:37 [ayvens.be] INFO: Extracting data for car ID: 1986112
2026-03-30 10:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with identifier: 1986112
2026-03-30 10:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with scrape type 2
2026-03-30 10:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with scrape type 2
2026-03-30 10:51:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e1b696bd-cdc7-5c8f-a787-cc9fb6644017, identifier: 1986112
2026-03-30 10:51:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with identifier: 1986112
2026-03-30 10:51:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with identifier: 1986112
2026-03-30 10:51:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e1b696bd-cdc7-5c8f-a787-cc9fb6644017 with identifier: 1986112 to the API
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986112%27 HTTP/1.1" 200 None
2026-03-30 10:51:37 [ayvens.be] INFO: Saving data for 1986112: {'auction_closing_time': 1775028600.0, 'created_time': 1774565272.632131, 'last_price_update_time': 1774867897.895228}
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986112') HTTP/1.1" 204 0
2026-03-30 10:51:37 [ayvens.be] INFO: Found listing with ID: 1986113
2026-03-30 10:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986113%27 HTTP/1.1" 200 None
2026-03-30 10:51:37 [ayvens.be] INFO: Scrape type for 1986113: 2
2026-03-30 10:51:37 [ayvens.be] INFO: Extracting data for car ID: 1986113
2026-03-30 10:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d09e213b-dcb3-5849-8c5a-aff923d9a202 with identifier: 1986113
2026-03-30 10:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d09e213b-dcb3-5849-8c5a-aff923d9a202 with scrape type 2
2026-03-30 10:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d09e213b-dcb3-5849-8c5a-aff923d9a202 with scrape type 2
2026-03-30 10:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d09e213b-dcb3-5849-8c5a-aff923d9a202, identifier: 1986113
2026-03-30 10:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d09e213b-dcb3-5849-8c5a-aff923d9a202 with identifier: 1986113
2026-03-30 10:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d09e213b-dcb3-5849-8c5a-aff923d9a202 with identifier: 1986113
2026-03-30 10:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d09e213b-dcb3-5849-8c5a-aff923d9a202 with identifier: 1986113 to the API
2026-03-30 10:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:38 [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': 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': 0,
'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-30 10:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986113%27 HTTP/1.1" 200 None
2026-03-30 10:51:38 [ayvens.be] INFO: Saving data for 1986113: {'auction_closing_time': 1775028600.0, 'created_time': 1774565275.834599, 'last_price_update_time': 1774867898.304919}
2026-03-30 10:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986113') HTTP/1.1" 204 0
2026-03-30 10:51:38 [ayvens.be] INFO: Found listing with ID: 1986114
2026-03-30 10:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986114%27 HTTP/1.1" 200 None
2026-03-30 10:51:38 [ayvens.be] INFO: Scrape type for 1986114: 2
2026-03-30 10:51:38 [ayvens.be] INFO: Extracting data for car ID: 1986114
2026-03-30 10:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with identifier: 1986114
2026-03-30 10:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with scrape type 2
2026-03-30 10:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with scrape type 2
2026-03-30 10:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8, identifier: 1986114
2026-03-30 10:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with identifier: 1986114
2026-03-30 10:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with identifier: 1986114
2026-03-30 10:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fc3a069a-ed71-5f2e-8d9a-86ad24a3f2a8 with identifier: 1986114 to the API
2026-03-30 10:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:38 [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': 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': 0,
'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-30 10:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986114%27 HTTP/1.1" 200 None
2026-03-30 10:51:38 [ayvens.be] INFO: Saving data for 1986114: {'auction_closing_time': 1775028600.0, 'created_time': 1774565277.109869, 'last_price_update_time': 1774867898.870649}
2026-03-30 10:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986114') HTTP/1.1" 204 0
2026-03-30 10:51:38 [ayvens.be] INFO: Found listing with ID: 1986115
2026-03-30 10:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986115%27 HTTP/1.1" 200 None
2026-03-30 10:51:38 [ayvens.be] INFO: Scrape type for 1986115: 2
2026-03-30 10:51:38 [ayvens.be] INFO: Extracting data for car ID: 1986115
2026-03-30 10:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with identifier: 1986115
2026-03-30 10:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with scrape type 2
2026-03-30 10:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with scrape type 2
2026-03-30 10:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3, identifier: 1986115
2026-03-30 10:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with identifier: 1986115
2026-03-30 10:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with identifier: 1986115
2026-03-30 10:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0c2f1084-9ea9-5906-8c9c-c7eddb6bb6a3 with identifier: 1986115 to the API
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:39 [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': 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': 0,
'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-30 10:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986115%27 HTTP/1.1" 200 None
2026-03-30 10:51:39 [ayvens.be] INFO: Saving data for 1986115: {'auction_closing_time': 1775028600.0, 'created_time': 1774565279.733715, 'last_price_update_time': 1774867899.303203}
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986115') HTTP/1.1" 204 0
2026-03-30 10:51:39 [ayvens.be] INFO: Found listing with ID: 1986116
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986116%27 HTTP/1.1" 200 None
2026-03-30 10:51:39 [ayvens.be] INFO: Scrape type for 1986116: 2
2026-03-30 10:51:39 [ayvens.be] INFO: Extracting data for car ID: 1986116
2026-03-30 10:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd05defc-932e-5f41-9fe2-636638421e1a with identifier: 1986116
2026-03-30 10:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd05defc-932e-5f41-9fe2-636638421e1a with scrape type 2
2026-03-30 10:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd05defc-932e-5f41-9fe2-636638421e1a with scrape type 2
2026-03-30 10:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bd05defc-932e-5f41-9fe2-636638421e1a, identifier: 1986116
2026-03-30 10:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bd05defc-932e-5f41-9fe2-636638421e1a with identifier: 1986116
2026-03-30 10:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bd05defc-932e-5f41-9fe2-636638421e1a with identifier: 1986116
2026-03-30 10:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bd05defc-932e-5f41-9fe2-636638421e1a with identifier: 1986116 to the API
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:39 [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': '',
'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': 0,
'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-30 10:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986116%27 HTTP/1.1" 200 None
2026-03-30 10:51:39 [ayvens.be] INFO: Saving data for 1986116: {'auction_closing_time': 1775028600.0, 'created_time': 1774565282.322426, 'last_price_update_time': 1774867899.687673}
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986116') HTTP/1.1" 204 0
2026-03-30 10:51:39 [ayvens.be] INFO: Found listing with ID: 1986117
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986117%27 HTTP/1.1" 200 None
2026-03-30 10:51:39 [ayvens.be] INFO: Scrape type for 1986117: 2
2026-03-30 10:51:39 [ayvens.be] INFO: Extracting data for car ID: 1986117
2026-03-30 10:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 796264d2-ef71-5414-ba30-f0650c221ace with identifier: 1986117
2026-03-30 10:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 796264d2-ef71-5414-ba30-f0650c221ace with scrape type 2
2026-03-30 10:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 796264d2-ef71-5414-ba30-f0650c221ace with scrape type 2
2026-03-30 10:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 796264d2-ef71-5414-ba30-f0650c221ace, identifier: 1986117
2026-03-30 10:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 796264d2-ef71-5414-ba30-f0650c221ace with identifier: 1986117
2026-03-30 10:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 796264d2-ef71-5414-ba30-f0650c221ace with identifier: 1986117
2026-03-30 10:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 796264d2-ef71-5414-ba30-f0650c221ace with identifier: 1986117 to the API
2026-03-30 10:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:40 [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': 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': 0,
'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-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986117%27 HTTP/1.1" 200 None
2026-03-30 10:51:40 [ayvens.be] INFO: Saving data for 1986117: {'auction_closing_time': 1775028600.0, 'created_time': 1774565282.673191, 'last_price_update_time': 1774867900.081225}
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986117') HTTP/1.1" 204 0
2026-03-30 10:51:40 [ayvens.be] INFO: Found listing with ID: 1986118
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986118%27 HTTP/1.1" 200 None
2026-03-30 10:51:40 [ayvens.be] INFO: Scrape type for 1986118: 2
2026-03-30 10:51:40 [ayvens.be] INFO: Extracting data for car ID: 1986118
2026-03-30 10:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0876d05a-e310-51a9-871a-8c4c4e06706d with identifier: 1986118
2026-03-30 10:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0876d05a-e310-51a9-871a-8c4c4e06706d with scrape type 2
2026-03-30 10:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0876d05a-e310-51a9-871a-8c4c4e06706d with scrape type 2
2026-03-30 10:51:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0876d05a-e310-51a9-871a-8c4c4e06706d, identifier: 1986118
2026-03-30 10:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0876d05a-e310-51a9-871a-8c4c4e06706d with identifier: 1986118
2026-03-30 10:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0876d05a-e310-51a9-871a-8c4c4e06706d with identifier: 1986118
2026-03-30 10:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0876d05a-e310-51a9-871a-8c4c4e06706d with identifier: 1986118 to the API
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:40 [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-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': 0,
'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-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986118%27 HTTP/1.1" 200 None
2026-03-30 10:51:40 [ayvens.be] INFO: Saving data for 1986118: {'auction_closing_time': 1775028600.0, 'created_time': 1774565283.687203, 'last_price_update_time': 1774867900.516692}
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986118') HTTP/1.1" 204 0
2026-03-30 10:51:40 [ayvens.be] INFO: Found listing with ID: 1986119
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986119%27 HTTP/1.1" 200 None
2026-03-30 10:51:40 [ayvens.be] INFO: Scrape type for 1986119: 2
2026-03-30 10:51:40 [ayvens.be] INFO: Extracting data for car ID: 1986119
2026-03-30 10:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e83682af-c1d5-556f-98a5-e781e5a0138b with identifier: 1986119
2026-03-30 10:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e83682af-c1d5-556f-98a5-e781e5a0138b with scrape type 2
2026-03-30 10:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e83682af-c1d5-556f-98a5-e781e5a0138b with scrape type 2
2026-03-30 10:51:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e83682af-c1d5-556f-98a5-e781e5a0138b, identifier: 1986119
2026-03-30 10:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e83682af-c1d5-556f-98a5-e781e5a0138b with identifier: 1986119
2026-03-30 10:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e83682af-c1d5-556f-98a5-e781e5a0138b with identifier: 1986119
2026-03-30 10:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e83682af-c1d5-556f-98a5-e781e5a0138b with identifier: 1986119 to the API
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:40 [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': 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': 0,
'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-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986119%27 HTTP/1.1" 200 None
2026-03-30 10:51:40 [ayvens.be] INFO: Saving data for 1986119: {'auction_closing_time': 1775028600.0, 'created_time': 1774565286.139477, 'last_price_update_time': 1774867900.945467}
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986119') HTTP/1.1" 204 0
2026-03-30 10:51:40 [ayvens.be] INFO: Found listing with ID: 1986120
2026-03-30 10:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986120%27 HTTP/1.1" 200 None
2026-03-30 10:51:40 [ayvens.be] INFO: Scrape type for 1986120: 2
2026-03-30 10:51:40 [ayvens.be] INFO: Extracting data for car ID: 1986120
2026-03-30 10:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d305006-0852-5850-8020-cc419dbd9f86 with identifier: 1986120
2026-03-30 10:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d305006-0852-5850-8020-cc419dbd9f86 with scrape type 2
2026-03-30 10:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d305006-0852-5850-8020-cc419dbd9f86 with scrape type 2
2026-03-30 10:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2d305006-0852-5850-8020-cc419dbd9f86, identifier: 1986120
2026-03-30 10:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2d305006-0852-5850-8020-cc419dbd9f86 with identifier: 1986120
2026-03-30 10:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2d305006-0852-5850-8020-cc419dbd9f86 with identifier: 1986120
2026-03-30 10:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2d305006-0852-5850-8020-cc419dbd9f86 with identifier: 1986120 to the API
2026-03-30 10:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:41 [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': 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': 0,
'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-30 10:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986120%27 HTTP/1.1" 200 None
2026-03-30 10:51:41 [ayvens.be] INFO: Saving data for 1986120: {'auction_closing_time': 1775028600.0, 'created_time': 1774565287.523679, 'last_price_update_time': 1774867901.359488}
2026-03-30 10:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986120') HTTP/1.1" 204 0
2026-03-30 10:51:41 [ayvens.be] INFO: Found listing with ID: 1986121
2026-03-30 10:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986121%27 HTTP/1.1" 200 None
2026-03-30 10:51:41 [ayvens.be] INFO: Scrape type for 1986121: 2
2026-03-30 10:51:41 [ayvens.be] INFO: Extracting data for car ID: 1986121
2026-03-30 10:51:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c962d856-a1e1-5c8f-bee9-de129749fcf4 with identifier: 1986121
2026-03-30 10:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c962d856-a1e1-5c8f-bee9-de129749fcf4 with scrape type 2
2026-03-30 10:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c962d856-a1e1-5c8f-bee9-de129749fcf4 with scrape type 2
2026-03-30 10:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c962d856-a1e1-5c8f-bee9-de129749fcf4, identifier: 1986121
2026-03-30 10:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c962d856-a1e1-5c8f-bee9-de129749fcf4 with identifier: 1986121
2026-03-30 10:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c962d856-a1e1-5c8f-bee9-de129749fcf4 with identifier: 1986121
2026-03-30 10:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c962d856-a1e1-5c8f-bee9-de129749fcf4 with identifier: 1986121 to the API
2026-03-30 10:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:41 [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': 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': 0,
'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-30 10:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986121%27 HTTP/1.1" 200 None
2026-03-30 10:51:41 [ayvens.be] INFO: Saving data for 1986121: {'auction_closing_time': 1775028600.0, 'created_time': 1774565289.581252, 'last_price_update_time': 1774867901.768473}
2026-03-30 10:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986121') HTTP/1.1" 204 0
2026-03-30 10:51:41 [ayvens.be] INFO: Found listing with ID: 1986122
2026-03-30 10:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986122%27 HTTP/1.1" 200 None
2026-03-30 10:51:41 [ayvens.be] INFO: Scrape type for 1986122: 2
2026-03-30 10:51:41 [ayvens.be] INFO: Extracting data for car ID: 1986122
2026-03-30 10:51:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f23e36f3-99cf-5de1-97ea-022894fd7d70 with identifier: 1986122
2026-03-30 10:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23e36f3-99cf-5de1-97ea-022894fd7d70 with scrape type 2
2026-03-30 10:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f23e36f3-99cf-5de1-97ea-022894fd7d70 with scrape type 2
2026-03-30 10:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f23e36f3-99cf-5de1-97ea-022894fd7d70, identifier: 1986122
2026-03-30 10:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f23e36f3-99cf-5de1-97ea-022894fd7d70 with identifier: 1986122
2026-03-30 10:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f23e36f3-99cf-5de1-97ea-022894fd7d70 with identifier: 1986122
2026-03-30 10:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f23e36f3-99cf-5de1-97ea-022894fd7d70 with identifier: 1986122 to the API
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:42 [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': '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': 0,
'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-30 10:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986122%27 HTTP/1.1" 200 None
2026-03-30 10:51:42 [ayvens.be] INFO: Saving data for 1986122: {'auction_closing_time': 1775028600.0, 'created_time': 1774565290.957745, 'last_price_update_time': 1774867902.215269}
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986122') HTTP/1.1" 204 0
2026-03-30 10:51:42 [ayvens.be] INFO: Found listing with ID: 1986123
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986123%27 HTTP/1.1" 200 None
2026-03-30 10:51:42 [ayvens.be] INFO: Scrape type for 1986123: 2
2026-03-30 10:51:42 [ayvens.be] INFO: Extracting data for car ID: 1986123
2026-03-30 10:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with identifier: 1986123
2026-03-30 10:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with scrape type 2
2026-03-30 10:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with scrape type 2
2026-03-30 10:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d, identifier: 1986123
2026-03-30 10:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with identifier: 1986123
2026-03-30 10:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with identifier: 1986123
2026-03-30 10:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c5aced6b-d46f-5dc2-a6cd-9bb903a1397d with identifier: 1986123 to the API
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:42 [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': 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': 0,
'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-30 10:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986123%27 HTTP/1.1" 200 None
2026-03-30 10:51:42 [ayvens.be] INFO: Saving data for 1986123: {'auction_closing_time': 1775028600.0, 'created_time': 1774565293.135142, 'last_price_update_time': 1774867902.635338}
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986123') HTTP/1.1" 204 0
2026-03-30 10:51:42 [ayvens.be] INFO: Found listing with ID: 1986124
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986124%27 HTTP/1.1" 200 None
2026-03-30 10:51:42 [ayvens.be] INFO: Scrape type for 1986124: 2
2026-03-30 10:51:42 [ayvens.be] INFO: Extracting data for car ID: 1986124
2026-03-30 10:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with identifier: 1986124
2026-03-30 10:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with scrape type 2
2026-03-30 10:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with scrape type 2
2026-03-30 10:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5, identifier: 1986124
2026-03-30 10:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with identifier: 1986124
2026-03-30 10:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with identifier: 1986124
2026-03-30 10:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e8a013bd-22c1-5c6d-bce6-42fd909ba0f5 with identifier: 1986124 to the API
2026-03-30 10:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51: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-30 10:51:43 [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': 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': 0,
'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-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986124%27 HTTP/1.1" 200 None
2026-03-30 10:51:43 [ayvens.be] INFO: Saving data for 1986124: {'auction_closing_time': 1775028600.0, 'created_time': 1774565294.234558, 'last_price_update_time': 1774867903.036708}
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986124') HTTP/1.1" 204 0
2026-03-30 10:51:43 [ayvens.be] INFO: Found listing with ID: 1986125
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986125%27 HTTP/1.1" 200 None
2026-03-30 10:51:43 [ayvens.be] INFO: Scrape type for 1986125: 2
2026-03-30 10:51:43 [ayvens.be] INFO: Extracting data for car ID: 1986125
2026-03-30 10:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 627821ca-29b1-5fd9-bb5c-154f2a67d644 with identifier: 1986125
2026-03-30 10:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627821ca-29b1-5fd9-bb5c-154f2a67d644 with scrape type 2
2026-03-30 10:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 627821ca-29b1-5fd9-bb5c-154f2a67d644 with scrape type 2
2026-03-30 10:51:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 627821ca-29b1-5fd9-bb5c-154f2a67d644, identifier: 1986125
2026-03-30 10:51:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 627821ca-29b1-5fd9-bb5c-154f2a67d644 with identifier: 1986125
2026-03-30 10:51:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:51:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 627821ca-29b1-5fd9-bb5c-154f2a67d644 with identifier: 1986125
2026-03-30 10:51:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 627821ca-29b1-5fd9-bb5c-154f2a67d644 with identifier: 1986125 to the API
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986125%27 HTTP/1.1" 200 None
2026-03-30 10:51:43 [ayvens.be] INFO: Saving data for 1986125: {'auction_closing_time': 1775028600.0, 'created_time': 1774565294.975803, 'last_price_update_time': 1774867903.646276}
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986125') HTTP/1.1" 204 0
2026-03-30 10:51:43 [ayvens.be] INFO: Found listing with ID: 1986126
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986126%27 HTTP/1.1" 200 None
2026-03-30 10:51:43 [ayvens.be] INFO: Scrape type for 1986126: 2
2026-03-30 10:51:43 [ayvens.be] INFO: Extracting data for car ID: 1986126
2026-03-30 10:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a58a0a4-49a0-521b-ae92-ee9919a76463 with identifier: 1986126
2026-03-30 10:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a58a0a4-49a0-521b-ae92-ee9919a76463 with scrape type 2
2026-03-30 10:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a58a0a4-49a0-521b-ae92-ee9919a76463 with scrape type 2
2026-03-30 10:51:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a58a0a4-49a0-521b-ae92-ee9919a76463, identifier: 1986126
2026-03-30 10:51:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a58a0a4-49a0-521b-ae92-ee9919a76463 with identifier: 1986126
2026-03-30 10:51:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:51:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a58a0a4-49a0-521b-ae92-ee9919a76463 with identifier: 1986126
2026-03-30 10:51:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a58a0a4-49a0-521b-ae92-ee9919a76463 with identifier: 1986126 to the API
2026-03-30 10:51:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986126%27 HTTP/1.1" 200 None
2026-03-30 10:51:44 [ayvens.be] INFO: Saving data for 1986126: {'auction_closing_time': 1775028600.0, 'created_time': 1774565297.12054, 'last_price_update_time': 1774867904.065253}
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986126') HTTP/1.1" 204 0
2026-03-30 10:51:44 [ayvens.be] INFO: Found listing with ID: 1986127
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986127%27 HTTP/1.1" 200 None
2026-03-30 10:51:44 [ayvens.be] INFO: Scrape type for 1986127: 2
2026-03-30 10:51:44 [ayvens.be] INFO: Extracting data for car ID: 1986127
2026-03-30 10:51:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee0d89dd-63fb-5dfb-8528-680fc89783a4 with identifier: 1986127
2026-03-30 10:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee0d89dd-63fb-5dfb-8528-680fc89783a4 with scrape type 2
2026-03-30 10:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee0d89dd-63fb-5dfb-8528-680fc89783a4 with scrape type 2
2026-03-30 10:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ee0d89dd-63fb-5dfb-8528-680fc89783a4, identifier: 1986127
2026-03-30 10:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ee0d89dd-63fb-5dfb-8528-680fc89783a4 with identifier: 1986127
2026-03-30 10:51:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ee0d89dd-63fb-5dfb-8528-680fc89783a4 with identifier: 1986127
2026-03-30 10:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ee0d89dd-63fb-5dfb-8528-680fc89783a4 with identifier: 1986127 to the API
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986127%27 HTTP/1.1" 200 None
2026-03-30 10:51:44 [ayvens.be] INFO: Saving data for 1986127: {'auction_closing_time': 1775028600.0, 'created_time': 1774565298.625847, 'last_price_update_time': 1774867904.562717}
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986127') HTTP/1.1" 204 0
2026-03-30 10:51:44 [ayvens.be] INFO: Found listing with ID: 1986128
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986128%27 HTTP/1.1" 200 None
2026-03-30 10:51:44 [ayvens.be] INFO: Scrape type for 1986128: 2
2026-03-30 10:51:44 [ayvens.be] INFO: Extracting data for car ID: 1986128
2026-03-30 10:51:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c954d54d-3795-5008-8a99-2f623d405a16 with identifier: 1986128
2026-03-30 10:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c954d54d-3795-5008-8a99-2f623d405a16 with scrape type 2
2026-03-30 10:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c954d54d-3795-5008-8a99-2f623d405a16 with scrape type 2
2026-03-30 10:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c954d54d-3795-5008-8a99-2f623d405a16, identifier: 1986128
2026-03-30 10:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c954d54d-3795-5008-8a99-2f623d405a16 with identifier: 1986128
2026-03-30 10:51:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c954d54d-3795-5008-8a99-2f623d405a16 with identifier: 1986128
2026-03-30 10:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c954d54d-3795-5008-8a99-2f623d405a16 with identifier: 1986128 to the API
2026-03-30 10:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [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-30 10:51:45 [ayvens.be] INFO: Saving data for 1986128: {'auction_closing_time': 1775028600.0, 'created_time': 1774565300.663053, 'last_price_update_time': 1774867905.00192}
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986128') HTTP/1.1" 204 0
2026-03-30 10:51:45 [ayvens.be] INFO: Found listing with ID: 1986129
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [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-30 10:51:45 [ayvens.be] INFO: Scrape type for 1986129: 2
2026-03-30 10:51:45 [ayvens.be] INFO: Extracting data for car ID: 1986129
2026-03-30 10:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with identifier: 1986129
2026-03-30 10:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with scrape type 2
2026-03-30 10:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with scrape type 2
2026-03-30 10:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021, identifier: 1986129
2026-03-30 10:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with identifier: 1986129
2026-03-30 10:51:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with identifier: 1986129
2026-03-30 10:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 61d6703d-3f5e-5bb0-880a-7bf9c26dd021 with identifier: 1986129 to the API
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [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-30 10:51:45 [ayvens.be] INFO: Saving data for 1986129: {'auction_closing_time': 1775028600.0, 'created_time': 1774565303.422766, 'last_price_update_time': 1774867905.407222}
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986129') HTTP/1.1" 204 0
2026-03-30 10:51:45 [ayvens.be] INFO: Found listing with ID: 1986130
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [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-30 10:51:45 [ayvens.be] INFO: Scrape type for 1986130: 2
2026-03-30 10:51:45 [ayvens.be] INFO: Extracting data for car ID: 1986130
2026-03-30 10:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36b22174-318f-5ff5-ae07-aaad5522ce26 with identifier: 1986130
2026-03-30 10:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b22174-318f-5ff5-ae07-aaad5522ce26 with scrape type 2
2026-03-30 10:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36b22174-318f-5ff5-ae07-aaad5522ce26 with scrape type 2
2026-03-30 10:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 36b22174-318f-5ff5-ae07-aaad5522ce26, identifier: 1986130
2026-03-30 10:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 36b22174-318f-5ff5-ae07-aaad5522ce26 with identifier: 1986130
2026-03-30 10:51:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 36b22174-318f-5ff5-ae07-aaad5522ce26 with identifier: 1986130
2026-03-30 10:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 36b22174-318f-5ff5-ae07-aaad5522ce26 with identifier: 1986130 to the API
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [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-30 10:51:45 [ayvens.be] INFO: Saving data for 1986130: {'auction_closing_time': 1775028600.0, 'created_time': 1774565305.053076, 'last_price_update_time': 1774867905.853126}
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986130') HTTP/1.1" 204 0
2026-03-30 10:51:45 [ayvens.be] INFO: Found listing with ID: 1986131
2026-03-30 10:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:45 [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-30 10:51:45 [ayvens.be] INFO: Scrape type for 1986131: 2
2026-03-30 10:51:45 [ayvens.be] INFO: Extracting data for car ID: 1986131
2026-03-30 10:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with identifier: 1986131
2026-03-30 10:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with scrape type 2
2026-03-30 10:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with scrape type 2
2026-03-30 10:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb, identifier: 1986131
2026-03-30 10:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with identifier: 1986131
2026-03-30 10:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with identifier: 1986131
2026-03-30 10:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 271890e8-17ea-5c62-a5dc-2d293ad8ffeb with identifier: 1986131 to the API
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:46 [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': 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': 0,
'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-30 10:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986131%27 HTTP/1.1" 200 None
2026-03-30 10:51:46 [ayvens.be] INFO: Saving data for 1986131: {'auction_closing_time': 1775028600.0, 'created_time': 1774565306.517604, 'last_price_update_time': 1774867906.383143}
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986131') HTTP/1.1" 204 0
2026-03-30 10:51:46 [ayvens.be] INFO: Found listing with ID: 1986132
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986132%27 HTTP/1.1" 200 None
2026-03-30 10:51:46 [ayvens.be] INFO: Scrape type for 1986132: 2
2026-03-30 10:51:46 [ayvens.be] INFO: Extracting data for car ID: 1986132
2026-03-30 10:51:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb8dcd5c-2ea5-528d-ab64-790d668bac9b with identifier: 1986132
2026-03-30 10:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b with scrape type 2
2026-03-30 10:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb8dcd5c-2ea5-528d-ab64-790d668bac9b with scrape type 2
2026-03-30 10:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: eb8dcd5c-2ea5-528d-ab64-790d668bac9b, identifier: 1986132
2026-03-30 10:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: eb8dcd5c-2ea5-528d-ab64-790d668bac9b with identifier: 1986132
2026-03-30 10:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: eb8dcd5c-2ea5-528d-ab64-790d668bac9b with identifier: 1986132
2026-03-30 10:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: eb8dcd5c-2ea5-528d-ab64-790d668bac9b with identifier: 1986132 to the API
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:46 [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': 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': 0,
'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-30 10:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986132%27 HTTP/1.1" 200 None
2026-03-30 10:51:46 [ayvens.be] INFO: Saving data for 1986132: {'auction_closing_time': 1775028600.0, 'created_time': 1774565308.366409, 'last_price_update_time': 1774867906.830639}
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986132') HTTP/1.1" 204 0
2026-03-30 10:51:46 [ayvens.be] INFO: Found listing with ID: 1986133
2026-03-30 10:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986133%27 HTTP/1.1" 200 None
2026-03-30 10:51:46 [ayvens.be] INFO: Scrape type for 1986133: 2
2026-03-30 10:51:46 [ayvens.be] INFO: Extracting data for car ID: 1986133
2026-03-30 10:51:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e533decd-6a4b-5ad4-9de8-abc906ee4a8a with identifier: 1986133
2026-03-30 10:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a with scrape type 2
2026-03-30 10:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e533decd-6a4b-5ad4-9de8-abc906ee4a8a with scrape type 2
2026-03-30 10:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e533decd-6a4b-5ad4-9de8-abc906ee4a8a, identifier: 1986133
2026-03-30 10:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e533decd-6a4b-5ad4-9de8-abc906ee4a8a with identifier: 1986133
2026-03-30 10:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e533decd-6a4b-5ad4-9de8-abc906ee4a8a with identifier: 1986133
2026-03-30 10:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e533decd-6a4b-5ad4-9de8-abc906ee4a8a with identifier: 1986133 to the API
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:47 [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': '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': 0,
'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-30 10:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986133%27 HTTP/1.1" 200 None
2026-03-30 10:51:47 [ayvens.be] INFO: Saving data for 1986133: {'auction_closing_time': 1775028600.0, 'created_time': 1774565310.639666, 'last_price_update_time': 1774867907.298633}
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986133') HTTP/1.1" 204 0
2026-03-30 10:51:47 [ayvens.be] INFO: Found listing with ID: 1986134
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986134%27 HTTP/1.1" 200 None
2026-03-30 10:51:47 [ayvens.be] INFO: Scrape type for 1986134: 2
2026-03-30 10:51:47 [ayvens.be] INFO: Extracting data for car ID: 1986134
2026-03-30 10:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddff47d6-5050-544d-ad30-948e8dfbc96a with identifier: 1986134
2026-03-30 10:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddff47d6-5050-544d-ad30-948e8dfbc96a with scrape type 2
2026-03-30 10:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddff47d6-5050-544d-ad30-948e8dfbc96a with scrape type 2
2026-03-30 10:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ddff47d6-5050-544d-ad30-948e8dfbc96a, identifier: 1986134
2026-03-30 10:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ddff47d6-5050-544d-ad30-948e8dfbc96a with identifier: 1986134
2026-03-30 10:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ddff47d6-5050-544d-ad30-948e8dfbc96a with identifier: 1986134
2026-03-30 10:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ddff47d6-5050-544d-ad30-948e8dfbc96a with identifier: 1986134 to the API
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:47 [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': 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': 0,
'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-30 10:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986134%27 HTTP/1.1" 200 None
2026-03-30 10:51:47 [ayvens.be] INFO: Saving data for 1986134: {'auction_closing_time': 1775028600.0, 'created_time': 1774565311.938708, 'last_price_update_time': 1774867907.754674}
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986134') HTTP/1.1" 204 0
2026-03-30 10:51:47 [ayvens.be] INFO: Found listing with ID: 1986135
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986135%27 HTTP/1.1" 200 None
2026-03-30 10:51:47 [ayvens.be] INFO: Scrape type for 1986135: 2
2026-03-30 10:51:47 [ayvens.be] INFO: Extracting data for car ID: 1986135
2026-03-30 10:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with identifier: 1986135
2026-03-30 10:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with scrape type 2
2026-03-30 10:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with scrape type 2
2026-03-30 10:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9d0061d6-9db7-5a3a-8d11-0e874fdca899, identifier: 1986135
2026-03-30 10:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with identifier: 1986135
2026-03-30 10:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with identifier: 1986135
2026-03-30 10:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9d0061d6-9db7-5a3a-8d11-0e874fdca899 with identifier: 1986135 to the API
2026-03-30 10:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:48 [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': 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': 0,
'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-30 10:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986135%27 HTTP/1.1" 200 None
2026-03-30 10:51:48 [ayvens.be] INFO: Saving data for 1986135: {'auction_closing_time': 1775028600.0, 'created_time': 1774565313.661698, 'last_price_update_time': 1774867908.148314}
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986135') HTTP/1.1" 204 0
2026-03-30 10:51:48 [ayvens.be] INFO: Found listing with ID: 1986136
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986136%27 HTTP/1.1" 200 None
2026-03-30 10:51:48 [ayvens.be] INFO: Scrape type for 1986136: 2
2026-03-30 10:51:48 [ayvens.be] INFO: Extracting data for car ID: 1986136
2026-03-30 10:51:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96c1c752-3a76-5b5d-a2bb-987e8e789495 with identifier: 1986136
2026-03-30 10:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96c1c752-3a76-5b5d-a2bb-987e8e789495 with scrape type 2
2026-03-30 10:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96c1c752-3a76-5b5d-a2bb-987e8e789495 with scrape type 2
2026-03-30 10:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 96c1c752-3a76-5b5d-a2bb-987e8e789495, identifier: 1986136
2026-03-30 10:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 96c1c752-3a76-5b5d-a2bb-987e8e789495 with identifier: 1986136
2026-03-30 10:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 96c1c752-3a76-5b5d-a2bb-987e8e789495 with identifier: 1986136
2026-03-30 10:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 96c1c752-3a76-5b5d-a2bb-987e8e789495 with identifier: 1986136 to the API
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:48 [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': 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': 0,
'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-30 10:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986136%27 HTTP/1.1" 200 None
2026-03-30 10:51:48 [ayvens.be] INFO: Saving data for 1986136: {'auction_closing_time': 1775028600.0, 'created_time': 1774565315.218728, 'last_price_update_time': 1774867908.668312}
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986136') HTTP/1.1" 204 0
2026-03-30 10:51:48 [ayvens.be] INFO: Found listing with ID: 1986137
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986137%27 HTTP/1.1" 200 None
2026-03-30 10:51:48 [ayvens.be] INFO: Scrape type for 1986137: 2
2026-03-30 10:51:48 [ayvens.be] INFO: Extracting data for car ID: 1986137
2026-03-30 10:51:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bab4716-979a-5109-af4a-c59a4b3a7c60 with identifier: 1986137
2026-03-30 10:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bab4716-979a-5109-af4a-c59a4b3a7c60 with scrape type 2
2026-03-30 10:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bab4716-979a-5109-af4a-c59a4b3a7c60 with scrape type 2
2026-03-30 10:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9bab4716-979a-5109-af4a-c59a4b3a7c60, identifier: 1986137
2026-03-30 10:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9bab4716-979a-5109-af4a-c59a4b3a7c60 with identifier: 1986137
2026-03-30 10:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9bab4716-979a-5109-af4a-c59a4b3a7c60 with identifier: 1986137
2026-03-30 10:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9bab4716-979a-5109-af4a-c59a4b3a7c60 with identifier: 1986137 to the API
2026-03-30 10:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:49 [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': 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': 0,
'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-30 10:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986137%27 HTTP/1.1" 200 None
2026-03-30 10:51:49 [ayvens.be] INFO: Saving data for 1986137: {'auction_closing_time': 1775028600.0, 'created_time': 1774565316.673343, 'last_price_update_time': 1774867909.175415}
2026-03-30 10:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986137') HTTP/1.1" 204 0
2026-03-30 10:51:49 [ayvens.be] INFO: Found listing with ID: 1986138
2026-03-30 10:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986138%27 HTTP/1.1" 200 None
2026-03-30 10:51:49 [ayvens.be] INFO: Scrape type for 1986138: 2
2026-03-30 10:51:49 [ayvens.be] INFO: Extracting data for car ID: 1986138
2026-03-30 10:51:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with identifier: 1986138
2026-03-30 10:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with scrape type 2
2026-03-30 10:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with scrape type 2
2026-03-30 10:51:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c, identifier: 1986138
2026-03-30 10:51:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with identifier: 1986138
2026-03-30 10:51:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with identifier: 1986138
2026-03-30 10:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f45ec6cc-abd5-5d95-88a5-82e3ee205a1c with identifier: 1986138 to the API
2026-03-30 10:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:49 [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.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': 0,
'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-30 10:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986138%27 HTTP/1.1" 200 None
2026-03-30 10:51:49 [ayvens.be] INFO: Saving data for 1986138: {'auction_closing_time': 1775028600.0, 'created_time': 1774565317.83562, 'last_price_update_time': 1774867909.626965}
2026-03-30 10:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986138') HTTP/1.1" 204 0
2026-03-30 10:51:49 [ayvens.be] INFO: Found listing with ID: 1986139
2026-03-30 10:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986139%27 HTTP/1.1" 200 None
2026-03-30 10:51:49 [ayvens.be] INFO: Scrape type for 1986139: 2
2026-03-30 10:51:49 [ayvens.be] INFO: Extracting data for car ID: 1986139
2026-03-30 10:51:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66f2381e-79cd-5692-83e0-61e55f83ca28 with identifier: 1986139
2026-03-30 10:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66f2381e-79cd-5692-83e0-61e55f83ca28 with scrape type 2
2026-03-30 10:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66f2381e-79cd-5692-83e0-61e55f83ca28 with scrape type 2
2026-03-30 10:51:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 66f2381e-79cd-5692-83e0-61e55f83ca28, identifier: 1986139
2026-03-30 10:51:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 66f2381e-79cd-5692-83e0-61e55f83ca28 with identifier: 1986139
2026-03-30 10:51:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 66f2381e-79cd-5692-83e0-61e55f83ca28 with identifier: 1986139
2026-03-30 10:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 66f2381e-79cd-5692-83e0-61e55f83ca28 with identifier: 1986139 to the API
2026-03-30 10:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:50 [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': 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': 0,
'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-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986139%27 HTTP/1.1" 200 None
2026-03-30 10:51:50 [ayvens.be] INFO: Saving data for 1986139: {'auction_closing_time': 1775028600.0, 'created_time': 1774565319.198519, 'last_price_update_time': 1774867910.045863}
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986139') HTTP/1.1" 204 0
2026-03-30 10:51:50 [ayvens.be] INFO: Found listing with ID: 1986140
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986140%27 HTTP/1.1" 200 None
2026-03-30 10:51:50 [ayvens.be] INFO: Scrape type for 1986140: 2
2026-03-30 10:51:50 [ayvens.be] INFO: Extracting data for car ID: 1986140
2026-03-30 10:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1c9015f-5470-5609-9213-15ee159e682e with identifier: 1986140
2026-03-30 10:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1c9015f-5470-5609-9213-15ee159e682e with scrape type 2
2026-03-30 10:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1c9015f-5470-5609-9213-15ee159e682e with scrape type 2
2026-03-30 10:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d1c9015f-5470-5609-9213-15ee159e682e, identifier: 1986140
2026-03-30 10:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d1c9015f-5470-5609-9213-15ee159e682e with identifier: 1986140
2026-03-30 10:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d1c9015f-5470-5609-9213-15ee159e682e with identifier: 1986140
2026-03-30 10:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d1c9015f-5470-5609-9213-15ee159e682e with identifier: 1986140 to the API
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:50 [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': 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': 0,
'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-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986140%27 HTTP/1.1" 200 None
2026-03-30 10:51:50 [ayvens.be] INFO: Saving data for 1986140: {'auction_closing_time': 1775028600.0, 'created_time': 1774565320.95289, 'last_price_update_time': 1774867910.439825}
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986140') HTTP/1.1" 204 0
2026-03-30 10:51:50 [ayvens.be] INFO: Found listing with ID: 1986141
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986141%27 HTTP/1.1" 200 None
2026-03-30 10:51:50 [ayvens.be] INFO: Scrape type for 1986141: 2
2026-03-30 10:51:50 [ayvens.be] INFO: Extracting data for car ID: 1986141
2026-03-30 10:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with identifier: 1986141
2026-03-30 10:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with scrape type 2
2026-03-30 10:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with scrape type 2
2026-03-30 10:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a, identifier: 1986141
2026-03-30 10:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with identifier: 1986141
2026-03-30 10:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with identifier: 1986141
2026-03-30 10:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9ae910bb-e2b2-52f6-a7e1-0a9ef3bceb8a with identifier: 1986141 to the API
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:50 [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': 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': 0,
'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-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986141%27 HTTP/1.1" 200 None
2026-03-30 10:51:50 [ayvens.be] INFO: Saving data for 1986141: {'auction_closing_time': 1775028600.0, 'created_time': 1774565322.685231, 'last_price_update_time': 1774867910.830342}
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986141') HTTP/1.1" 204 0
2026-03-30 10:51:50 [ayvens.be] INFO: Found listing with ID: 1986142
2026-03-30 10:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986142%27 HTTP/1.1" 200 None
2026-03-30 10:51:50 [ayvens.be] INFO: Scrape type for 1986142: 2
2026-03-30 10:51:50 [ayvens.be] INFO: Extracting data for car ID: 1986142
2026-03-30 10:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e65c056-1282-55f7-8325-6f8c8c3e02ea with identifier: 1986142
2026-03-30 10:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea with scrape type 2
2026-03-30 10:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e65c056-1282-55f7-8325-6f8c8c3e02ea with scrape type 2
2026-03-30 10:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5e65c056-1282-55f7-8325-6f8c8c3e02ea, identifier: 1986142
2026-03-30 10:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5e65c056-1282-55f7-8325-6f8c8c3e02ea with identifier: 1986142
2026-03-30 10:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5e65c056-1282-55f7-8325-6f8c8c3e02ea with identifier: 1986142
2026-03-30 10:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5e65c056-1282-55f7-8325-6f8c8c3e02ea with identifier: 1986142 to the API
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:51 [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': 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': 0,
'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-30 10:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986142%27 HTTP/1.1" 200 None
2026-03-30 10:51:51 [ayvens.be] INFO: Saving data for 1986142: {'auction_closing_time': 1775028600.0, 'created_time': 1774565324.447227, 'last_price_update_time': 1774867911.213213}
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986142') HTTP/1.1" 204 0
2026-03-30 10:51:51 [ayvens.be] INFO: Found listing with ID: 1986143
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986143%27 HTTP/1.1" 200 None
2026-03-30 10:51:51 [ayvens.be] INFO: Scrape type for 1986143: 2
2026-03-30 10:51:51 [ayvens.be] INFO: Extracting data for car ID: 1986143
2026-03-30 10:51:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with identifier: 1986143
2026-03-30 10:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with scrape type 2
2026-03-30 10:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with scrape type 2
2026-03-30 10:51:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5b7435c1-7f64-5601-9a51-3e9d97336ce1, identifier: 1986143
2026-03-30 10:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with identifier: 1986143
2026-03-30 10:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with identifier: 1986143
2026-03-30 10:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5b7435c1-7f64-5601-9a51-3e9d97336ce1 with identifier: 1986143 to the API
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:51 [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': 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': 0,
'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-30 10:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986143%27 HTTP/1.1" 200 None
2026-03-30 10:51:51 [ayvens.be] INFO: Saving data for 1986143: {'auction_closing_time': 1775028600.0, 'created_time': 1774565325.608648, 'last_price_update_time': 1774867911.945276}
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986143') HTTP/1.1" 204 0
2026-03-30 10:51:51 [ayvens.be] INFO: Found listing with ID: 1986144
2026-03-30 10:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986144%27 HTTP/1.1" 200 None
2026-03-30 10:51:51 [ayvens.be] INFO: Scrape type for 1986144: 2
2026-03-30 10:51:51 [ayvens.be] INFO: Extracting data for car ID: 1986144
2026-03-30 10:51:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b834dd5-7b94-506e-b4eb-02906db770f6 with identifier: 1986144
2026-03-30 10:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b834dd5-7b94-506e-b4eb-02906db770f6 with scrape type 2
2026-03-30 10:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b834dd5-7b94-506e-b4eb-02906db770f6 with scrape type 2
2026-03-30 10:51:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3b834dd5-7b94-506e-b4eb-02906db770f6, identifier: 1986144
2026-03-30 10:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3b834dd5-7b94-506e-b4eb-02906db770f6 with identifier: 1986144
2026-03-30 10:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3b834dd5-7b94-506e-b4eb-02906db770f6 with identifier: 1986144
2026-03-30 10:51:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3b834dd5-7b94-506e-b4eb-02906db770f6 with identifier: 1986144 to the API
2026-03-30 10:51:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:52 [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': 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': 0,
'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-30 10:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986144%27 HTTP/1.1" 200 None
2026-03-30 10:51:52 [ayvens.be] INFO: Saving data for 1986144: {'auction_closing_time': 1775028600.0, 'created_time': 1774565326.683038, 'last_price_update_time': 1774867912.359644}
2026-03-30 10:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986144') HTTP/1.1" 204 0
2026-03-30 10:51:52 [ayvens.be] INFO: Found listing with ID: 1986145
2026-03-30 10:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986145%27 HTTP/1.1" 200 None
2026-03-30 10:51:52 [ayvens.be] INFO: Scrape type for 1986145: 2
2026-03-30 10:51:52 [ayvens.be] INFO: Extracting data for car ID: 1986145
2026-03-30 10:51:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with identifier: 1986145
2026-03-30 10:51:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with scrape type 2
2026-03-30 10:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with scrape type 2
2026-03-30 10:51:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf, identifier: 1986145
2026-03-30 10:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with identifier: 1986145
2026-03-30 10:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with identifier: 1986145
2026-03-30 10:51:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 63b9ce0e-e3fe-579f-b9db-d6d7cdbe1edf with identifier: 1986145 to the API
2026-03-30 10:51:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986145%27 HTTP/1.1" 200 None
2026-03-30 10:51:52 [ayvens.be] INFO: Saving data for 1986145: {'auction_closing_time': 1775028600.0, 'created_time': 1774565328.465, 'last_price_update_time': 1774867912.843602}
2026-03-30 10:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986145') HTTP/1.1" 204 0
2026-03-30 10:51:52 [ayvens.be] INFO: Found listing with ID: 1986146
2026-03-30 10:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986146%27 HTTP/1.1" 200 None
2026-03-30 10:51:52 [ayvens.be] INFO: Scrape type for 1986146: 2
2026-03-30 10:51:52 [ayvens.be] INFO: Extracting data for car ID: 1986146
2026-03-30 10:51:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e37d7dba-48b8-5a24-b004-5fc9981c1360 with identifier: 1986146
2026-03-30 10:51:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e37d7dba-48b8-5a24-b004-5fc9981c1360 with scrape type 2
2026-03-30 10:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e37d7dba-48b8-5a24-b004-5fc9981c1360 with scrape type 2
2026-03-30 10:51:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e37d7dba-48b8-5a24-b004-5fc9981c1360, identifier: 1986146
2026-03-30 10:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e37d7dba-48b8-5a24-b004-5fc9981c1360 with identifier: 1986146
2026-03-30 10:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e37d7dba-48b8-5a24-b004-5fc9981c1360 with identifier: 1986146
2026-03-30 10:51:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e37d7dba-48b8-5a24-b004-5fc9981c1360 with identifier: 1986146 to the API
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:53 [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': 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': 0,
'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-30 10:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986146%27 HTTP/1.1" 200 None
2026-03-30 10:51:53 [ayvens.be] INFO: Saving data for 1986146: {'auction_closing_time': 1775028600.0, 'created_time': 1774565330.243157, 'last_price_update_time': 1774867913.236833}
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986146') HTTP/1.1" 204 0
2026-03-30 10:51:53 [ayvens.be] INFO: Found listing with ID: 1986147
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986147%27 HTTP/1.1" 200 None
2026-03-30 10:51:53 [ayvens.be] INFO: Scrape type for 1986147: 2
2026-03-30 10:51:53 [ayvens.be] INFO: Extracting data for car ID: 1986147
2026-03-30 10:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with identifier: 1986147
2026-03-30 10:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with scrape type 2
2026-03-30 10:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with scrape type 2
2026-03-30 10:51:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bc55da5f-d10b-5e98-a1c4-ea4db4a25646, identifier: 1986147
2026-03-30 10:51:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with identifier: 1986147
2026-03-30 10:51:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with identifier: 1986147
2026-03-30 10:51:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bc55da5f-d10b-5e98-a1c4-ea4db4a25646 with identifier: 1986147 to the API
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:53 [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': 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': 0,
'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-30 10:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986147%27 HTTP/1.1" 200 None
2026-03-30 10:51:53 [ayvens.be] INFO: Saving data for 1986147: {'auction_closing_time': 1775028600.0, 'created_time': 1774565331.744738, 'last_price_update_time': 1774867913.775232}
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986147') HTTP/1.1" 204 0
2026-03-30 10:51:53 [ayvens.be] INFO: Found listing with ID: 1986148
2026-03-30 10:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986148%27 HTTP/1.1" 200 None
2026-03-30 10:51:53 [ayvens.be] INFO: Scrape type for 1986148: 2
2026-03-30 10:51:53 [ayvens.be] INFO: Extracting data for car ID: 1986148
2026-03-30 10:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with identifier: 1986148
2026-03-30 10:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with scrape type 2
2026-03-30 10:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with scrape type 2
2026-03-30 10:51:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b, identifier: 1986148
2026-03-30 10:51:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with identifier: 1986148
2026-03-30 10:51:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with identifier: 1986148
2026-03-30 10:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 17e5649b-3762-5c55-8cbe-f61d8d3ecd5b with identifier: 1986148 to the API
2026-03-30 10:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:54 [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': 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': 0,
'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-30 10:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986148%27 HTTP/1.1" 200 None
2026-03-30 10:51:54 [ayvens.be] INFO: Saving data for 1986148: {'auction_closing_time': 1775028600.0, 'created_time': 1774565333.128961, 'last_price_update_time': 1774867914.229351}
2026-03-30 10:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986148') HTTP/1.1" 204 0
2026-03-30 10:51:54 [ayvens.be] INFO: Found listing with ID: 1986149
2026-03-30 10:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986149%27 HTTP/1.1" 200 None
2026-03-30 10:51:54 [ayvens.be] INFO: Scrape type for 1986149: 2
2026-03-30 10:51:54 [ayvens.be] INFO: Extracting data for car ID: 1986149
2026-03-30 10:51:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with identifier: 1986149
2026-03-30 10:51:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with scrape type 2
2026-03-30 10:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with scrape type 2
2026-03-30 10:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae, identifier: 1986149
2026-03-30 10:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with identifier: 1986149
2026-03-30 10:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9b64cdfd-3eb2-5af3-bc36-4f3ac554d6ae with identifier: 1986149
2026-03-30 10:51: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-30 10:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:54 [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': 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': 0,
'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-30 10:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986149%27 HTTP/1.1" 200 None
2026-03-30 10:51:54 [ayvens.be] INFO: Saving data for 1986149: {'auction_closing_time': 1775028600.0, 'created_time': 1774565335.171418, 'last_price_update_time': 1774867914.681948}
2026-03-30 10:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986149') HTTP/1.1" 204 0
2026-03-30 10:51:54 [ayvens.be] INFO: Found listing with ID: 1986150
2026-03-30 10:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986150%27 HTTP/1.1" 200 None
2026-03-30 10:51:54 [ayvens.be] INFO: Scrape type for 1986150: 2
2026-03-30 10:51:54 [ayvens.be] INFO: Extracting data for car ID: 1986150
2026-03-30 10:51:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with identifier: 1986150
2026-03-30 10:51:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with scrape type 2
2026-03-30 10:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with scrape type 2
2026-03-30 10:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd, identifier: 1986150
2026-03-30 10:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with identifier: 1986150
2026-03-30 10:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with identifier: 1986150
2026-03-30 10:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fcb17396-6d23-5f34-b8f7-a8c6f3dbf8cd with identifier: 1986150 to the API
2026-03-30 10:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:55 [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': 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': 0,
'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-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986150%27 HTTP/1.1" 200 None
2026-03-30 10:51:55 [ayvens.be] INFO: Saving data for 1986150: {'auction_closing_time': 1775028600.0, 'created_time': 1774565336.242648, 'last_price_update_time': 1774867915.109678}
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986150') HTTP/1.1" 204 0
2026-03-30 10:51:55 [ayvens.be] INFO: Found listing with ID: 1986151
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986151%27 HTTP/1.1" 200 None
2026-03-30 10:51:55 [ayvens.be] INFO: Scrape type for 1986151: 2
2026-03-30 10:51:55 [ayvens.be] INFO: Extracting data for car ID: 1986151
2026-03-30 10:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5229c5e-a5ef-5efd-b602-a0f989598542 with identifier: 1986151
2026-03-30 10:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5229c5e-a5ef-5efd-b602-a0f989598542 with scrape type 2
2026-03-30 10:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5229c5e-a5ef-5efd-b602-a0f989598542 with scrape type 2
2026-03-30 10:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c5229c5e-a5ef-5efd-b602-a0f989598542, identifier: 1986151
2026-03-30 10:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c5229c5e-a5ef-5efd-b602-a0f989598542 with identifier: 1986151
2026-03-30 10:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c5229c5e-a5ef-5efd-b602-a0f989598542 with identifier: 1986151
2026-03-30 10:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c5229c5e-a5ef-5efd-b602-a0f989598542 with identifier: 1986151 to the API
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:55 [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': 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': 0,
'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-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986151%27 HTTP/1.1" 200 None
2026-03-30 10:51:55 [ayvens.be] INFO: Saving data for 1986151: {'auction_closing_time': 1775028600.0, 'created_time': 1774565338.538969, 'last_price_update_time': 1774867915.503226}
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986151') HTTP/1.1" 204 0
2026-03-30 10:51:55 [ayvens.be] INFO: Found listing with ID: 1986152
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986152%27 HTTP/1.1" 200 None
2026-03-30 10:51:55 [ayvens.be] INFO: Scrape type for 1986152: 2
2026-03-30 10:51:55 [ayvens.be] INFO: Extracting data for car ID: 1986152
2026-03-30 10:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with identifier: 1986152
2026-03-30 10:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with scrape type 2
2026-03-30 10:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with scrape type 2
2026-03-30 10:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9, identifier: 1986152
2026-03-30 10:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with identifier: 1986152
2026-03-30 10:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with identifier: 1986152
2026-03-30 10:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 98b50fbd-2b43-55b4-afb3-d71d9cfc47c9 with identifier: 1986152 to the API
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:55 [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': 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': 0,
'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-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986152%27 HTTP/1.1" 200 None
2026-03-30 10:51:55 [ayvens.be] INFO: Saving data for 1986152: {'auction_closing_time': 1775028600.0, 'created_time': 1774565339.899838, 'last_price_update_time': 1774867915.974858}
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986152') HTTP/1.1" 204 0
2026-03-30 10:51:55 [ayvens.be] INFO: Found listing with ID: 1986153
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986153%27 HTTP/1.1" 200 None
2026-03-30 10:51:56 [ayvens.be] INFO: Scrape type for 1986153: 2
2026-03-30 10:51:56 [ayvens.be] INFO: Extracting data for car ID: 1986153
2026-03-30 10:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99ec590c-0586-55a1-90df-b2f32e99d033 with identifier: 1986153
2026-03-30 10:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99ec590c-0586-55a1-90df-b2f32e99d033 with scrape type 2
2026-03-30 10:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99ec590c-0586-55a1-90df-b2f32e99d033 with scrape type 2
2026-03-30 10:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 99ec590c-0586-55a1-90df-b2f32e99d033, identifier: 1986153
2026-03-30 10:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 99ec590c-0586-55a1-90df-b2f32e99d033 with identifier: 1986153
2026-03-30 10:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 99ec590c-0586-55a1-90df-b2f32e99d033 with identifier: 1986153
2026-03-30 10:51:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 99ec590c-0586-55a1-90df-b2f32e99d033 with identifier: 1986153 to the API
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271986153%27 HTTP/1.1" 200 None
2026-03-30 10:51:56 [ayvens.be] INFO: Saving data for 1986153: {'auction_closing_time': 1775028600.0, 'created_time': 1774565341.08939, 'last_price_update_time': 1774867916.385941}
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1986153') HTTP/1.1" 204 0
2026-03-30 10:51:56 [ayvens.be] INFO: Found listing with ID: 1983710
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983710%27 HTTP/1.1" 200 None
2026-03-30 10:51:56 [ayvens.be] INFO: Scrape type for 1983710: 2
2026-03-30 10:51:56 [ayvens.be] INFO: Extracting data for car ID: 1983710
2026-03-30 10:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77cab732-a91d-501f-bb51-c50d70dbdfa6 with identifier: 1983710
2026-03-30 10:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77cab732-a91d-501f-bb51-c50d70dbdfa6 with scrape type 2
2026-03-30 10:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77cab732-a91d-501f-bb51-c50d70dbdfa6 with scrape type 2
2026-03-30 10:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 77cab732-a91d-501f-bb51-c50d70dbdfa6, identifier: 1983710
2026-03-30 10:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 77cab732-a91d-501f-bb51-c50d70dbdfa6 with identifier: 1983710
2026-03-30 10:51:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 77cab732-a91d-501f-bb51-c50d70dbdfa6 with identifier: 1983710
2026-03-30 10:51:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 77cab732-a91d-501f-bb51-c50d70dbdfa6 with identifier: 1983710 to the API
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 178,
'color': 'KLEUR RAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'diesel',
'id': '77cab732-a91d-501f-bb51-c50d70dbdfa6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41029',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350L FOU LWB HHR DS',
'odometer': 102786,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-08',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350L FOU LWB HHR DS 2.0 TDCi L3H3 Trend',
'transmission': 'manual',
'trim': '2.0 TDCi L3H3 Trend',
'vin': None,
'year': 2021}
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983710%27 HTTP/1.1" 200 None
2026-03-30 10:51:56 [ayvens.be] INFO: Saving data for 1983710: {'auction_closing_time': 1775026800.0, 'created_time': 1774521925.483076, 'last_price_update_time': 1774867916.853689}
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1983710') HTTP/1.1" 204 0
2026-03-30 10:51:56 [ayvens.be] INFO: Found listing with ID: 1983711
2026-03-30 10:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983711%27 HTTP/1.1" 200 None
2026-03-30 10:51:56 [ayvens.be] INFO: Scrape type for 1983711: 2
2026-03-30 10:51:56 [ayvens.be] INFO: Extracting data for car ID: 1983711
2026-03-30 10:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 502c1e73-bb5c-5589-9c81-57efbab3e29c with identifier: 1983711
2026-03-30 10:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 502c1e73-bb5c-5589-9c81-57efbab3e29c with scrape type 2
2026-03-30 10:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 502c1e73-bb5c-5589-9c81-57efbab3e29c with scrape type 2
2026-03-30 10:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 502c1e73-bb5c-5589-9c81-57efbab3e29c, identifier: 1983711
2026-03-30 10:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 502c1e73-bb5c-5589-9c81-57efbab3e29c with identifier: 1983711
2026-03-30 10:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 502c1e73-bb5c-5589-9c81-57efbab3e29c with identifier: 1983711
2026-03-30 10:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 502c1e73-bb5c-5589-9c81-57efbab3e29c with identifier: 1983711 to the API
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:57 [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': '',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'electric',
'id': '502c1e73-bb5c-5589-9c81-57efbab3e29c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41029',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 53094,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-08',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV RWD AUTO',
'transmission': 'automatic',
'trim': 'BEV RWD AUTO',
'vin': None,
'year': 2024}
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Saving data for 1983711: {'auction_closing_time': 1775026800.0, 'created_time': 1774521927.724992, 'last_price_update_time': 1774867917.298754}
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1983711') HTTP/1.1" 204 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983712
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983712: 2
2026-03-30 10:51:57 [ayvens.be] INFO: Extracting data for car ID: 1983712
2026-03-30 10:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dc32697-3392-51f1-96fe-d7cb952775ab with identifier: 1983712
2026-03-30 10:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc32697-3392-51f1-96fe-d7cb952775ab with scrape type 2
2026-03-30 10:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dc32697-3392-51f1-96fe-d7cb952775ab with scrape type 2
2026-03-30 10:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6dc32697-3392-51f1-96fe-d7cb952775ab, identifier: 1983712
2026-03-30 10:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6dc32697-3392-51f1-96fe-d7cb952775ab with identifier: 1983712
2026-03-30 10:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6dc32697-3392-51f1-96fe-d7cb952775ab with identifier: 1983712
2026-03-30 10:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6dc32697-3392-51f1-96fe-d7cb952775ab with identifier: 1983712 to the API
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:51:57 [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.9L',
'expiration_date': '2026-04-01T07:00:00Z',
'fuel_type': 'diesel',
'id': '6dc32697-3392-51f1-96fe-d7cb952775ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41029',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 111001,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-06',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 2.0 CLA 200 D DCT BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 CLA 200 D DCT BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Saving data for 1983712: {'auction_closing_time': 1775026800.0, 'created_time': 1774521929.359536, 'last_price_update_time': 1774867917.74049}
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1983712') HTTP/1.1" 204 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983713
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983713: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983714
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983714: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983715
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983715: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983716
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983716: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983717
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983717: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983718
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983718: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983719
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983719: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983720
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983720: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983721
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983721: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983722
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983722: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983723
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983723: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983724
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983724: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983725
2026-03-30 10:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:51:57 [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-30 10:51:57 [ayvens.be] INFO: Scrape type for 1983725: 0
2026-03-30 10:51:57 [ayvens.be] INFO: Found listing with ID: 1983726
2026-03-30 10:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983726%27 HTTP/1.1" 200 None
2026-03-30 10:51:58 [ayvens.be] INFO: Scrape type for 1983726: 0
2026-03-30 10:51:58 [ayvens.be] INFO: Found listing with ID: 1983727
2026-03-30 10:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983727%27 HTTP/1.1" 200 None
2026-03-30 10:51:58 [ayvens.be] INFO: Scrape type for 1983727: 0
2026-03-30 10:51:58 [ayvens.be] INFO: Found listing with ID: 1983728
2026-03-30 10:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983728%27 HTTP/1.1" 200 None
2026-03-30 10:51:58 [ayvens.be] INFO: Scrape type for 1983728: 0
2026-03-30 10:51:58 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 400
2026-03-30 10:51:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983729
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983729%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983729: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983730
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983730%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983730: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983731
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983731%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983731: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983732
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983732%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983732: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983733
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983733%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983733: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983734
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983734%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983734: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983735
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983735%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983735: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983736
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983736%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983736: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983737
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983737%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983737: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983738
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983738%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983738: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983739
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983739%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983739: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983740
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983740%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983740: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983741
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983741%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983741: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983742
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983742%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983742: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983743
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983743%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983743: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983744
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983744%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983744: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983745
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983745%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983745: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983746
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983746%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983746: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983747
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983747%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983747: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983748
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983748%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983748: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983749
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983749%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983749: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983750
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983750%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983750: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983751
2026-03-30 10:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983751%27 HTTP/1.1" 200 None
2026-03-30 10:52:05 [ayvens.be] INFO: Scrape type for 1983751: 0
2026-03-30 10:52:05 [ayvens.be] INFO: Found listing with ID: 1983752
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983752%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983752: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983753
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983753%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983753: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983754
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983754%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983754: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983755
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983755%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983755: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983756
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983756%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983756: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983757
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983757%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983757: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983758
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983758%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983758: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983759
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983759%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983759: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983760
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983760%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983760: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983761
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983761%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983761: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983762
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983762%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983762: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983763
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983763%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983763: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983764
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983764%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983764: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983765
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983765%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983765: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983766
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983766%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983766: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983767
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983767%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983767: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983768
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983768%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983768: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983769
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983769%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983769: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983770
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983770%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983770: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983771
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983771%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983771: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983772
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983772%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983772: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983773
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983773%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983773: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983774
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983774%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983774: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983775
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983775%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983775: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983776
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983776%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983776: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983777
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983777%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983777: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983778
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983778%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983778: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983779
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983779%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983779: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1983780
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271983780%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1983780: 0
2026-03-30 10:52:06 [ayvens.be] INFO: Found listing with ID: 1985345
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985345%27 HTTP/1.1" 200 None
2026-03-30 10:52:06 [ayvens.be] INFO: Scrape type for 1985345: 2
2026-03-30 10:52:06 [ayvens.be] INFO: Extracting data for car ID: 1985345
2026-03-30 10:52:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 593c4467-f8bf-57aa-b5f8-b38822117ae8 with identifier: 1985345
2026-03-30 10:52:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 593c4467-f8bf-57aa-b5f8-b38822117ae8 with scrape type 2
2026-03-30 10:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 593c4467-f8bf-57aa-b5f8-b38822117ae8 with scrape type 2
2026-03-30 10:52:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 593c4467-f8bf-57aa-b5f8-b38822117ae8, identifier: 1985345
2026-03-30 10:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 593c4467-f8bf-57aa-b5f8-b38822117ae8 with identifier: 1985345
2026-03-30 10:52:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 593c4467-f8bf-57aa-b5f8-b38822117ae8 with identifier: 1985345
2026-03-30 10:52: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-30 10:52:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985345%27 HTTP/1.1" 200 None
2026-03-30 10:52:07 [ayvens.be] INFO: Saving data for 1985345: {'auction_closing_time': 1774958400.0, 'created_time': 1774565346.308257, 'last_price_update_time': 1774867927.009307}
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985345') HTTP/1.1" 204 0
2026-03-30 10:52:07 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 2 pages/min), scraped 381 items (at 105 items/min)
2026-03-30 10:52:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 168MiB
2026-03-30 10:52:07 [ayvens.be] INFO: Found listing with ID: 1985346
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985346%27 HTTP/1.1" 200 None
2026-03-30 10:52:07 [ayvens.be] INFO: Scrape type for 1985346: 2
2026-03-30 10:52:07 [ayvens.be] INFO: Extracting data for car ID: 1985346
2026-03-30 10:52:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with identifier: 1985346
2026-03-30 10:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with scrape type 2
2026-03-30 10:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with scrape type 2
2026-03-30 10:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b, identifier: 1985346
2026-03-30 10:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with identifier: 1985346
2026-03-30 10:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c63b6144-fe9f-5a8c-b9ff-d3f8ac386a0b with identifier: 1985346
2026-03-30 10:52: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-30 10:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985346%27 HTTP/1.1" 200 None
2026-03-30 10:52:07 [ayvens.be] INFO: Saving data for 1985346: {'auction_closing_time': 1774958400.0, 'created_time': 1774565347.660882, 'last_price_update_time': 1774867927.563181}
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52: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-30 10:52:07 [ayvens.be] INFO: Found listing with ID: 1985347
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985347%27 HTTP/1.1" 200 None
2026-03-30 10:52:07 [ayvens.be] INFO: Scrape type for 1985347: 2
2026-03-30 10:52:07 [ayvens.be] INFO: Extracting data for car ID: 1985347
2026-03-30 10:52:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with identifier: 1985347
2026-03-30 10:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with scrape type 2
2026-03-30 10:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with scrape type 2
2026-03-30 10:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5, identifier: 1985347
2026-03-30 10:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with identifier: 1985347
2026-03-30 10:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with identifier: 1985347
2026-03-30 10:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b60a75c9-f1ff-5ee0-bf2c-7fb6bf2ff6e5 with identifier: 1985347 to the API
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:07 [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': 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': 0,
'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-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985347%27 HTTP/1.1" 200 None
2026-03-30 10:52:07 [ayvens.be] INFO: Saving data for 1985347: {'auction_closing_time': 1774958400.0, 'created_time': 1774565349.634874, 'last_price_update_time': 1774867927.970384}
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985347') HTTP/1.1" 204 0
2026-03-30 10:52:07 [ayvens.be] INFO: Found listing with ID: 1985348
2026-03-30 10:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985348%27 HTTP/1.1" 200 None
2026-03-30 10:52:08 [ayvens.be] INFO: Scrape type for 1985348: 2
2026-03-30 10:52:08 [ayvens.be] INFO: Extracting data for car ID: 1985348
2026-03-30 10:52:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2bb4396-a70a-5221-884b-42a7e82f7a79 with identifier: 1985348
2026-03-30 10:52:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2bb4396-a70a-5221-884b-42a7e82f7a79 with scrape type 2
2026-03-30 10:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2bb4396-a70a-5221-884b-42a7e82f7a79 with scrape type 2
2026-03-30 10:52:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e2bb4396-a70a-5221-884b-42a7e82f7a79, identifier: 1985348
2026-03-30 10:52:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e2bb4396-a70a-5221-884b-42a7e82f7a79 with identifier: 1985348
2026-03-30 10:52:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e2bb4396-a70a-5221-884b-42a7e82f7a79 with identifier: 1985348
2026-03-30 10:52:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e2bb4396-a70a-5221-884b-42a7e82f7a79 with identifier: 1985348 to the API
2026-03-30 10:52:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:08 [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': 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': 0,
'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-30 10:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985348%27 HTTP/1.1" 200 None
2026-03-30 10:52:08 [ayvens.be] INFO: Saving data for 1985348: {'auction_closing_time': 1774958400.0, 'created_time': 1774565351.440176, 'last_price_update_time': 1774867928.466285}
2026-03-30 10:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985348') HTTP/1.1" 204 0
2026-03-30 10:52:08 [ayvens.be] INFO: Found listing with ID: 1985349
2026-03-30 10:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985349%27 HTTP/1.1" 200 None
2026-03-30 10:52:08 [ayvens.be] INFO: Scrape type for 1985349: 2
2026-03-30 10:52:08 [ayvens.be] INFO: Extracting data for car ID: 1985349
2026-03-30 10:52:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with identifier: 1985349
2026-03-30 10:52:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with scrape type 2
2026-03-30 10:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with scrape type 2
2026-03-30 10:52:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65, identifier: 1985349
2026-03-30 10:52:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with identifier: 1985349
2026-03-30 10:52:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with identifier: 1985349
2026-03-30 10:52:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0f9f5dcc-c1c5-5742-9c6a-1cae9cd29d65 with identifier: 1985349 to the API
2026-03-30 10:52:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:08 [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.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': 0,
'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-30 10:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985349%27 HTTP/1.1" 200 None
2026-03-30 10:52:08 [ayvens.be] INFO: Saving data for 1985349: {'auction_closing_time': 1774958400.0, 'created_time': 1774565352.71203, 'last_price_update_time': 1774867928.908301}
2026-03-30 10:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985349') HTTP/1.1" 204 0
2026-03-30 10:52:08 [ayvens.be] INFO: Found listing with ID: 1985350
2026-03-30 10:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985350%27 HTTP/1.1" 200 None
2026-03-30 10:52:08 [ayvens.be] INFO: Scrape type for 1985350: 2
2026-03-30 10:52:08 [ayvens.be] INFO: Extracting data for car ID: 1985350
2026-03-30 10:52:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b27c98bc-616f-55c0-892b-d9a4b79cfc05 with identifier: 1985350
2026-03-30 10:52:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b27c98bc-616f-55c0-892b-d9a4b79cfc05 with scrape type 2
2026-03-30 10:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b27c98bc-616f-55c0-892b-d9a4b79cfc05 with scrape type 2
2026-03-30 10:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b27c98bc-616f-55c0-892b-d9a4b79cfc05, identifier: 1985350
2026-03-30 10:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b27c98bc-616f-55c0-892b-d9a4b79cfc05 with identifier: 1985350
2026-03-30 10:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b27c98bc-616f-55c0-892b-d9a4b79cfc05 with identifier: 1985350
2026-03-30 10:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b27c98bc-616f-55c0-892b-d9a4b79cfc05 with identifier: 1985350 to the API
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:09 [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': 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': 0,
'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-30 10:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985350%27 HTTP/1.1" 200 None
2026-03-30 10:52:09 [ayvens.be] INFO: Saving data for 1985350: {'auction_closing_time': 1774958400.0, 'created_time': 1774565354.159675, 'last_price_update_time': 1774867929.349815}
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985350') HTTP/1.1" 204 0
2026-03-30 10:52:09 [ayvens.be] INFO: Found listing with ID: 1985351
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985351%27 HTTP/1.1" 200 None
2026-03-30 10:52:09 [ayvens.be] INFO: Scrape type for 1985351: 2
2026-03-30 10:52:09 [ayvens.be] INFO: Extracting data for car ID: 1985351
2026-03-30 10:52:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with identifier: 1985351
2026-03-30 10:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with scrape type 2
2026-03-30 10:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with scrape type 2
2026-03-30 10:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73, identifier: 1985351
2026-03-30 10:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with identifier: 1985351
2026-03-30 10:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with identifier: 1985351
2026-03-30 10:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8018b6c-8e7a-55a8-81ec-c9ae9c195f73 with identifier: 1985351 to the API
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:09 [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': 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': 0,
'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-30 10:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985351%27 HTTP/1.1" 200 None
2026-03-30 10:52:09 [ayvens.be] INFO: Saving data for 1985351: {'auction_closing_time': 1774958400.0, 'created_time': 1774565356.662767, 'last_price_update_time': 1774867929.740642}
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985351') HTTP/1.1" 204 0
2026-03-30 10:52:09 [ayvens.be] INFO: Found listing with ID: 1985352
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985352%27 HTTP/1.1" 200 None
2026-03-30 10:52:09 [ayvens.be] INFO: Scrape type for 1985352: 2
2026-03-30 10:52:09 [ayvens.be] INFO: Extracting data for car ID: 1985352
2026-03-30 10:52:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47ce7439-f723-56a1-9135-28d7ab2700fd with identifier: 1985352
2026-03-30 10:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47ce7439-f723-56a1-9135-28d7ab2700fd with scrape type 2
2026-03-30 10:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47ce7439-f723-56a1-9135-28d7ab2700fd with scrape type 2
2026-03-30 10:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 47ce7439-f723-56a1-9135-28d7ab2700fd, identifier: 1985352
2026-03-30 10:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 47ce7439-f723-56a1-9135-28d7ab2700fd with identifier: 1985352
2026-03-30 10:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 47ce7439-f723-56a1-9135-28d7ab2700fd with identifier: 1985352
2026-03-30 10:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 47ce7439-f723-56a1-9135-28d7ab2700fd with identifier: 1985352 to the API
2026-03-30 10:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:10 [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': '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': 0,
'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-30 10:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985352%27 HTTP/1.1" 200 None
2026-03-30 10:52:10 [ayvens.be] INFO: Saving data for 1985352: {'auction_closing_time': 1774958400.0, 'created_time': 1774565357.333348, 'last_price_update_time': 1774867930.170032}
2026-03-30 10:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985352') HTTP/1.1" 204 0
2026-03-30 10:52:10 [ayvens.be] INFO: Found listing with ID: 1985353
2026-03-30 10:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985353%27 HTTP/1.1" 200 None
2026-03-30 10:52:10 [ayvens.be] INFO: Scrape type for 1985353: 2
2026-03-30 10:52:10 [ayvens.be] INFO: Extracting data for car ID: 1985353
2026-03-30 10:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with identifier: 1985353
2026-03-30 10:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with scrape type 2
2026-03-30 10:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with scrape type 2
2026-03-30 10:52:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 86223df2-a655-5ba1-8ef4-a3eea7e1c134, identifier: 1985353
2026-03-30 10:52:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with identifier: 1985353
2026-03-30 10:52:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with identifier: 1985353
2026-03-30 10:52:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 86223df2-a655-5ba1-8ef4-a3eea7e1c134 with identifier: 1985353 to the API
2026-03-30 10:52:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:10 [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': 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': 0,
'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-30 10:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985353%27 HTTP/1.1" 200 None
2026-03-30 10:52:10 [ayvens.be] INFO: Saving data for 1985353: {'auction_closing_time': 1774958400.0, 'created_time': 1774565358.86386, 'last_price_update_time': 1774867930.619327}
2026-03-30 10:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985353') HTTP/1.1" 204 0
2026-03-30 10:52:10 [ayvens.be] INFO: Found listing with ID: 1985354
2026-03-30 10:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985354%27 HTTP/1.1" 200 None
2026-03-30 10:52:10 [ayvens.be] INFO: Scrape type for 1985354: 2
2026-03-30 10:52:10 [ayvens.be] INFO: Extracting data for car ID: 1985354
2026-03-30 10:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with identifier: 1985354
2026-03-30 10:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with scrape type 2
2026-03-30 10:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with scrape type 2
2026-03-30 10:52:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d, identifier: 1985354
2026-03-30 10:52:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with identifier: 1985354
2026-03-30 10:52:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with identifier: 1985354
2026-03-30 10:52:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4727e590-88f7-5f61-9f1d-0bc6c9ad3a8d with identifier: 1985354 to the API
2026-03-30 10:52:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:11 [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': 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': 0,
'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-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:11 [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-30 10:52:11 [ayvens.be] INFO: Saving data for 1985354: {'auction_closing_time': 1774958400.0, 'created_time': 1774565360.714588, 'last_price_update_time': 1774867931.061753}
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985354') HTTP/1.1" 204 0
2026-03-30 10:52:11 [ayvens.be] INFO: Found listing with ID: 1985355
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:11 [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-30 10:52:11 [ayvens.be] INFO: Scrape type for 1985355: 2
2026-03-30 10:52:11 [ayvens.be] INFO: Extracting data for car ID: 1985355
2026-03-30 10:52:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df095015-0ccb-5f99-b189-ce5e41de1ee3 with identifier: 1985355
2026-03-30 10:52:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df095015-0ccb-5f99-b189-ce5e41de1ee3 with scrape type 2
2026-03-30 10:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df095015-0ccb-5f99-b189-ce5e41de1ee3 with scrape type 2
2026-03-30 10:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: df095015-0ccb-5f99-b189-ce5e41de1ee3, identifier: 1985355
2026-03-30 10:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: df095015-0ccb-5f99-b189-ce5e41de1ee3 with identifier: 1985355
2026-03-30 10:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: df095015-0ccb-5f99-b189-ce5e41de1ee3 with identifier: 1985355
2026-03-30 10:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: df095015-0ccb-5f99-b189-ce5e41de1ee3 with identifier: 1985355 to the API
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:11 [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': 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': 0,
'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-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:11 [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-30 10:52:11 [ayvens.be] INFO: Saving data for 1985355: {'auction_closing_time': 1774958400.0, 'created_time': 1774565362.221628, 'last_price_update_time': 1774867931.487083}
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985355') HTTP/1.1" 204 0
2026-03-30 10:52:11 [ayvens.be] INFO: Found listing with ID: 1985356
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:11 [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-30 10:52:11 [ayvens.be] INFO: Scrape type for 1985356: 2
2026-03-30 10:52:11 [ayvens.be] INFO: Extracting data for car ID: 1985356
2026-03-30 10:52:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceb1d629-df7b-58ce-aa91-9dee573cbb0d with identifier: 1985356
2026-03-30 10:52:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d with scrape type 2
2026-03-30 10:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceb1d629-df7b-58ce-aa91-9dee573cbb0d with scrape type 2
2026-03-30 10:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ceb1d629-df7b-58ce-aa91-9dee573cbb0d, identifier: 1985356
2026-03-30 10:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ceb1d629-df7b-58ce-aa91-9dee573cbb0d with identifier: 1985356
2026-03-30 10:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ceb1d629-df7b-58ce-aa91-9dee573cbb0d with identifier: 1985356
2026-03-30 10:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ceb1d629-df7b-58ce-aa91-9dee573cbb0d with identifier: 1985356 to the API
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:11 [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': 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': 0,
'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-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:11 [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-30 10:52:11 [ayvens.be] INFO: Saving data for 1985356: {'auction_closing_time': 1774958400.0, 'created_time': 1774565364.541285, 'last_price_update_time': 1774867931.947582}
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985356') HTTP/1.1" 204 0
2026-03-30 10:52:12 [ayvens.be] INFO: Found listing with ID: 1985357
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985357%27 HTTP/1.1" 200 None
2026-03-30 10:52:12 [ayvens.be] INFO: Scrape type for 1985357: 2
2026-03-30 10:52:12 [ayvens.be] INFO: Extracting data for car ID: 1985357
2026-03-30 10:52:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with identifier: 1985357
2026-03-30 10:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with scrape type 2
2026-03-30 10:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with scrape type 2
2026-03-30 10:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4, identifier: 1985357
2026-03-30 10:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with identifier: 1985357
2026-03-30 10:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with identifier: 1985357
2026-03-30 10:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d509a2bd-3224-5aa1-a4e3-43f55bb7adc4 with identifier: 1985357 to the API
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:12 [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': 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': 0,
'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-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985357%27 HTTP/1.1" 200 None
2026-03-30 10:52:12 [ayvens.be] INFO: Saving data for 1985357: {'auction_closing_time': 1774958400.0, 'created_time': 1774565366.031621, 'last_price_update_time': 1774867932.43611}
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985357') HTTP/1.1" 204 0
2026-03-30 10:52:12 [ayvens.be] INFO: Found listing with ID: 1985358
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985358%27 HTTP/1.1" 200 None
2026-03-30 10:52:12 [ayvens.be] INFO: Scrape type for 1985358: 2
2026-03-30 10:52:12 [ayvens.be] INFO: Extracting data for car ID: 1985358
2026-03-30 10:52:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with identifier: 1985358
2026-03-30 10:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with scrape type 2
2026-03-30 10:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with scrape type 2
2026-03-30 10:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1, identifier: 1985358
2026-03-30 10:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with identifier: 1985358
2026-03-30 10:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with identifier: 1985358
2026-03-30 10:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 183a01eb-ba00-5b6a-8f49-a0247b53e1f1 with identifier: 1985358 to the API
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:12 [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': 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': 0,
'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-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985358%27 HTTP/1.1" 200 None
2026-03-30 10:52:12 [ayvens.be] INFO: Saving data for 1985358: {'auction_closing_time': 1774958400.0, 'created_time': 1774565368.755878, 'last_price_update_time': 1774867932.853372}
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985358') HTTP/1.1" 204 0
2026-03-30 10:52:12 [ayvens.be] INFO: Found listing with ID: 1985359
2026-03-30 10:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985359%27 HTTP/1.1" 200 None
2026-03-30 10:52:12 [ayvens.be] INFO: Scrape type for 1985359: 2
2026-03-30 10:52:12 [ayvens.be] INFO: Extracting data for car ID: 1985359
2026-03-30 10:52:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with identifier: 1985359
2026-03-30 10:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with scrape type 2
2026-03-30 10:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with scrape type 2
2026-03-30 10:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8, identifier: 1985359
2026-03-30 10:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with identifier: 1985359
2026-03-30 10:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with identifier: 1985359
2026-03-30 10:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0f5f974a-0766-52a4-afdb-ae60ea21c7a8 with identifier: 1985359 to the API
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:13 [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': 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': 0,
'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-30 10:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985359%27 HTTP/1.1" 200 None
2026-03-30 10:52:13 [ayvens.be] INFO: Saving data for 1985359: {'auction_closing_time': 1774958400.0, 'created_time': 1774565370.180377, 'last_price_update_time': 1774867933.256774}
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985359') HTTP/1.1" 204 0
2026-03-30 10:52:13 [ayvens.be] INFO: Found listing with ID: 1985360
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985360%27 HTTP/1.1" 200 None
2026-03-30 10:52:13 [ayvens.be] INFO: Scrape type for 1985360: 2
2026-03-30 10:52:13 [ayvens.be] INFO: Extracting data for car ID: 1985360
2026-03-30 10:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76552fd3-b338-580f-b2a5-4128d2e47df3 with identifier: 1985360
2026-03-30 10:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76552fd3-b338-580f-b2a5-4128d2e47df3 with scrape type 2
2026-03-30 10:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76552fd3-b338-580f-b2a5-4128d2e47df3 with scrape type 2
2026-03-30 10:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 76552fd3-b338-580f-b2a5-4128d2e47df3, identifier: 1985360
2026-03-30 10:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 76552fd3-b338-580f-b2a5-4128d2e47df3 with identifier: 1985360
2026-03-30 10:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 76552fd3-b338-580f-b2a5-4128d2e47df3 with identifier: 1985360
2026-03-30 10:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 76552fd3-b338-580f-b2a5-4128d2e47df3 with identifier: 1985360 to the API
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:13 [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': 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': 0,
'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-30 10:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985360%27 HTTP/1.1" 200 None
2026-03-30 10:52:13 [ayvens.be] INFO: Saving data for 1985360: {'auction_closing_time': 1774958400.0, 'created_time': 1774565386.427301, 'last_price_update_time': 1774867933.643321}
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985360') HTTP/1.1" 204 0
2026-03-30 10:52:13 [ayvens.be] INFO: Found listing with ID: 1985361
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985361%27 HTTP/1.1" 200 None
2026-03-30 10:52:13 [ayvens.be] INFO: Scrape type for 1985361: 2
2026-03-30 10:52:13 [ayvens.be] INFO: Extracting data for car ID: 1985361
2026-03-30 10:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac99e38-7861-5476-8a42-9368ec6b38bb with identifier: 1985361
2026-03-30 10:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac99e38-7861-5476-8a42-9368ec6b38bb with scrape type 2
2026-03-30 10:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac99e38-7861-5476-8a42-9368ec6b38bb with scrape type 2
2026-03-30 10:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: aac99e38-7861-5476-8a42-9368ec6b38bb, identifier: 1985361
2026-03-30 10:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: aac99e38-7861-5476-8a42-9368ec6b38bb with identifier: 1985361
2026-03-30 10:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: aac99e38-7861-5476-8a42-9368ec6b38bb with identifier: 1985361
2026-03-30 10:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: aac99e38-7861-5476-8a42-9368ec6b38bb with identifier: 1985361 to the API
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:14 [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': 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': 0,
'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-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985361%27 HTTP/1.1" 200 None
2026-03-30 10:52:14 [ayvens.be] INFO: Saving data for 1985361: {'auction_closing_time': 1774958400.0, 'created_time': 1774565375.469568, 'last_price_update_time': 1774867934.052207}
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985361') HTTP/1.1" 204 0
2026-03-30 10:52:14 [ayvens.be] INFO: Found listing with ID: 1985362
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985362%27 HTTP/1.1" 200 None
2026-03-30 10:52:14 [ayvens.be] INFO: Scrape type for 1985362: 2
2026-03-30 10:52:14 [ayvens.be] INFO: Extracting data for car ID: 1985362
2026-03-30 10:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0360f333-f9a9-58e4-b8ab-91c3bc796021 with identifier: 1985362
2026-03-30 10:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0360f333-f9a9-58e4-b8ab-91c3bc796021 with scrape type 2
2026-03-30 10:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0360f333-f9a9-58e4-b8ab-91c3bc796021 with scrape type 2
2026-03-30 10:52:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0360f333-f9a9-58e4-b8ab-91c3bc796021, identifier: 1985362
2026-03-30 10:52:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0360f333-f9a9-58e4-b8ab-91c3bc796021 with identifier: 1985362
2026-03-30 10:52:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0360f333-f9a9-58e4-b8ab-91c3bc796021 with identifier: 1985362
2026-03-30 10:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0360f333-f9a9-58e4-b8ab-91c3bc796021 with identifier: 1985362 to the API
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985362%27 HTTP/1.1" 200 None
2026-03-30 10:52:14 [ayvens.be] INFO: Saving data for 1985362: {'auction_closing_time': 1774958400.0, 'created_time': 1774565372.734699, 'last_price_update_time': 1774867934.487614}
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985362') HTTP/1.1" 204 0
2026-03-30 10:52:14 [ayvens.be] INFO: Found listing with ID: 1985363
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985363%27 HTTP/1.1" 200 None
2026-03-30 10:52:14 [ayvens.be] INFO: Scrape type for 1985363: 2
2026-03-30 10:52:14 [ayvens.be] INFO: Extracting data for car ID: 1985363
2026-03-30 10:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d550fb4-a647-5a1b-8837-81f98eace162 with identifier: 1985363
2026-03-30 10:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d550fb4-a647-5a1b-8837-81f98eace162 with scrape type 2
2026-03-30 10:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d550fb4-a647-5a1b-8837-81f98eace162 with scrape type 2
2026-03-30 10:52:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5d550fb4-a647-5a1b-8837-81f98eace162, identifier: 1985363
2026-03-30 10:52:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5d550fb4-a647-5a1b-8837-81f98eace162 with identifier: 1985363
2026-03-30 10:52:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5d550fb4-a647-5a1b-8837-81f98eace162 with identifier: 1985363
2026-03-30 10:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5d550fb4-a647-5a1b-8837-81f98eace162 with identifier: 1985363 to the API
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:14 [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': 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': 0,
'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-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985363%27 HTTP/1.1" 200 None
2026-03-30 10:52:14 [ayvens.be] INFO: Saving data for 1985363: {'auction_closing_time': 1774958400.0, 'created_time': 1774565375.138358, 'last_price_update_time': 1774867934.90543}
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985363') HTTP/1.1" 204 0
2026-03-30 10:52:14 [ayvens.be] INFO: Found listing with ID: 1985364
2026-03-30 10:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985364%27 HTTP/1.1" 200 None
2026-03-30 10:52:14 [ayvens.be] INFO: Scrape type for 1985364: 2
2026-03-30 10:52:14 [ayvens.be] INFO: Extracting data for car ID: 1985364
2026-03-30 10:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 572fb211-c34a-540b-b492-e638d580713e with identifier: 1985364
2026-03-30 10:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 572fb211-c34a-540b-b492-e638d580713e with scrape type 2
2026-03-30 10:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 572fb211-c34a-540b-b492-e638d580713e with scrape type 2
2026-03-30 10:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 572fb211-c34a-540b-b492-e638d580713e, identifier: 1985364
2026-03-30 10:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 572fb211-c34a-540b-b492-e638d580713e with identifier: 1985364
2026-03-30 10:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 572fb211-c34a-540b-b492-e638d580713e with identifier: 1985364
2026-03-30 10:52:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 572fb211-c34a-540b-b492-e638d580713e with identifier: 1985364 to the API
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:15 [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': 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': 0,
'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-30 10:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:15 [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-30 10:52:15 [ayvens.be] INFO: Saving data for 1985364: {'auction_closing_time': 1774958400.0, 'created_time': 1774565376.525079, 'last_price_update_time': 1774867935.349565}
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985364') HTTP/1.1" 204 0
2026-03-30 10:52:15 [ayvens.be] INFO: Found listing with ID: 1985365
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:15 [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-30 10:52:15 [ayvens.be] INFO: Scrape type for 1985365: 2
2026-03-30 10:52:15 [ayvens.be] INFO: Extracting data for car ID: 1985365
2026-03-30 10:52:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f18e9342-4f12-553c-b02c-5645e403a20a with identifier: 1985365
2026-03-30 10:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f18e9342-4f12-553c-b02c-5645e403a20a with scrape type 2
2026-03-30 10:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f18e9342-4f12-553c-b02c-5645e403a20a with scrape type 2
2026-03-30 10:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f18e9342-4f12-553c-b02c-5645e403a20a, identifier: 1985365
2026-03-30 10:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f18e9342-4f12-553c-b02c-5645e403a20a with identifier: 1985365
2026-03-30 10:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f18e9342-4f12-553c-b02c-5645e403a20a with identifier: 1985365
2026-03-30 10:52:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f18e9342-4f12-553c-b02c-5645e403a20a with identifier: 1985365 to the API
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:15 [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': 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': 0,
'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-30 10:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:15 [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-30 10:52:15 [ayvens.be] INFO: Saving data for 1985365: {'auction_closing_time': 1774958400.0, 'created_time': 1774565385.547872, 'last_price_update_time': 1774867935.740909}
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985365') HTTP/1.1" 204 0
2026-03-30 10:52:15 [ayvens.be] INFO: Found listing with ID: 1985366
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:15 [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-30 10:52:15 [ayvens.be] INFO: Scrape type for 1985366: 2
2026-03-30 10:52:15 [ayvens.be] INFO: Extracting data for car ID: 1985366
2026-03-30 10:52:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with identifier: 1985366
2026-03-30 10:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with scrape type 2
2026-03-30 10:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with scrape type 2
2026-03-30 10:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed, identifier: 1985366
2026-03-30 10:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with identifier: 1985366
2026-03-30 10:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with identifier: 1985366
2026-03-30 10:52:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1b548f02-98e7-5a1f-81a8-5a1c0ec365ed with identifier: 1985366 to the API
2026-03-30 10:52:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985366%27 HTTP/1.1" 200 None
2026-03-30 10:52:16 [ayvens.be] INFO: Saving data for 1985366: {'auction_closing_time': 1774958400.0, 'created_time': 1774565383.680601, 'last_price_update_time': 1774867936.145475}
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985366') HTTP/1.1" 204 0
2026-03-30 10:52:16 [ayvens.be] INFO: Found listing with ID: 1985367
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985367%27 HTTP/1.1" 200 None
2026-03-30 10:52:16 [ayvens.be] INFO: Scrape type for 1985367: 2
2026-03-30 10:52:16 [ayvens.be] INFO: Extracting data for car ID: 1985367
2026-03-30 10:52:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a6db055-8436-5ac6-ad95-391afd5bbc80 with identifier: 1985367
2026-03-30 10:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a6db055-8436-5ac6-ad95-391afd5bbc80 with scrape type 2
2026-03-30 10:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a6db055-8436-5ac6-ad95-391afd5bbc80 with scrape type 2
2026-03-30 10:52:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4a6db055-8436-5ac6-ad95-391afd5bbc80, identifier: 1985367
2026-03-30 10:52:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4a6db055-8436-5ac6-ad95-391afd5bbc80 with identifier: 1985367
2026-03-30 10:52:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4a6db055-8436-5ac6-ad95-391afd5bbc80 with identifier: 1985367
2026-03-30 10:52:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4a6db055-8436-5ac6-ad95-391afd5bbc80 with identifier: 1985367 to the API
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:16 [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': 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': 0,
'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-30 10:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985367%27 HTTP/1.1" 200 None
2026-03-30 10:52:16 [ayvens.be] INFO: Saving data for 1985367: {'auction_closing_time': 1774958400.0, 'created_time': 1774565380.490741, 'last_price_update_time': 1774867936.568156}
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985367') HTTP/1.1" 204 0
2026-03-30 10:52:16 [ayvens.be] INFO: Found listing with ID: 1985368
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985368%27 HTTP/1.1" 200 None
2026-03-30 10:52:16 [ayvens.be] INFO: Scrape type for 1985368: 2
2026-03-30 10:52:16 [ayvens.be] INFO: Extracting data for car ID: 1985368
2026-03-30 10:52:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9123352f-f020-520c-8c81-3f437f438310 with identifier: 1985368
2026-03-30 10:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9123352f-f020-520c-8c81-3f437f438310 with scrape type 2
2026-03-30 10:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9123352f-f020-520c-8c81-3f437f438310 with scrape type 2
2026-03-30 10:52:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9123352f-f020-520c-8c81-3f437f438310, identifier: 1985368
2026-03-30 10:52:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9123352f-f020-520c-8c81-3f437f438310 with identifier: 1985368
2026-03-30 10:52:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9123352f-f020-520c-8c81-3f437f438310 with identifier: 1985368
2026-03-30 10:52:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9123352f-f020-520c-8c81-3f437f438310 with identifier: 1985368 to the API
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:17 [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': 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': 0,
'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-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985368%27 HTTP/1.1" 200 None
2026-03-30 10:52:17 [ayvens.be] INFO: Saving data for 1985368: {'auction_closing_time': 1774958400.0, 'created_time': 1774565383.184616, 'last_price_update_time': 1774867937.112326}
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985368') HTTP/1.1" 204 0
2026-03-30 10:52:17 [ayvens.be] INFO: Found listing with ID: 1985369
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985369%27 HTTP/1.1" 200 None
2026-03-30 10:52:17 [ayvens.be] INFO: Scrape type for 1985369: 2
2026-03-30 10:52:17 [ayvens.be] INFO: Extracting data for car ID: 1985369
2026-03-30 10:52:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f59e1dc1-9407-5451-af2c-f810e89334ef with identifier: 1985369
2026-03-30 10:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f59e1dc1-9407-5451-af2c-f810e89334ef with scrape type 2
2026-03-30 10:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f59e1dc1-9407-5451-af2c-f810e89334ef with scrape type 2
2026-03-30 10:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f59e1dc1-9407-5451-af2c-f810e89334ef, identifier: 1985369
2026-03-30 10:52:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f59e1dc1-9407-5451-af2c-f810e89334ef with identifier: 1985369
2026-03-30 10:52:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f59e1dc1-9407-5451-af2c-f810e89334ef with identifier: 1985369
2026-03-30 10:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f59e1dc1-9407-5451-af2c-f810e89334ef with identifier: 1985369 to the API
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985369%27 HTTP/1.1" 200 None
2026-03-30 10:52:17 [ayvens.be] INFO: Saving data for 1985369: {'auction_closing_time': 1774958400.0, 'created_time': 1774565384.747387, 'last_price_update_time': 1774867937.543974}
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985369') HTTP/1.1" 204 0
2026-03-30 10:52:17 [ayvens.be] INFO: Found listing with ID: 1985370
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985370%27 HTTP/1.1" 200 None
2026-03-30 10:52:17 [ayvens.be] INFO: Scrape type for 1985370: 2
2026-03-30 10:52:17 [ayvens.be] INFO: Extracting data for car ID: 1985370
2026-03-30 10:52:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc62ded9-a378-5b04-aa3f-1ff811f2e715 with identifier: 1985370
2026-03-30 10:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc62ded9-a378-5b04-aa3f-1ff811f2e715 with scrape type 2
2026-03-30 10:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc62ded9-a378-5b04-aa3f-1ff811f2e715 with scrape type 2
2026-03-30 10:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bc62ded9-a378-5b04-aa3f-1ff811f2e715, identifier: 1985370
2026-03-30 10:52:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bc62ded9-a378-5b04-aa3f-1ff811f2e715 with identifier: 1985370
2026-03-30 10:52:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bc62ded9-a378-5b04-aa3f-1ff811f2e715 with identifier: 1985370
2026-03-30 10:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bc62ded9-a378-5b04-aa3f-1ff811f2e715 with identifier: 1985370 to the API
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985370%27 HTTP/1.1" 200 None
2026-03-30 10:52:17 [ayvens.be] INFO: Saving data for 1985370: {'auction_closing_time': 1774958400.0, 'created_time': 1774565387.364909, 'last_price_update_time': 1774867937.973732}
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985370') HTTP/1.1" 204 0
2026-03-30 10:52:17 [ayvens.be] INFO: Found listing with ID: 1985371
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985371%27 HTTP/1.1" 200 None
2026-03-30 10:52:18 [ayvens.be] INFO: Scrape type for 1985371: 2
2026-03-30 10:52:18 [ayvens.be] INFO: Extracting data for car ID: 1985371
2026-03-30 10:52:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68726777-665d-5bfe-8065-2c689b768477 with identifier: 1985371
2026-03-30 10:52:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68726777-665d-5bfe-8065-2c689b768477 with scrape type 2
2026-03-30 10:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68726777-665d-5bfe-8065-2c689b768477 with scrape type 2
2026-03-30 10:52:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 68726777-665d-5bfe-8065-2c689b768477, identifier: 1985371
2026-03-30 10:52:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 68726777-665d-5bfe-8065-2c689b768477 with identifier: 1985371
2026-03-30 10:52:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 68726777-665d-5bfe-8065-2c689b768477 with identifier: 1985371
2026-03-30 10:52:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 68726777-665d-5bfe-8065-2c689b768477 with identifier: 1985371 to the API
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985371%27 HTTP/1.1" 200 None
2026-03-30 10:52:18 [ayvens.be] INFO: Saving data for 1985371: {'auction_closing_time': 1774958400.0, 'created_time': 1774565389.211242, 'last_price_update_time': 1774867938.413254}
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985371') HTTP/1.1" 204 0
2026-03-30 10:52:18 [ayvens.be] INFO: Found listing with ID: 1985372
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985372%27 HTTP/1.1" 200 None
2026-03-30 10:52:18 [ayvens.be] INFO: Scrape type for 1985372: 2
2026-03-30 10:52:18 [ayvens.be] INFO: Extracting data for car ID: 1985372
2026-03-30 10:52:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b4a4a85-7e3f-53c3-a306-36048b1efecf with identifier: 1985372
2026-03-30 10:52:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf with scrape type 2
2026-03-30 10:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b4a4a85-7e3f-53c3-a306-36048b1efecf with scrape type 2
2026-03-30 10:52:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9b4a4a85-7e3f-53c3-a306-36048b1efecf, identifier: 1985372
2026-03-30 10:52:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9b4a4a85-7e3f-53c3-a306-36048b1efecf with identifier: 1985372
2026-03-30 10:52:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9b4a4a85-7e3f-53c3-a306-36048b1efecf with identifier: 1985372
2026-03-30 10:52:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9b4a4a85-7e3f-53c3-a306-36048b1efecf with identifier: 1985372 to the API
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:18 [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': 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': 0,
'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-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985372%27 HTTP/1.1" 200 None
2026-03-30 10:52:18 [ayvens.be] INFO: Saving data for 1985372: {'auction_closing_time': 1774958400.0, 'created_time': 1774565392.016887, 'last_price_update_time': 1774867938.929544}
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985372') HTTP/1.1" 204 0
2026-03-30 10:52:18 [ayvens.be] INFO: Found listing with ID: 1985373
2026-03-30 10:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985373%27 HTTP/1.1" 200 None
2026-03-30 10:52:18 [ayvens.be] INFO: Scrape type for 1985373: 2
2026-03-30 10:52:18 [ayvens.be] INFO: Extracting data for car ID: 1985373
2026-03-30 10:52:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with identifier: 1985373
2026-03-30 10:52:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with scrape type 2
2026-03-30 10:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with scrape type 2
2026-03-30 10:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8, identifier: 1985373
2026-03-30 10:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with identifier: 1985373
2026-03-30 10:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with identifier: 1985373
2026-03-30 10:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 18979b1a-ad2b-58fb-9f7b-baea2c3543a8 with identifier: 1985373 to the API
2026-03-30 10:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:19 [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.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': 0,
'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-30 10:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985373%27 HTTP/1.1" 200 None
2026-03-30 10:52:19 [ayvens.be] INFO: Saving data for 1985373: {'auction_closing_time': 1774958400.0, 'created_time': 1774565393.484384, 'last_price_update_time': 1774867939.321033}
2026-03-30 10:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985373') HTTP/1.1" 204 0
2026-03-30 10:52:19 [ayvens.be] INFO: Found listing with ID: 1985374
2026-03-30 10:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985374%27 HTTP/1.1" 200 None
2026-03-30 10:52:19 [ayvens.be] INFO: Scrape type for 1985374: 2
2026-03-30 10:52:19 [ayvens.be] INFO: Extracting data for car ID: 1985374
2026-03-30 10:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with identifier: 1985374
2026-03-30 10:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with scrape type 2
2026-03-30 10:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with scrape type 2
2026-03-30 10:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0, identifier: 1985374
2026-03-30 10:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with identifier: 1985374
2026-03-30 10:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with identifier: 1985374
2026-03-30 10:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5ff800f9-8b1c-5e6b-8b11-9fc2a2688fd0 with identifier: 1985374 to the API
2026-03-30 10:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:19 [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': 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': 0,
'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-30 10:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985374%27 HTTP/1.1" 200 None
2026-03-30 10:52:19 [ayvens.be] INFO: Saving data for 1985374: {'auction_closing_time': 1774958400.0, 'created_time': 1774565395.103573, 'last_price_update_time': 1774867939.792635}
2026-03-30 10:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985374') HTTP/1.1" 204 0
2026-03-30 10:52:19 [ayvens.be] INFO: Found listing with ID: 1985375
2026-03-30 10:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985375%27 HTTP/1.1" 200 None
2026-03-30 10:52:19 [ayvens.be] INFO: Scrape type for 1985375: 2
2026-03-30 10:52:19 [ayvens.be] INFO: Extracting data for car ID: 1985375
2026-03-30 10:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with identifier: 1985375
2026-03-30 10:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with scrape type 2
2026-03-30 10:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with scrape type 2
2026-03-30 10:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9, identifier: 1985375
2026-03-30 10:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with identifier: 1985375
2026-03-30 10:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with identifier: 1985375
2026-03-30 10:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 010c1aea-c107-5cbc-ab3b-b1ae80957cb9 with identifier: 1985375 to the API
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:20 [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': 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': 0,
'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-30 10:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985375%27 HTTP/1.1" 200 None
2026-03-30 10:52:20 [ayvens.be] INFO: Saving data for 1985375: {'auction_closing_time': 1774958400.0, 'created_time': 1774565396.517354, 'last_price_update_time': 1774867940.25301}
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985375') HTTP/1.1" 204 0
2026-03-30 10:52:20 [ayvens.be] INFO: Found listing with ID: 1985376
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985376%27 HTTP/1.1" 200 None
2026-03-30 10:52:20 [ayvens.be] INFO: Scrape type for 1985376: 2
2026-03-30 10:52:20 [ayvens.be] INFO: Extracting data for car ID: 1985376
2026-03-30 10:52:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f513ab40-e80d-5508-9312-ecf3faf2e7c3 with identifier: 1985376
2026-03-30 10:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f513ab40-e80d-5508-9312-ecf3faf2e7c3 with scrape type 2
2026-03-30 10:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f513ab40-e80d-5508-9312-ecf3faf2e7c3 with scrape type 2
2026-03-30 10:52:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f513ab40-e80d-5508-9312-ecf3faf2e7c3, identifier: 1985376
2026-03-30 10:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f513ab40-e80d-5508-9312-ecf3faf2e7c3 with identifier: 1985376
2026-03-30 10:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f513ab40-e80d-5508-9312-ecf3faf2e7c3 with identifier: 1985376
2026-03-30 10:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f513ab40-e80d-5508-9312-ecf3faf2e7c3 with identifier: 1985376 to the API
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:20 [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': 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': 0,
'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-30 10:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985376%27 HTTP/1.1" 200 None
2026-03-30 10:52:20 [ayvens.be] INFO: Saving data for 1985376: {'auction_closing_time': 1774958400.0, 'created_time': 1774565398.781483, 'last_price_update_time': 1774867940.680651}
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985376') HTTP/1.1" 204 0
2026-03-30 10:52:20 [ayvens.be] INFO: Found listing with ID: 1985377
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985377%27 HTTP/1.1" 200 None
2026-03-30 10:52:20 [ayvens.be] INFO: Scrape type for 1985377: 2
2026-03-30 10:52:20 [ayvens.be] INFO: Extracting data for car ID: 1985377
2026-03-30 10:52:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with identifier: 1985377
2026-03-30 10:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with scrape type 2
2026-03-30 10:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with scrape type 2
2026-03-30 10:52:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec, identifier: 1985377
2026-03-30 10:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with identifier: 1985377
2026-03-30 10:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with identifier: 1985377
2026-03-30 10:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c7b5d90a-9f2f-5747-9d5b-37a0f833ddec with identifier: 1985377 to the API
2026-03-30 10:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985377%27 HTTP/1.1" 200 None
2026-03-30 10:52:21 [ayvens.be] INFO: Saving data for 1985377: {'auction_closing_time': 1774958400.0, 'created_time': 1774565399.728773, 'last_price_update_time': 1774867941.103662}
2026-03-30 10:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985377') HTTP/1.1" 204 0
2026-03-30 10:52:21 [ayvens.be] INFO: Found listing with ID: 1985378
2026-03-30 10:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985378%27 HTTP/1.1" 200 None
2026-03-30 10:52:21 [ayvens.be] INFO: Scrape type for 1985378: 2
2026-03-30 10:52:21 [ayvens.be] INFO: Extracting data for car ID: 1985378
2026-03-30 10:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55582b44-2a1a-55ba-8550-803dbcef7bd5 with identifier: 1985378
2026-03-30 10:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55582b44-2a1a-55ba-8550-803dbcef7bd5 with scrape type 2
2026-03-30 10:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55582b44-2a1a-55ba-8550-803dbcef7bd5 with scrape type 2
2026-03-30 10:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 55582b44-2a1a-55ba-8550-803dbcef7bd5, identifier: 1985378
2026-03-30 10:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 55582b44-2a1a-55ba-8550-803dbcef7bd5 with identifier: 1985378
2026-03-30 10:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 55582b44-2a1a-55ba-8550-803dbcef7bd5 with identifier: 1985378
2026-03-30 10:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 55582b44-2a1a-55ba-8550-803dbcef7bd5 with identifier: 1985378 to the API
2026-03-30 10:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985378%27 HTTP/1.1" 200 None
2026-03-30 10:52:21 [ayvens.be] INFO: Saving data for 1985378: {'auction_closing_time': 1774958400.0, 'created_time': 1774565401.131829, 'last_price_update_time': 1774867941.533919}
2026-03-30 10:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985378') HTTP/1.1" 204 0
2026-03-30 10:52:21 [ayvens.be] INFO: Found listing with ID: 1985379
2026-03-30 10:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985379%27 HTTP/1.1" 200 None
2026-03-30 10:52:21 [ayvens.be] INFO: Scrape type for 1985379: 2
2026-03-30 10:52:21 [ayvens.be] INFO: Extracting data for car ID: 1985379
2026-03-30 10:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f97a93-de3c-5513-bb76-4e8deedf18cb with identifier: 1985379
2026-03-30 10:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f97a93-de3c-5513-bb76-4e8deedf18cb with scrape type 2
2026-03-30 10:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f97a93-de3c-5513-bb76-4e8deedf18cb with scrape type 2
2026-03-30 10:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 41f97a93-de3c-5513-bb76-4e8deedf18cb, identifier: 1985379
2026-03-30 10:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 41f97a93-de3c-5513-bb76-4e8deedf18cb with identifier: 1985379
2026-03-30 10:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 41f97a93-de3c-5513-bb76-4e8deedf18cb with identifier: 1985379
2026-03-30 10:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 41f97a93-de3c-5513-bb76-4e8deedf18cb with identifier: 1985379 to the API
2026-03-30 10:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:21 [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': 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': 0,
'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-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985379%27 HTTP/1.1" 200 None
2026-03-30 10:52:22 [ayvens.be] INFO: Saving data for 1985379: {'auction_closing_time': 1774958400.0, 'created_time': 1774565402.950517, 'last_price_update_time': 1774867942.018751}
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985379') HTTP/1.1" 204 0
2026-03-30 10:52:22 [ayvens.be] INFO: Found listing with ID: 1985380
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985380%27 HTTP/1.1" 200 None
2026-03-30 10:52:22 [ayvens.be] INFO: Scrape type for 1985380: 2
2026-03-30 10:52:22 [ayvens.be] INFO: Extracting data for car ID: 1985380
2026-03-30 10:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 335e1b92-8dec-5058-af43-5393f02dbe77 with identifier: 1985380
2026-03-30 10:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 335e1b92-8dec-5058-af43-5393f02dbe77 with scrape type 2
2026-03-30 10:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 335e1b92-8dec-5058-af43-5393f02dbe77 with scrape type 2
2026-03-30 10:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 335e1b92-8dec-5058-af43-5393f02dbe77, identifier: 1985380
2026-03-30 10:52:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 335e1b92-8dec-5058-af43-5393f02dbe77 with identifier: 1985380
2026-03-30 10:52:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 335e1b92-8dec-5058-af43-5393f02dbe77 with identifier: 1985380
2026-03-30 10:52:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 335e1b92-8dec-5058-af43-5393f02dbe77 with identifier: 1985380 to the API
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:22 [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': 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': 0,
'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-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985380%27 HTTP/1.1" 200 None
2026-03-30 10:52:22 [ayvens.be] INFO: Saving data for 1985380: {'auction_closing_time': 1774958400.0, 'created_time': 1774565405.333434, 'last_price_update_time': 1774867942.439}
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985380') HTTP/1.1" 204 0
2026-03-30 10:52:22 [ayvens.be] INFO: Found listing with ID: 1985381
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985381%27 HTTP/1.1" 200 None
2026-03-30 10:52:22 [ayvens.be] INFO: Scrape type for 1985381: 2
2026-03-30 10:52:22 [ayvens.be] INFO: Extracting data for car ID: 1985381
2026-03-30 10:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0935e4d3-aba0-574f-a79e-8f1945954b6d with identifier: 1985381
2026-03-30 10:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0935e4d3-aba0-574f-a79e-8f1945954b6d with scrape type 2
2026-03-30 10:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0935e4d3-aba0-574f-a79e-8f1945954b6d with scrape type 2
2026-03-30 10:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0935e4d3-aba0-574f-a79e-8f1945954b6d, identifier: 1985381
2026-03-30 10:52:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0935e4d3-aba0-574f-a79e-8f1945954b6d with identifier: 1985381
2026-03-30 10:52:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0935e4d3-aba0-574f-a79e-8f1945954b6d with identifier: 1985381
2026-03-30 10:52:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0935e4d3-aba0-574f-a79e-8f1945954b6d with identifier: 1985381 to the API
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:22 [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': 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': 0,
'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-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985381%27 HTTP/1.1" 200 None
2026-03-30 10:52:22 [ayvens.be] INFO: Saving data for 1985381: {'auction_closing_time': 1774958400.0, 'created_time': 1774565406.651357, 'last_price_update_time': 1774867942.875111}
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985381') HTTP/1.1" 204 0
2026-03-30 10:52:22 [ayvens.be] INFO: Found listing with ID: 1985382
2026-03-30 10:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985382%27 HTTP/1.1" 200 None
2026-03-30 10:52:22 [ayvens.be] INFO: Scrape type for 1985382: 2
2026-03-30 10:52:22 [ayvens.be] INFO: Extracting data for car ID: 1985382
2026-03-30 10:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 959ab10b-8f5d-572c-96e3-29bf3d30a140 with identifier: 1985382
2026-03-30 10:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 959ab10b-8f5d-572c-96e3-29bf3d30a140 with scrape type 2
2026-03-30 10:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 959ab10b-8f5d-572c-96e3-29bf3d30a140 with scrape type 2
2026-03-30 10:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 959ab10b-8f5d-572c-96e3-29bf3d30a140, identifier: 1985382
2026-03-30 10:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 959ab10b-8f5d-572c-96e3-29bf3d30a140 with identifier: 1985382
2026-03-30 10:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 959ab10b-8f5d-572c-96e3-29bf3d30a140 with identifier: 1985382
2026-03-30 10:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 959ab10b-8f5d-572c-96e3-29bf3d30a140 with identifier: 1985382 to the API
2026-03-30 10:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:23 [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': 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': 0,
'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-30 10:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985382%27 HTTP/1.1" 200 None
2026-03-30 10:52:23 [ayvens.be] INFO: Saving data for 1985382: {'auction_closing_time': 1774958400.0, 'created_time': 1774565407.805325, 'last_price_update_time': 1774867943.305409}
2026-03-30 10:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985382') HTTP/1.1" 204 0
2026-03-30 10:52:23 [ayvens.be] INFO: Found listing with ID: 1985383
2026-03-30 10:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985383%27 HTTP/1.1" 200 None
2026-03-30 10:52:23 [ayvens.be] INFO: Scrape type for 1985383: 2
2026-03-30 10:52:23 [ayvens.be] INFO: Extracting data for car ID: 1985383
2026-03-30 10:52:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with identifier: 1985383
2026-03-30 10:52:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with scrape type 2
2026-03-30 10:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with scrape type 2
2026-03-30 10:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e, identifier: 1985383
2026-03-30 10:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with identifier: 1985383
2026-03-30 10:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with identifier: 1985383
2026-03-30 10:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c93adac2-ee3a-5713-82d6-2c1a80d6ee8e with identifier: 1985383 to the API
2026-03-30 10:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:23 [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': 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': 0,
'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-30 10:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985383%27 HTTP/1.1" 200 None
2026-03-30 10:52:23 [ayvens.be] INFO: Saving data for 1985383: {'auction_closing_time': 1774958400.0, 'created_time': 1774565410.050982, 'last_price_update_time': 1774867943.779839}
2026-03-30 10:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985383') HTTP/1.1" 204 0
2026-03-30 10:52:23 [ayvens.be] INFO: Found listing with ID: 1985384
2026-03-30 10:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985384%27 HTTP/1.1" 200 None
2026-03-30 10:52:23 [ayvens.be] INFO: Scrape type for 1985384: 2
2026-03-30 10:52:23 [ayvens.be] INFO: Extracting data for car ID: 1985384
2026-03-30 10:52:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a826a95-196a-50d9-9c13-656a021883c3 with identifier: 1985384
2026-03-30 10:52:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a826a95-196a-50d9-9c13-656a021883c3 with scrape type 2
2026-03-30 10:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a826a95-196a-50d9-9c13-656a021883c3 with scrape type 2
2026-03-30 10:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2a826a95-196a-50d9-9c13-656a021883c3, identifier: 1985384
2026-03-30 10:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2a826a95-196a-50d9-9c13-656a021883c3 with identifier: 1985384
2026-03-30 10:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2a826a95-196a-50d9-9c13-656a021883c3 with identifier: 1985384
2026-03-30 10:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2a826a95-196a-50d9-9c13-656a021883c3 with identifier: 1985384 to the API
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:24 [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': 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': 0,
'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-30 10:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985384%27 HTTP/1.1" 200 None
2026-03-30 10:52:24 [ayvens.be] INFO: Saving data for 1985384: {'auction_closing_time': 1774958400.0, 'created_time': 1774565411.714491, 'last_price_update_time': 1774867944.204928}
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985384') HTTP/1.1" 204 0
2026-03-30 10:52:24 [ayvens.be] INFO: Found listing with ID: 1985385
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985385%27 HTTP/1.1" 200 None
2026-03-30 10:52:24 [ayvens.be] INFO: Scrape type for 1985385: 2
2026-03-30 10:52:24 [ayvens.be] INFO: Extracting data for car ID: 1985385
2026-03-30 10:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 204b260e-559e-573a-a182-0234b1a52c5d with identifier: 1985385
2026-03-30 10:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 204b260e-559e-573a-a182-0234b1a52c5d with scrape type 2
2026-03-30 10:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 204b260e-559e-573a-a182-0234b1a52c5d with scrape type 2
2026-03-30 10:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 204b260e-559e-573a-a182-0234b1a52c5d, identifier: 1985385
2026-03-30 10:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 204b260e-559e-573a-a182-0234b1a52c5d with identifier: 1985385
2026-03-30 10:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 204b260e-559e-573a-a182-0234b1a52c5d with identifier: 1985385
2026-03-30 10:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 204b260e-559e-573a-a182-0234b1a52c5d with identifier: 1985385 to the API
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:24 [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': 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': 0,
'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-30 10:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985385%27 HTTP/1.1" 200 None
2026-03-30 10:52:24 [ayvens.be] INFO: Saving data for 1985385: {'auction_closing_time': 1774958400.0, 'created_time': 1774565413.096715, 'last_price_update_time': 1774867944.669111}
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985385') HTTP/1.1" 204 0
2026-03-30 10:52:24 [ayvens.be] INFO: Found listing with ID: 1985386
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985386%27 HTTP/1.1" 200 None
2026-03-30 10:52:24 [ayvens.be] INFO: Scrape type for 1985386: 2
2026-03-30 10:52:24 [ayvens.be] INFO: Extracting data for car ID: 1985386
2026-03-30 10:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cd1f4af-ca6c-5179-834b-195bc36a2958 with identifier: 1985386
2026-03-30 10:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cd1f4af-ca6c-5179-834b-195bc36a2958 with scrape type 2
2026-03-30 10:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cd1f4af-ca6c-5179-834b-195bc36a2958 with scrape type 2
2026-03-30 10:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2cd1f4af-ca6c-5179-834b-195bc36a2958, identifier: 1985386
2026-03-30 10:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2cd1f4af-ca6c-5179-834b-195bc36a2958 with identifier: 1985386
2026-03-30 10:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2cd1f4af-ca6c-5179-834b-195bc36a2958 with identifier: 1985386
2026-03-30 10:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2cd1f4af-ca6c-5179-834b-195bc36a2958 with identifier: 1985386 to the API
2026-03-30 10:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:25 [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': 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': 0,
'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-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985386%27 HTTP/1.1" 200 None
2026-03-30 10:52:25 [ayvens.be] INFO: Saving data for 1985386: {'auction_closing_time': 1774958400.0, 'created_time': 1774565415.225347, 'last_price_update_time': 1774867945.093633}
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985386') HTTP/1.1" 204 0
2026-03-30 10:52:25 [ayvens.be] INFO: Found listing with ID: 1985387
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985387%27 HTTP/1.1" 200 None
2026-03-30 10:52:25 [ayvens.be] INFO: Scrape type for 1985387: 2
2026-03-30 10:52:25 [ayvens.be] INFO: Extracting data for car ID: 1985387
2026-03-30 10:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d435f3e0-529f-510b-bac6-ad11c65d9078 with identifier: 1985387
2026-03-30 10:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d435f3e0-529f-510b-bac6-ad11c65d9078 with scrape type 2
2026-03-30 10:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d435f3e0-529f-510b-bac6-ad11c65d9078 with scrape type 2
2026-03-30 10:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d435f3e0-529f-510b-bac6-ad11c65d9078, identifier: 1985387
2026-03-30 10:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d435f3e0-529f-510b-bac6-ad11c65d9078 with identifier: 1985387
2026-03-30 10:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d435f3e0-529f-510b-bac6-ad11c65d9078 with identifier: 1985387
2026-03-30 10:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d435f3e0-529f-510b-bac6-ad11c65d9078 with identifier: 1985387 to the API
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:25 [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': 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': 0,
'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-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985387%27 HTTP/1.1" 200 None
2026-03-30 10:52:25 [ayvens.be] INFO: Saving data for 1985387: {'auction_closing_time': 1774958400.0, 'created_time': 1774565416.594016, 'last_price_update_time': 1774867945.543609}
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985387') HTTP/1.1" 204 0
2026-03-30 10:52:25 [ayvens.be] INFO: Found listing with ID: 1985388
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985388%27 HTTP/1.1" 200 None
2026-03-30 10:52:25 [ayvens.be] INFO: Scrape type for 1985388: 2
2026-03-30 10:52:25 [ayvens.be] INFO: Extracting data for car ID: 1985388
2026-03-30 10:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd5e129c-9014-5e1f-8926-20ca8a02deb0 with identifier: 1985388
2026-03-30 10:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd5e129c-9014-5e1f-8926-20ca8a02deb0 with scrape type 2
2026-03-30 10:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd5e129c-9014-5e1f-8926-20ca8a02deb0 with scrape type 2
2026-03-30 10:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bd5e129c-9014-5e1f-8926-20ca8a02deb0, identifier: 1985388
2026-03-30 10:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bd5e129c-9014-5e1f-8926-20ca8a02deb0 with identifier: 1985388
2026-03-30 10:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bd5e129c-9014-5e1f-8926-20ca8a02deb0 with identifier: 1985388
2026-03-30 10:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bd5e129c-9014-5e1f-8926-20ca8a02deb0 with identifier: 1985388 to the API
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:25 [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': 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': 0,
'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-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985388%27 HTTP/1.1" 200 None
2026-03-30 10:52:25 [ayvens.be] INFO: Saving data for 1985388: {'auction_closing_time': 1774958400.0, 'created_time': 1774565417.651884, 'last_price_update_time': 1774867945.956556}
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985388') HTTP/1.1" 204 0
2026-03-30 10:52:25 [ayvens.be] INFO: Found listing with ID: 1985389
2026-03-30 10:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985389%27 HTTP/1.1" 200 None
2026-03-30 10:52:25 [ayvens.be] INFO: Scrape type for 1985389: 2
2026-03-30 10:52:25 [ayvens.be] INFO: Extracting data for car ID: 1985389
2026-03-30 10:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f848b84-78f6-5388-b7ab-a5470e154ec1 with identifier: 1985389
2026-03-30 10:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f848b84-78f6-5388-b7ab-a5470e154ec1 with scrape type 2
2026-03-30 10:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f848b84-78f6-5388-b7ab-a5470e154ec1 with scrape type 2
2026-03-30 10:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9f848b84-78f6-5388-b7ab-a5470e154ec1, identifier: 1985389
2026-03-30 10:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9f848b84-78f6-5388-b7ab-a5470e154ec1 with identifier: 1985389
2026-03-30 10:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9f848b84-78f6-5388-b7ab-a5470e154ec1 with identifier: 1985389
2026-03-30 10:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9f848b84-78f6-5388-b7ab-a5470e154ec1 with identifier: 1985389 to the API
2026-03-30 10:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:26 [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': 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': 0,
'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-30 10:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985389%27 HTTP/1.1" 200 None
2026-03-30 10:52:26 [ayvens.be] INFO: Saving data for 1985389: {'auction_closing_time': 1774958400.0, 'created_time': 1774565419.348604, 'last_price_update_time': 1774867946.380945}
2026-03-30 10:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985389') HTTP/1.1" 204 0
2026-03-30 10:52:26 [ayvens.be] INFO: Found listing with ID: 1985390
2026-03-30 10:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985390%27 HTTP/1.1" 200 None
2026-03-30 10:52:26 [ayvens.be] INFO: Scrape type for 1985390: 2
2026-03-30 10:52:26 [ayvens.be] INFO: Extracting data for car ID: 1985390
2026-03-30 10:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with identifier: 1985390
2026-03-30 10:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with scrape type 2
2026-03-30 10:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with scrape type 2
2026-03-30 10:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02, identifier: 1985390
2026-03-30 10:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with identifier: 1985390
2026-03-30 10:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with identifier: 1985390
2026-03-30 10:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b30eb02b-510e-5cce-8b0c-c2f43e8c5e02 with identifier: 1985390 to the API
2026-03-30 10:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:26 [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': 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': 0,
'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-30 10:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985390%27 HTTP/1.1" 200 None
2026-03-30 10:52:26 [ayvens.be] INFO: Saving data for 1985390: {'auction_closing_time': 1774958400.0, 'created_time': 1774565421.532063, 'last_price_update_time': 1774867946.946064}
2026-03-30 10:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985390') HTTP/1.1" 204 0
2026-03-30 10:52:26 [ayvens.be] INFO: Found listing with ID: 1985391
2026-03-30 10:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985391%27 HTTP/1.1" 200 None
2026-03-30 10:52:26 [ayvens.be] INFO: Scrape type for 1985391: 2
2026-03-30 10:52:26 [ayvens.be] INFO: Extracting data for car ID: 1985391
2026-03-30 10:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e70e0a53-f615-5e36-8282-b789dd1802c1 with identifier: 1985391
2026-03-30 10:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70e0a53-f615-5e36-8282-b789dd1802c1 with scrape type 2
2026-03-30 10:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e70e0a53-f615-5e36-8282-b789dd1802c1 with scrape type 2
2026-03-30 10:52:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e70e0a53-f615-5e36-8282-b789dd1802c1, identifier: 1985391
2026-03-30 10:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e70e0a53-f615-5e36-8282-b789dd1802c1 with identifier: 1985391
2026-03-30 10:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e70e0a53-f615-5e36-8282-b789dd1802c1 with identifier: 1985391
2026-03-30 10:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e70e0a53-f615-5e36-8282-b789dd1802c1 with identifier: 1985391 to the API
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:27 [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': 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': 0,
'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-30 10:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:27 [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-30 10:52:27 [ayvens.be] INFO: Saving data for 1985391: {'auction_closing_time': 1774958400.0, 'created_time': 1774565423.013443, 'last_price_update_time': 1774867947.356283}
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985391') HTTP/1.1" 204 0
2026-03-30 10:52:27 [ayvens.be] INFO: Found listing with ID: 1985392
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:27 [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-30 10:52:27 [ayvens.be] INFO: Scrape type for 1985392: 2
2026-03-30 10:52:27 [ayvens.be] INFO: Extracting data for car ID: 1985392
2026-03-30 10:52:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9474db12-7db3-5b4b-b87e-d1af39983ce6 with identifier: 1985392
2026-03-30 10:52:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9474db12-7db3-5b4b-b87e-d1af39983ce6 with scrape type 2
2026-03-30 10:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9474db12-7db3-5b4b-b87e-d1af39983ce6 with scrape type 2
2026-03-30 10:52:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9474db12-7db3-5b4b-b87e-d1af39983ce6, identifier: 1985392
2026-03-30 10:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9474db12-7db3-5b4b-b87e-d1af39983ce6 with identifier: 1985392
2026-03-30 10:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9474db12-7db3-5b4b-b87e-d1af39983ce6 with identifier: 1985392
2026-03-30 10:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9474db12-7db3-5b4b-b87e-d1af39983ce6 with identifier: 1985392 to the API
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:27 [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': 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': 0,
'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-30 10:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:27 [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-30 10:52:27 [ayvens.be] INFO: Saving data for 1985392: {'auction_closing_time': 1774958400.0, 'created_time': 1774565424.053047, 'last_price_update_time': 1774867947.817718}
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985392') HTTP/1.1" 204 0
2026-03-30 10:52:27 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 500
2026-03-30 10:52:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:52:31 [ayvens.be] INFO: Found listing with ID: 1985393
2026-03-30 10:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985393%27 HTTP/1.1" 200 None
2026-03-30 10:52:31 [ayvens.be] INFO: Scrape type for 1985393: 2
2026-03-30 10:52:31 [ayvens.be] INFO: Extracting data for car ID: 1985393
2026-03-30 10:52:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with identifier: 1985393
2026-03-30 10:52:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with scrape type 2
2026-03-30 10:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with scrape type 2
2026-03-30 10:52:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad, identifier: 1985393
2026-03-30 10:52:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with identifier: 1985393
2026-03-30 10:52:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with identifier: 1985393
2026-03-30 10:52:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7ac0fe51-d303-5c51-b4c4-e751c647c8ad with identifier: 1985393 to the API
2026-03-30 10:52:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:31 [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': 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': 0,
'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-30 10:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985393%27 HTTP/1.1" 200 None
2026-03-30 10:52:31 [ayvens.be] INFO: Saving data for 1985393: {'auction_closing_time': 1774958400.0, 'created_time': 1774565426.116583, 'last_price_update_time': 1774867951.797923}
2026-03-30 10:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985393') HTTP/1.1" 204 0
2026-03-30 10:52:31 [ayvens.be] INFO: Found listing with ID: 1985394
2026-03-30 10:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985394%27 HTTP/1.1" 200 None
2026-03-30 10:52:31 [ayvens.be] INFO: Scrape type for 1985394: 2
2026-03-30 10:52:31 [ayvens.be] INFO: Extracting data for car ID: 1985394
2026-03-30 10:52:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e27584de-cb42-5218-b907-d6972bd9fd0f with identifier: 1985394
2026-03-30 10:52:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e27584de-cb42-5218-b907-d6972bd9fd0f with scrape type 2
2026-03-30 10:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e27584de-cb42-5218-b907-d6972bd9fd0f with scrape type 2
2026-03-30 10:52:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e27584de-cb42-5218-b907-d6972bd9fd0f, identifier: 1985394
2026-03-30 10:52:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e27584de-cb42-5218-b907-d6972bd9fd0f with identifier: 1985394
2026-03-30 10:52:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e27584de-cb42-5218-b907-d6972bd9fd0f with identifier: 1985394
2026-03-30 10:52:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e27584de-cb42-5218-b907-d6972bd9fd0f with identifier: 1985394 to the API
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:32 [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': 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': 0,
'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-30 10:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985394%27 HTTP/1.1" 200 None
2026-03-30 10:52:32 [ayvens.be] INFO: Saving data for 1985394: {'auction_closing_time': 1774958400.0, 'created_time': 1774565427.088802, 'last_price_update_time': 1774867952.249581}
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985394') HTTP/1.1" 204 0
2026-03-30 10:52:32 [ayvens.be] INFO: Found listing with ID: 1985395
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985395%27 HTTP/1.1" 200 None
2026-03-30 10:52:32 [ayvens.be] INFO: Scrape type for 1985395: 2
2026-03-30 10:52:32 [ayvens.be] INFO: Extracting data for car ID: 1985395
2026-03-30 10:52:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with identifier: 1985395
2026-03-30 10:52:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with scrape type 2
2026-03-30 10:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with scrape type 2
2026-03-30 10:52:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce, identifier: 1985395
2026-03-30 10:52:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with identifier: 1985395
2026-03-30 10:52:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with identifier: 1985395
2026-03-30 10:52:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 80018c57-88ef-58a6-b4d1-48e1d08fa0ce with identifier: 1985395 to the API
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:32 [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': 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': 0,
'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-30 10:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985395%27 HTTP/1.1" 200 None
2026-03-30 10:52:32 [ayvens.be] INFO: Saving data for 1985395: {'auction_closing_time': 1774958400.0, 'created_time': 1774565430.320032, 'last_price_update_time': 1774867952.657188}
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985395') HTTP/1.1" 204 0
2026-03-30 10:52:32 [ayvens.be] INFO: Found listing with ID: 1985396
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985396%27 HTTP/1.1" 200 None
2026-03-30 10:52:32 [ayvens.be] INFO: Scrape type for 1985396: 2
2026-03-30 10:52:32 [ayvens.be] INFO: Extracting data for car ID: 1985396
2026-03-30 10:52:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d99e8d78-c155-5dae-996d-4af8f0bf5beb with identifier: 1985396
2026-03-30 10:52:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d99e8d78-c155-5dae-996d-4af8f0bf5beb with scrape type 2
2026-03-30 10:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d99e8d78-c155-5dae-996d-4af8f0bf5beb with scrape type 2
2026-03-30 10:52:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d99e8d78-c155-5dae-996d-4af8f0bf5beb, identifier: 1985396
2026-03-30 10:52:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d99e8d78-c155-5dae-996d-4af8f0bf5beb with identifier: 1985396
2026-03-30 10:52:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d99e8d78-c155-5dae-996d-4af8f0bf5beb with identifier: 1985396
2026-03-30 10:52:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d99e8d78-c155-5dae-996d-4af8f0bf5beb with identifier: 1985396 to the API
2026-03-30 10:52:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:33 [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': 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': 0,
'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-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985396%27 HTTP/1.1" 200 None
2026-03-30 10:52:33 [ayvens.be] INFO: Saving data for 1985396: {'auction_closing_time': 1774958400.0, 'created_time': 1774565431.898034, 'last_price_update_time': 1774867953.055597}
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985396') HTTP/1.1" 204 0
2026-03-30 10:52:33 [ayvens.be] INFO: Found listing with ID: 1985397
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985397%27 HTTP/1.1" 200 None
2026-03-30 10:52:33 [ayvens.be] INFO: Scrape type for 1985397: 2
2026-03-30 10:52:33 [ayvens.be] INFO: Extracting data for car ID: 1985397
2026-03-30 10:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b68131d5-3bb8-563a-a9f7-13cf7d85e87d with identifier: 1985397
2026-03-30 10:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d with scrape type 2
2026-03-30 10:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b68131d5-3bb8-563a-a9f7-13cf7d85e87d with scrape type 2
2026-03-30 10:52:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b68131d5-3bb8-563a-a9f7-13cf7d85e87d, identifier: 1985397
2026-03-30 10:52:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b68131d5-3bb8-563a-a9f7-13cf7d85e87d with identifier: 1985397
2026-03-30 10:52:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b68131d5-3bb8-563a-a9f7-13cf7d85e87d with identifier: 1985397
2026-03-30 10:52: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-30 10:52:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:33 [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.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': 0,
'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-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985397%27 HTTP/1.1" 200 None
2026-03-30 10:52:33 [ayvens.be] INFO: Saving data for 1985397: {'auction_closing_time': 1774958400.0, 'created_time': 1774565433.685434, 'last_price_update_time': 1774867953.446749}
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52: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-30 10:52:33 [ayvens.be] INFO: Found listing with ID: 1985398
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985398%27 HTTP/1.1" 200 None
2026-03-30 10:52:33 [ayvens.be] INFO: Scrape type for 1985398: 2
2026-03-30 10:52:33 [ayvens.be] INFO: Extracting data for car ID: 1985398
2026-03-30 10:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with identifier: 1985398
2026-03-30 10:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with scrape type 2
2026-03-30 10:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with scrape type 2
2026-03-30 10:52:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1, identifier: 1985398
2026-03-30 10:52:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with identifier: 1985398
2026-03-30 10:52:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with identifier: 1985398
2026-03-30 10:52:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c226416-0ac9-5e76-b8df-1e2ae4911fb1 with identifier: 1985398 to the API
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:33 [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': 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': 0,
'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-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985398%27 HTTP/1.1" 200 None
2026-03-30 10:52:33 [ayvens.be] INFO: Saving data for 1985398: {'auction_closing_time': 1774958400.0, 'created_time': 1774565435.621763, 'last_price_update_time': 1774867953.845991}
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985398') HTTP/1.1" 204 0
2026-03-30 10:52:33 [ayvens.be] INFO: Found listing with ID: 1985399
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985399%27 HTTP/1.1" 200 None
2026-03-30 10:52:33 [ayvens.be] INFO: Scrape type for 1985399: 2
2026-03-30 10:52:33 [ayvens.be] INFO: Extracting data for car ID: 1985399
2026-03-30 10:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01115e5d-60ff-5dfb-bc55-79d8d479682e with identifier: 1985399
2026-03-30 10:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01115e5d-60ff-5dfb-bc55-79d8d479682e with scrape type 2
2026-03-30 10:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01115e5d-60ff-5dfb-bc55-79d8d479682e with scrape type 2
2026-03-30 10:52:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 01115e5d-60ff-5dfb-bc55-79d8d479682e, identifier: 1985399
2026-03-30 10:52:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 01115e5d-60ff-5dfb-bc55-79d8d479682e with identifier: 1985399
2026-03-30 10:52:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:52:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 01115e5d-60ff-5dfb-bc55-79d8d479682e with identifier: 1985399
2026-03-30 10:52:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 01115e5d-60ff-5dfb-bc55-79d8d479682e with identifier: 1985399 to the API
2026-03-30 10:52:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985399%27 HTTP/1.1" 200 None
2026-03-30 10:52:34 [ayvens.be] INFO: Saving data for 1985399: {'auction_closing_time': 1774958400.0, 'created_time': 1774565437.169248, 'last_price_update_time': 1774867954.334426}
2026-03-30 10:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985399') HTTP/1.1" 204 0
2026-03-30 10:52:34 [ayvens.be] INFO: Found listing with ID: 1985400
2026-03-30 10:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985400%27 HTTP/1.1" 200 None
2026-03-30 10:52:34 [ayvens.be] INFO: Scrape type for 1985400: 2
2026-03-30 10:52:34 [ayvens.be] INFO: Extracting data for car ID: 1985400
2026-03-30 10:52:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06d66e48-2f7e-53b5-a957-8c3f93250b6e with identifier: 1985400
2026-03-30 10:52:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e with scrape type 2
2026-03-30 10:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06d66e48-2f7e-53b5-a957-8c3f93250b6e with scrape type 2
2026-03-30 10:52:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 06d66e48-2f7e-53b5-a957-8c3f93250b6e, identifier: 1985400
2026-03-30 10:52:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 06d66e48-2f7e-53b5-a957-8c3f93250b6e with identifier: 1985400
2026-03-30 10:52:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 06d66e48-2f7e-53b5-a957-8c3f93250b6e with identifier: 1985400
2026-03-30 10:52:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 06d66e48-2f7e-53b5-a957-8c3f93250b6e with identifier: 1985400 to the API
2026-03-30 10:52:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985400%27 HTTP/1.1" 200 None
2026-03-30 10:52:34 [ayvens.be] INFO: Saving data for 1985400: {'auction_closing_time': 1774958400.0, 'created_time': 1774565438.523916, 'last_price_update_time': 1774867954.72414}
2026-03-30 10:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985400') HTTP/1.1" 204 0
2026-03-30 10:52:34 [ayvens.be] INFO: Found listing with ID: 1985401
2026-03-30 10:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985401%27 HTTP/1.1" 200 None
2026-03-30 10:52:34 [ayvens.be] INFO: Scrape type for 1985401: 2
2026-03-30 10:52:34 [ayvens.be] INFO: Extracting data for car ID: 1985401
2026-03-30 10:52:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d532fdcb-13d5-5c50-9730-da86ec6cb242 with identifier: 1985401
2026-03-30 10:52:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d532fdcb-13d5-5c50-9730-da86ec6cb242 with scrape type 2
2026-03-30 10:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d532fdcb-13d5-5c50-9730-da86ec6cb242 with scrape type 2
2026-03-30 10:52:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d532fdcb-13d5-5c50-9730-da86ec6cb242, identifier: 1985401
2026-03-30 10:52:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d532fdcb-13d5-5c50-9730-da86ec6cb242 with identifier: 1985401
2026-03-30 10:52:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d532fdcb-13d5-5c50-9730-da86ec6cb242 with identifier: 1985401
2026-03-30 10:52:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d532fdcb-13d5-5c50-9730-da86ec6cb242 with identifier: 1985401 to the API
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:35 [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': 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': 0,
'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-30 10:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985401%27 HTTP/1.1" 200 None
2026-03-30 10:52:35 [ayvens.be] INFO: Saving data for 1985401: {'auction_closing_time': 1774958400.0, 'created_time': 1774565439.856748, 'last_price_update_time': 1774867955.265372}
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985401') HTTP/1.1" 204 0
2026-03-30 10:52:35 [ayvens.be] INFO: Found listing with ID: 1985402
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985402%27 HTTP/1.1" 200 None
2026-03-30 10:52:35 [ayvens.be] INFO: Scrape type for 1985402: 2
2026-03-30 10:52:35 [ayvens.be] INFO: Extracting data for car ID: 1985402
2026-03-30 10:52:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cccef83-c8e9-5e43-a466-86f3038f3493 with identifier: 1985402
2026-03-30 10:52:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cccef83-c8e9-5e43-a466-86f3038f3493 with scrape type 2
2026-03-30 10:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cccef83-c8e9-5e43-a466-86f3038f3493 with scrape type 2
2026-03-30 10:52:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0cccef83-c8e9-5e43-a466-86f3038f3493, identifier: 1985402
2026-03-30 10:52:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0cccef83-c8e9-5e43-a466-86f3038f3493 with identifier: 1985402
2026-03-30 10:52:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0cccef83-c8e9-5e43-a466-86f3038f3493 with identifier: 1985402
2026-03-30 10:52:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0cccef83-c8e9-5e43-a466-86f3038f3493 with identifier: 1985402 to the API
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:35 [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': 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': 0,
'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-30 10:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985402%27 HTTP/1.1" 200 None
2026-03-30 10:52:35 [ayvens.be] INFO: Saving data for 1985402: {'auction_closing_time': 1774958400.0, 'created_time': 1774565442.21489, 'last_price_update_time': 1774867955.682422}
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985402') HTTP/1.1" 204 0
2026-03-30 10:52:35 [ayvens.be] INFO: Found listing with ID: 1985403
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985403%27 HTTP/1.1" 200 None
2026-03-30 10:52:35 [ayvens.be] INFO: Scrape type for 1985403: 2
2026-03-30 10:52:35 [ayvens.be] INFO: Extracting data for car ID: 1985403
2026-03-30 10:52:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a479119-61e5-5b1a-b329-a6f67a5b7217 with identifier: 1985403
2026-03-30 10:52:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a479119-61e5-5b1a-b329-a6f67a5b7217 with scrape type 2
2026-03-30 10:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a479119-61e5-5b1a-b329-a6f67a5b7217 with scrape type 2
2026-03-30 10:52:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3a479119-61e5-5b1a-b329-a6f67a5b7217, identifier: 1985403
2026-03-30 10:52:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3a479119-61e5-5b1a-b329-a6f67a5b7217 with identifier: 1985403
2026-03-30 10:52:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3a479119-61e5-5b1a-b329-a6f67a5b7217 with identifier: 1985403
2026-03-30 10:52:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3a479119-61e5-5b1a-b329-a6f67a5b7217 with identifier: 1985403 to the API
2026-03-30 10:52:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:36 [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': 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': 0,
'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-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985403%27 HTTP/1.1" 200 None
2026-03-30 10:52:36 [ayvens.be] INFO: Saving data for 1985403: {'auction_closing_time': 1774958400.0, 'created_time': 1774565443.412778, 'last_price_update_time': 1774867956.10475}
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985403') HTTP/1.1" 204 0
2026-03-30 10:52:36 [ayvens.be] INFO: Found listing with ID: 1985404
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985404%27 HTTP/1.1" 200 None
2026-03-30 10:52:36 [ayvens.be] INFO: Scrape type for 1985404: 2
2026-03-30 10:52:36 [ayvens.be] INFO: Extracting data for car ID: 1985404
2026-03-30 10:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a206e3e-7dc8-586a-86ea-5675f49b7965 with identifier: 1985404
2026-03-30 10:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a206e3e-7dc8-586a-86ea-5675f49b7965 with scrape type 2
2026-03-30 10:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a206e3e-7dc8-586a-86ea-5675f49b7965 with scrape type 2
2026-03-30 10:52:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8a206e3e-7dc8-586a-86ea-5675f49b7965, identifier: 1985404
2026-03-30 10:52:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8a206e3e-7dc8-586a-86ea-5675f49b7965 with identifier: 1985404
2026-03-30 10:52:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8a206e3e-7dc8-586a-86ea-5675f49b7965 with identifier: 1985404
2026-03-30 10:52:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8a206e3e-7dc8-586a-86ea-5675f49b7965 with identifier: 1985404 to the API
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:36 [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': 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': 0,
'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-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985404%27 HTTP/1.1" 200 None
2026-03-30 10:52:36 [ayvens.be] INFO: Saving data for 1985404: {'auction_closing_time': 1774958400.0, 'created_time': 1774565445.028697, 'last_price_update_time': 1774867956.501166}
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985404') HTTP/1.1" 204 0
2026-03-30 10:52:36 [ayvens.be] INFO: Found listing with ID: 1985405
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985405%27 HTTP/1.1" 200 None
2026-03-30 10:52:36 [ayvens.be] INFO: Scrape type for 1985405: 2
2026-03-30 10:52:36 [ayvens.be] INFO: Extracting data for car ID: 1985405
2026-03-30 10:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4378404c-4d48-5176-8a9d-538d8488156b with identifier: 1985405
2026-03-30 10:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4378404c-4d48-5176-8a9d-538d8488156b with scrape type 2
2026-03-30 10:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4378404c-4d48-5176-8a9d-538d8488156b with scrape type 2
2026-03-30 10:52:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4378404c-4d48-5176-8a9d-538d8488156b, identifier: 1985405
2026-03-30 10:52:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4378404c-4d48-5176-8a9d-538d8488156b with identifier: 1985405
2026-03-30 10:52:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4378404c-4d48-5176-8a9d-538d8488156b with identifier: 1985405
2026-03-30 10:52:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4378404c-4d48-5176-8a9d-538d8488156b with identifier: 1985405 to the API
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:36 [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': 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': 0,
'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-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985405%27 HTTP/1.1" 200 None
2026-03-30 10:52:36 [ayvens.be] INFO: Saving data for 1985405: {'auction_closing_time': 1774958400.0, 'created_time': 1774565446.256845, 'last_price_update_time': 1774867956.954107}
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985405') HTTP/1.1" 204 0
2026-03-30 10:52:36 [ayvens.be] INFO: Found listing with ID: 1985406
2026-03-30 10:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985406%27 HTTP/1.1" 200 None
2026-03-30 10:52:36 [ayvens.be] INFO: Scrape type for 1985406: 2
2026-03-30 10:52:36 [ayvens.be] INFO: Extracting data for car ID: 1985406
2026-03-30 10:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59caa32e-8ead-511a-a254-01be2d4c5584 with identifier: 1985406
2026-03-30 10:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59caa32e-8ead-511a-a254-01be2d4c5584 with scrape type 2
2026-03-30 10:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59caa32e-8ead-511a-a254-01be2d4c5584 with scrape type 2
2026-03-30 10:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 59caa32e-8ead-511a-a254-01be2d4c5584, identifier: 1985406
2026-03-30 10:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 59caa32e-8ead-511a-a254-01be2d4c5584 with identifier: 1985406
2026-03-30 10:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 59caa32e-8ead-511a-a254-01be2d4c5584 with identifier: 1985406
2026-03-30 10:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 59caa32e-8ead-511a-a254-01be2d4c5584 with identifier: 1985406 to the API
2026-03-30 10:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:37 [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': 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': 0,
'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-30 10:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985406%27 HTTP/1.1" 200 None
2026-03-30 10:52:37 [ayvens.be] INFO: Saving data for 1985406: {'auction_closing_time': 1774958400.0, 'created_time': 1774565447.873638, 'last_price_update_time': 1774867957.360908}
2026-03-30 10:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985406') HTTP/1.1" 204 0
2026-03-30 10:52:37 [ayvens.be] INFO: Found listing with ID: 1985407
2026-03-30 10:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985407%27 HTTP/1.1" 200 None
2026-03-30 10:52:37 [ayvens.be] INFO: Scrape type for 1985407: 2
2026-03-30 10:52:37 [ayvens.be] INFO: Extracting data for car ID: 1985407
2026-03-30 10:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce58b6a6-8a34-5601-8af8-073b8badc5c5 with identifier: 1985407
2026-03-30 10:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce58b6a6-8a34-5601-8af8-073b8badc5c5 with scrape type 2
2026-03-30 10:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce58b6a6-8a34-5601-8af8-073b8badc5c5 with scrape type 2
2026-03-30 10:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ce58b6a6-8a34-5601-8af8-073b8badc5c5, identifier: 1985407
2026-03-30 10:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ce58b6a6-8a34-5601-8af8-073b8badc5c5 with identifier: 1985407
2026-03-30 10:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ce58b6a6-8a34-5601-8af8-073b8badc5c5 with identifier: 1985407
2026-03-30 10:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ce58b6a6-8a34-5601-8af8-073b8badc5c5 with identifier: 1985407 to the API
2026-03-30 10:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:37 [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': 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': 0,
'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-30 10:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985407%27 HTTP/1.1" 200 None
2026-03-30 10:52:37 [ayvens.be] INFO: Saving data for 1985407: {'auction_closing_time': 1774958400.0, 'created_time': 1774565450.413531, 'last_price_update_time': 1774867957.764246}
2026-03-30 10:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985407') HTTP/1.1" 204 0
2026-03-30 10:52:37 [ayvens.be] INFO: Found listing with ID: 1985408
2026-03-30 10:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985408%27 HTTP/1.1" 200 None
2026-03-30 10:52:37 [ayvens.be] INFO: Scrape type for 1985408: 2
2026-03-30 10:52:37 [ayvens.be] INFO: Extracting data for car ID: 1985408
2026-03-30 10:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with identifier: 1985408
2026-03-30 10:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with scrape type 2
2026-03-30 10:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with scrape type 2
2026-03-30 10:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a, identifier: 1985408
2026-03-30 10:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with identifier: 1985408
2026-03-30 10:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with identifier: 1985408
2026-03-30 10:52:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7eacb2e9-21c7-546e-a8ff-8314d7a7253a with identifier: 1985408 to the API
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:38 [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': 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': 0,
'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-30 10:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:38 [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-30 10:52:38 [ayvens.be] INFO: Saving data for 1985408: {'auction_closing_time': 1774958400.0, 'created_time': 1774565452.17277, 'last_price_update_time': 1774867958.216178}
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985408') HTTP/1.1" 204 0
2026-03-30 10:52:38 [ayvens.be] INFO: Found listing with ID: 1985409
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:38 [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-30 10:52:38 [ayvens.be] INFO: Scrape type for 1985409: 2
2026-03-30 10:52:38 [ayvens.be] INFO: Extracting data for car ID: 1985409
2026-03-30 10:52:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with identifier: 1985409
2026-03-30 10:52:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with scrape type 2
2026-03-30 10:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with scrape type 2
2026-03-30 10:52:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb, identifier: 1985409
2026-03-30 10:52:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with identifier: 1985409
2026-03-30 10:52:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with identifier: 1985409
2026-03-30 10:52:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8901dd7c-fe65-538f-9a8d-02dcb9b8fabb with identifier: 1985409 to the API
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:38 [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.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': 0,
'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-30 10:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:38 [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-30 10:52:38 [ayvens.be] INFO: Saving data for 1985409: {'auction_closing_time': 1774958400.0, 'created_time': 1774565453.719712, 'last_price_update_time': 1774867958.616395}
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985409') HTTP/1.1" 204 0
2026-03-30 10:52:38 [ayvens.be] INFO: Found listing with ID: 1985410
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:38 [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-30 10:52:38 [ayvens.be] INFO: Scrape type for 1985410: 2
2026-03-30 10:52:38 [ayvens.be] INFO: Extracting data for car ID: 1985410
2026-03-30 10:52:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with identifier: 1985410
2026-03-30 10:52:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with scrape type 2
2026-03-30 10:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with scrape type 2
2026-03-30 10:52:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b69abcb1-2d81-5245-b20d-dba2e0f2ba47, identifier: 1985410
2026-03-30 10:52:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with identifier: 1985410
2026-03-30 10:52:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with identifier: 1985410
2026-03-30 10:52:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b69abcb1-2d81-5245-b20d-dba2e0f2ba47 with identifier: 1985410 to the API
2026-03-30 10:52:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985410%27 HTTP/1.1" 200 None
2026-03-30 10:52:39 [ayvens.be] INFO: Saving data for 1985410: {'auction_closing_time': 1774958400.0, 'created_time': 1774565454.691634, 'last_price_update_time': 1774867959.068702}
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985410') HTTP/1.1" 204 0
2026-03-30 10:52:39 [ayvens.be] INFO: Found listing with ID: 1985411
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985411%27 HTTP/1.1" 200 None
2026-03-30 10:52:39 [ayvens.be] INFO: Scrape type for 1985411: 2
2026-03-30 10:52:39 [ayvens.be] INFO: Extracting data for car ID: 1985411
2026-03-30 10:52:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with identifier: 1985411
2026-03-30 10:52:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with scrape type 2
2026-03-30 10:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with scrape type 2
2026-03-30 10:52:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6329b518-a0d7-5100-aa37-31aadb1cd7a5, identifier: 1985411
2026-03-30 10:52:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with identifier: 1985411
2026-03-30 10:52:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with identifier: 1985411
2026-03-30 10:52:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6329b518-a0d7-5100-aa37-31aadb1cd7a5 with identifier: 1985411 to the API
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:39 [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': 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': 0,
'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-30 10:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985411%27 HTTP/1.1" 200 None
2026-03-30 10:52:39 [ayvens.be] INFO: Saving data for 1985411: {'auction_closing_time': 1774958400.0, 'created_time': 1774565456.395532, 'last_price_update_time': 1774867959.490467}
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985411') HTTP/1.1" 204 0
2026-03-30 10:52:39 [ayvens.be] INFO: Found listing with ID: 1985412
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985412%27 HTTP/1.1" 200 None
2026-03-30 10:52:39 [ayvens.be] INFO: Scrape type for 1985412: 2
2026-03-30 10:52:39 [ayvens.be] INFO: Extracting data for car ID: 1985412
2026-03-30 10:52:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dcfa284-9a34-5515-b429-8748e9d277cc with identifier: 1985412
2026-03-30 10:52:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dcfa284-9a34-5515-b429-8748e9d277cc with scrape type 2
2026-03-30 10:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dcfa284-9a34-5515-b429-8748e9d277cc with scrape type 2
2026-03-30 10:52:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2dcfa284-9a34-5515-b429-8748e9d277cc, identifier: 1985412
2026-03-30 10:52:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2dcfa284-9a34-5515-b429-8748e9d277cc with identifier: 1985412
2026-03-30 10:52:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2dcfa284-9a34-5515-b429-8748e9d277cc with identifier: 1985412
2026-03-30 10:52:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2dcfa284-9a34-5515-b429-8748e9d277cc with identifier: 1985412 to the API
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985412%27 HTTP/1.1" 200 None
2026-03-30 10:52:40 [ayvens.be] INFO: Saving data for 1985412: {'auction_closing_time': 1774958400.0, 'created_time': 1774565457.874107, 'last_price_update_time': 1774867960.015385}
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985412') HTTP/1.1" 204 0
2026-03-30 10:52:40 [ayvens.be] INFO: Found listing with ID: 1985413
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985413%27 HTTP/1.1" 200 None
2026-03-30 10:52:40 [ayvens.be] INFO: Scrape type for 1985413: 2
2026-03-30 10:52:40 [ayvens.be] INFO: Extracting data for car ID: 1985413
2026-03-30 10:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb9d0228-9c97-532f-a19b-9fa29c9ae81c with identifier: 1985413
2026-03-30 10:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c with scrape type 2
2026-03-30 10:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb9d0228-9c97-532f-a19b-9fa29c9ae81c with scrape type 2
2026-03-30 10:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bb9d0228-9c97-532f-a19b-9fa29c9ae81c, identifier: 1985413
2026-03-30 10:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bb9d0228-9c97-532f-a19b-9fa29c9ae81c with identifier: 1985413
2026-03-30 10:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bb9d0228-9c97-532f-a19b-9fa29c9ae81c with identifier: 1985413
2026-03-30 10:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bb9d0228-9c97-532f-a19b-9fa29c9ae81c with identifier: 1985413 to the API
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985413%27 HTTP/1.1" 200 None
2026-03-30 10:52:40 [ayvens.be] INFO: Saving data for 1985413: {'auction_closing_time': 1774958400.0, 'created_time': 1774565459.32529, 'last_price_update_time': 1774867960.446083}
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985413') HTTP/1.1" 204 0
2026-03-30 10:52:40 [ayvens.be] INFO: Found listing with ID: 1985414
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985414%27 HTTP/1.1" 200 None
2026-03-30 10:52:40 [ayvens.be] INFO: Scrape type for 1985414: 2
2026-03-30 10:52:40 [ayvens.be] INFO: Extracting data for car ID: 1985414
2026-03-30 10:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with identifier: 1985414
2026-03-30 10:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with scrape type 2
2026-03-30 10:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with scrape type 2
2026-03-30 10:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94, identifier: 1985414
2026-03-30 10:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with identifier: 1985414
2026-03-30 10:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with identifier: 1985414
2026-03-30 10:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b9748a28-f9a5-5325-a9b1-c3ddaa9b2b94 with identifier: 1985414 to the API
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:40 [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': 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': 0,
'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-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985414%27 HTTP/1.1" 200 None
2026-03-30 10:52:40 [ayvens.be] INFO: Saving data for 1985414: {'auction_closing_time': 1774958400.0, 'created_time': 1774565460.813944, 'last_price_update_time': 1774867960.893751}
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985414') HTTP/1.1" 204 0
2026-03-30 10:52:40 [ayvens.be] INFO: Found listing with ID: 1985415
2026-03-30 10:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985415%27 HTTP/1.1" 200 None
2026-03-30 10:52:40 [ayvens.be] INFO: Scrape type for 1985415: 2
2026-03-30 10:52:40 [ayvens.be] INFO: Extracting data for car ID: 1985415
2026-03-30 10:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfd4a740-44f9-552f-baa0-850394236255 with identifier: 1985415
2026-03-30 10:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfd4a740-44f9-552f-baa0-850394236255 with scrape type 2
2026-03-30 10:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfd4a740-44f9-552f-baa0-850394236255 with scrape type 2
2026-03-30 10:52:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bfd4a740-44f9-552f-baa0-850394236255, identifier: 1985415
2026-03-30 10:52:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bfd4a740-44f9-552f-baa0-850394236255 with identifier: 1985415
2026-03-30 10:52:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bfd4a740-44f9-552f-baa0-850394236255 with identifier: 1985415
2026-03-30 10:52:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bfd4a740-44f9-552f-baa0-850394236255 with identifier: 1985415 to the API
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:41 [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': 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': 0,
'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-30 10:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985415%27 HTTP/1.1" 200 None
2026-03-30 10:52:41 [ayvens.be] INFO: Saving data for 1985415: {'auction_closing_time': 1774958400.0, 'created_time': 1774565463.001194, 'last_price_update_time': 1774867961.308377}
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985415') HTTP/1.1" 204 0
2026-03-30 10:52:41 [ayvens.be] INFO: Found listing with ID: 1985416
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985416%27 HTTP/1.1" 200 None
2026-03-30 10:52:41 [ayvens.be] INFO: Scrape type for 1985416: 2
2026-03-30 10:52:41 [ayvens.be] INFO: Extracting data for car ID: 1985416
2026-03-30 10:52:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6992e750-cb41-5f4d-961d-bf0913a096ba with identifier: 1985416
2026-03-30 10:52:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6992e750-cb41-5f4d-961d-bf0913a096ba with scrape type 2
2026-03-30 10:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6992e750-cb41-5f4d-961d-bf0913a096ba with scrape type 2
2026-03-30 10:52:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6992e750-cb41-5f4d-961d-bf0913a096ba, identifier: 1985416
2026-03-30 10:52:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6992e750-cb41-5f4d-961d-bf0913a096ba with identifier: 1985416
2026-03-30 10:52:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6992e750-cb41-5f4d-961d-bf0913a096ba with identifier: 1985416
2026-03-30 10:52:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6992e750-cb41-5f4d-961d-bf0913a096ba with identifier: 1985416 to the API
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:41 [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': 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': 0,
'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-30 10:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985416%27 HTTP/1.1" 200 None
2026-03-30 10:52:41 [ayvens.be] INFO: Saving data for 1985416: {'auction_closing_time': 1774958400.0, 'created_time': 1774565464.206135, 'last_price_update_time': 1774867961.7016}
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985416') HTTP/1.1" 204 0
2026-03-30 10:52:41 [ayvens.be] INFO: Found listing with ID: 1985417
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985417%27 HTTP/1.1" 200 None
2026-03-30 10:52:41 [ayvens.be] INFO: Scrape type for 1985417: 2
2026-03-30 10:52:41 [ayvens.be] INFO: Extracting data for car ID: 1985417
2026-03-30 10:52:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3824f0f-7f9e-5c51-b42c-79ea05c8283e with identifier: 1985417
2026-03-30 10:52:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e with scrape type 2
2026-03-30 10:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3824f0f-7f9e-5c51-b42c-79ea05c8283e with scrape type 2
2026-03-30 10:52:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d3824f0f-7f9e-5c51-b42c-79ea05c8283e, identifier: 1985417
2026-03-30 10:52:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d3824f0f-7f9e-5c51-b42c-79ea05c8283e with identifier: 1985417
2026-03-30 10:52:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d3824f0f-7f9e-5c51-b42c-79ea05c8283e with identifier: 1985417
2026-03-30 10:52:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d3824f0f-7f9e-5c51-b42c-79ea05c8283e with identifier: 1985417 to the API
2026-03-30 10:52:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:42 [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': 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': 0,
'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-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [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-30 10:52:42 [ayvens.be] INFO: Saving data for 1985417: {'auction_closing_time': 1774958400.0, 'created_time': 1774565466.434055, 'last_price_update_time': 1774867962.117482}
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985417') HTTP/1.1" 204 0
2026-03-30 10:52:42 [ayvens.be] INFO: Found listing with ID: 1985418
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [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-30 10:52:42 [ayvens.be] INFO: Scrape type for 1985418: 2
2026-03-30 10:52:42 [ayvens.be] INFO: Extracting data for car ID: 1985418
2026-03-30 10:52:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3523fb47-4378-50b8-98c0-ddf9b02d04ec with identifier: 1985418
2026-03-30 10:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec with scrape type 2
2026-03-30 10:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3523fb47-4378-50b8-98c0-ddf9b02d04ec with scrape type 2
2026-03-30 10:52:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3523fb47-4378-50b8-98c0-ddf9b02d04ec, identifier: 1985418
2026-03-30 10:52:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3523fb47-4378-50b8-98c0-ddf9b02d04ec with identifier: 1985418
2026-03-30 10:52:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3523fb47-4378-50b8-98c0-ddf9b02d04ec with identifier: 1985418
2026-03-30 10:52:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3523fb47-4378-50b8-98c0-ddf9b02d04ec with identifier: 1985418 to the API
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:42 [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': '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': 0,
'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-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [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-30 10:52:42 [ayvens.be] INFO: Saving data for 1985418: {'auction_closing_time': 1774958400.0, 'created_time': 1774565468.082764, 'last_price_update_time': 1774867962.525292}
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985418') HTTP/1.1" 204 0
2026-03-30 10:52:42 [ayvens.be] INFO: Found listing with ID: 1985419
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [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-30 10:52:42 [ayvens.be] INFO: Scrape type for 1985419: 2
2026-03-30 10:52:42 [ayvens.be] INFO: Extracting data for car ID: 1985419
2026-03-30 10:52:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with identifier: 1985419
2026-03-30 10:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with scrape type 2
2026-03-30 10:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with scrape type 2
2026-03-30 10:52:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17, identifier: 1985419
2026-03-30 10:52:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with identifier: 1985419
2026-03-30 10:52:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with identifier: 1985419
2026-03-30 10:52:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3a2b7706-9cb9-50f9-bf45-1d72b1675d17 with identifier: 1985419 to the API
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:42 [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': 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': 0,
'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-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [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-30 10:52:42 [ayvens.be] INFO: Saving data for 1985419: {'auction_closing_time': 1774958400.0, 'created_time': 1774565470.722329, 'last_price_update_time': 1774867962.953122}
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985419') HTTP/1.1" 204 0
2026-03-30 10:52:42 [ayvens.be] INFO: Found listing with ID: 1985420
2026-03-30 10:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:42 [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-30 10:52:42 [ayvens.be] INFO: Scrape type for 1985420: 2
2026-03-30 10:52:42 [ayvens.be] INFO: Extracting data for car ID: 1985420
2026-03-30 10:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e478d88-9255-5fdd-848c-32c5ddc31c17 with identifier: 1985420
2026-03-30 10:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e478d88-9255-5fdd-848c-32c5ddc31c17 with scrape type 2
2026-03-30 10:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e478d88-9255-5fdd-848c-32c5ddc31c17 with scrape type 2
2026-03-30 10:52:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6e478d88-9255-5fdd-848c-32c5ddc31c17, identifier: 1985420
2026-03-30 10:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6e478d88-9255-5fdd-848c-32c5ddc31c17 with identifier: 1985420
2026-03-30 10:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6e478d88-9255-5fdd-848c-32c5ddc31c17 with identifier: 1985420
2026-03-30 10:52:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6e478d88-9255-5fdd-848c-32c5ddc31c17 with identifier: 1985420 to the API
2026-03-30 10:52:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:43 [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': 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': 0,
'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-30 10:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985420%27 HTTP/1.1" 200 None
2026-03-30 10:52:43 [ayvens.be] INFO: Saving data for 1985420: {'auction_closing_time': 1774958400.0, 'created_time': 1774565472.05927, 'last_price_update_time': 1774867963.39735}
2026-03-30 10:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985420') HTTP/1.1" 204 0
2026-03-30 10:52:43 [ayvens.be] INFO: Found listing with ID: 1985421
2026-03-30 10:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985421%27 HTTP/1.1" 200 None
2026-03-30 10:52:43 [ayvens.be] INFO: Scrape type for 1985421: 2
2026-03-30 10:52:43 [ayvens.be] INFO: Extracting data for car ID: 1985421
2026-03-30 10:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0597b31-b618-5a7c-9897-7d9733dea90c with identifier: 1985421
2026-03-30 10:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0597b31-b618-5a7c-9897-7d9733dea90c with scrape type 2
2026-03-30 10:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0597b31-b618-5a7c-9897-7d9733dea90c with scrape type 2
2026-03-30 10:52:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b0597b31-b618-5a7c-9897-7d9733dea90c, identifier: 1985421
2026-03-30 10:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b0597b31-b618-5a7c-9897-7d9733dea90c with identifier: 1985421
2026-03-30 10:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b0597b31-b618-5a7c-9897-7d9733dea90c with identifier: 1985421
2026-03-30 10:52:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b0597b31-b618-5a7c-9897-7d9733dea90c with identifier: 1985421 to the API
2026-03-30 10:52:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:43 [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': 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': 0,
'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-30 10:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985421%27 HTTP/1.1" 200 None
2026-03-30 10:52:43 [ayvens.be] INFO: Saving data for 1985421: {'auction_closing_time': 1774958400.0, 'created_time': 1774565473.324881, 'last_price_update_time': 1774867963.806511}
2026-03-30 10:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985421') HTTP/1.1" 204 0
2026-03-30 10:52:43 [ayvens.be] INFO: Found listing with ID: 1985422
2026-03-30 10:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985422%27 HTTP/1.1" 200 None
2026-03-30 10:52:43 [ayvens.be] INFO: Scrape type for 1985422: 2
2026-03-30 10:52:43 [ayvens.be] INFO: Extracting data for car ID: 1985422
2026-03-30 10:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10aede45-dc31-5ff5-8678-55acc89a1832 with identifier: 1985422
2026-03-30 10:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10aede45-dc31-5ff5-8678-55acc89a1832 with scrape type 2
2026-03-30 10:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10aede45-dc31-5ff5-8678-55acc89a1832 with scrape type 2
2026-03-30 10:52:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 10aede45-dc31-5ff5-8678-55acc89a1832, identifier: 1985422
2026-03-30 10:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 10aede45-dc31-5ff5-8678-55acc89a1832 with identifier: 1985422
2026-03-30 10:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 10aede45-dc31-5ff5-8678-55acc89a1832 with identifier: 1985422
2026-03-30 10:52:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 10aede45-dc31-5ff5-8678-55acc89a1832 with identifier: 1985422 to the API
2026-03-30 10:52:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:44 [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': 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': 0,
'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-30 10:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985422%27 HTTP/1.1" 200 None
2026-03-30 10:52:44 [ayvens.be] INFO: Saving data for 1985422: {'auction_closing_time': 1774958400.0, 'created_time': 1774565474.526966, 'last_price_update_time': 1774867964.26165}
2026-03-30 10:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985422') HTTP/1.1" 204 0
2026-03-30 10:52:44 [ayvens.be] INFO: Found listing with ID: 1985423
2026-03-30 10:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985423%27 HTTP/1.1" 200 None
2026-03-30 10:52:44 [ayvens.be] INFO: Scrape type for 1985423: 2
2026-03-30 10:52:44 [ayvens.be] INFO: Extracting data for car ID: 1985423
2026-03-30 10:52:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85823419-bea0-53d2-b46c-8cd10925d2b0 with identifier: 1985423
2026-03-30 10:52:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85823419-bea0-53d2-b46c-8cd10925d2b0 with scrape type 2
2026-03-30 10:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85823419-bea0-53d2-b46c-8cd10925d2b0 with scrape type 2
2026-03-30 10:52:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 85823419-bea0-53d2-b46c-8cd10925d2b0, identifier: 1985423
2026-03-30 10:52:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 85823419-bea0-53d2-b46c-8cd10925d2b0 with identifier: 1985423
2026-03-30 10:52:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 85823419-bea0-53d2-b46c-8cd10925d2b0 with identifier: 1985423
2026-03-30 10:52:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 85823419-bea0-53d2-b46c-8cd10925d2b0 with identifier: 1985423 to the API
2026-03-30 10:52:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:44 [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': 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': 0,
'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-30 10:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985423%27 HTTP/1.1" 200 None
2026-03-30 10:52:44 [ayvens.be] INFO: Saving data for 1985423: {'auction_closing_time': 1774958400.0, 'created_time': 1774565475.952964, 'last_price_update_time': 1774867964.764304}
2026-03-30 10:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985423') HTTP/1.1" 204 0
2026-03-30 10:52:44 [ayvens.be] INFO: Found listing with ID: 1985424
2026-03-30 10:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985424%27 HTTP/1.1" 200 None
2026-03-30 10:52:44 [ayvens.be] INFO: Scrape type for 1985424: 2
2026-03-30 10:52:44 [ayvens.be] INFO: Extracting data for car ID: 1985424
2026-03-30 10:52:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5d7ca9d-9d34-50ce-9519-5cb713e3392e with identifier: 1985424
2026-03-30 10:52:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e with scrape type 2
2026-03-30 10:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5d7ca9d-9d34-50ce-9519-5cb713e3392e with scrape type 2
2026-03-30 10:52:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b5d7ca9d-9d34-50ce-9519-5cb713e3392e, identifier: 1985424
2026-03-30 10:52:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b5d7ca9d-9d34-50ce-9519-5cb713e3392e with identifier: 1985424
2026-03-30 10:52:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b5d7ca9d-9d34-50ce-9519-5cb713e3392e with identifier: 1985424
2026-03-30 10:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b5d7ca9d-9d34-50ce-9519-5cb713e3392e with identifier: 1985424 to the API
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:45 [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': 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': 0,
'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-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:45 [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-30 10:52:45 [ayvens.be] INFO: Saving data for 1985424: {'auction_closing_time': 1774958400.0, 'created_time': 1774565477.401135, 'last_price_update_time': 1774867965.189764}
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985424') HTTP/1.1" 204 0
2026-03-30 10:52:45 [ayvens.be] INFO: Found listing with ID: 1985425
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:45 [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-30 10:52:45 [ayvens.be] INFO: Scrape type for 1985425: 2
2026-03-30 10:52:45 [ayvens.be] INFO: Extracting data for car ID: 1985425
2026-03-30 10:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with identifier: 1985425
2026-03-30 10:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with scrape type 2
2026-03-30 10:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with scrape type 2
2026-03-30 10:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d7cf7abd-ce36-549d-ad5b-cb0e608050f4, identifier: 1985425
2026-03-30 10:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with identifier: 1985425
2026-03-30 10:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with identifier: 1985425
2026-03-30 10:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d7cf7abd-ce36-549d-ad5b-cb0e608050f4 with identifier: 1985425 to the API
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:45 [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': 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': 0,
'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-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:45 [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-30 10:52:45 [ayvens.be] INFO: Saving data for 1985425: {'auction_closing_time': 1774958400.0, 'created_time': 1774565478.993624, 'last_price_update_time': 1774867965.59167}
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985425') HTTP/1.1" 204 0
2026-03-30 10:52:45 [ayvens.be] INFO: Found listing with ID: 1985426
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:45 [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-30 10:52:45 [ayvens.be] INFO: Scrape type for 1985426: 2
2026-03-30 10:52:45 [ayvens.be] INFO: Extracting data for car ID: 1985426
2026-03-30 10:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 336ff642-b8c1-548c-a777-d27cc3548c5a with identifier: 1985426
2026-03-30 10:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 336ff642-b8c1-548c-a777-d27cc3548c5a with scrape type 2
2026-03-30 10:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 336ff642-b8c1-548c-a777-d27cc3548c5a with scrape type 2
2026-03-30 10:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 336ff642-b8c1-548c-a777-d27cc3548c5a, identifier: 1985426
2026-03-30 10:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 336ff642-b8c1-548c-a777-d27cc3548c5a with identifier: 1985426
2026-03-30 10:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 336ff642-b8c1-548c-a777-d27cc3548c5a with identifier: 1985426
2026-03-30 10:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 336ff642-b8c1-548c-a777-d27cc3548c5a with identifier: 1985426 to the API
2026-03-30 10:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:45 [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': 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': 0,
'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-30 10:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:45 [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-30 10:52:45 [ayvens.be] INFO: Saving data for 1985426: {'auction_closing_time': 1774958400.0, 'created_time': 1774565481.122169, 'last_price_update_time': 1774867965.99305}
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985426') HTTP/1.1" 204 0
2026-03-30 10:52:46 [ayvens.be] INFO: Found listing with ID: 1985427
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985427%27 HTTP/1.1" 200 None
2026-03-30 10:52:46 [ayvens.be] INFO: Scrape type for 1985427: 2
2026-03-30 10:52:46 [ayvens.be] INFO: Extracting data for car ID: 1985427
2026-03-30 10:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 581e808f-db3d-59b1-ba12-bd1d1e86e005 with identifier: 1985427
2026-03-30 10:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 581e808f-db3d-59b1-ba12-bd1d1e86e005 with scrape type 2
2026-03-30 10:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 581e808f-db3d-59b1-ba12-bd1d1e86e005 with scrape type 2
2026-03-30 10:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 581e808f-db3d-59b1-ba12-bd1d1e86e005, identifier: 1985427
2026-03-30 10:52:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 581e808f-db3d-59b1-ba12-bd1d1e86e005 with identifier: 1985427
2026-03-30 10:52:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 581e808f-db3d-59b1-ba12-bd1d1e86e005 with identifier: 1985427
2026-03-30 10:52:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 581e808f-db3d-59b1-ba12-bd1d1e86e005 with identifier: 1985427 to the API
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:46 [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': 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': 0,
'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-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985427%27 HTTP/1.1" 200 None
2026-03-30 10:52:46 [ayvens.be] INFO: Saving data for 1985427: {'auction_closing_time': 1774958400.0, 'created_time': 1774565482.691453, 'last_price_update_time': 1774867966.421042}
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985427') HTTP/1.1" 204 0
2026-03-30 10:52:46 [ayvens.be] INFO: Found listing with ID: 1985428
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985428%27 HTTP/1.1" 200 None
2026-03-30 10:52:46 [ayvens.be] INFO: Scrape type for 1985428: 2
2026-03-30 10:52:46 [ayvens.be] INFO: Extracting data for car ID: 1985428
2026-03-30 10:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with identifier: 1985428
2026-03-30 10:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with scrape type 2
2026-03-30 10:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with scrape type 2
2026-03-30 10:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 89e6be1e-eb40-5242-8521-e6bba00d5ed3, identifier: 1985428
2026-03-30 10:52:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with identifier: 1985428
2026-03-30 10:52:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with identifier: 1985428
2026-03-30 10:52:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 89e6be1e-eb40-5242-8521-e6bba00d5ed3 with identifier: 1985428 to the API
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:46 [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': 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': 0,
'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-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985428%27 HTTP/1.1" 200 None
2026-03-30 10:52:46 [ayvens.be] INFO: Saving data for 1985428: {'auction_closing_time': 1774958400.0, 'created_time': 1774565484.330691, 'last_price_update_time': 1774867966.877095}
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985428') HTTP/1.1" 204 0
2026-03-30 10:52:46 [ayvens.be] INFO: Found listing with ID: 1985429
2026-03-30 10:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985429%27 HTTP/1.1" 200 None
2026-03-30 10:52:46 [ayvens.be] INFO: Scrape type for 1985429: 2
2026-03-30 10:52:46 [ayvens.be] INFO: Extracting data for car ID: 1985429
2026-03-30 10:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d244416-97dd-5dcf-9229-64139a9fcf6e with identifier: 1985429
2026-03-30 10:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d244416-97dd-5dcf-9229-64139a9fcf6e with scrape type 2
2026-03-30 10:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d244416-97dd-5dcf-9229-64139a9fcf6e with scrape type 2
2026-03-30 10:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7d244416-97dd-5dcf-9229-64139a9fcf6e, identifier: 1985429
2026-03-30 10:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7d244416-97dd-5dcf-9229-64139a9fcf6e with identifier: 1985429
2026-03-30 10:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7d244416-97dd-5dcf-9229-64139a9fcf6e with identifier: 1985429
2026-03-30 10:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7d244416-97dd-5dcf-9229-64139a9fcf6e with identifier: 1985429 to the API
2026-03-30 10:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:47 [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': 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': 0,
'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-30 10:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985429%27 HTTP/1.1" 200 None
2026-03-30 10:52:47 [ayvens.be] INFO: Saving data for 1985429: {'auction_closing_time': 1774958400.0, 'created_time': 1774565487.096897, 'last_price_update_time': 1774867967.320851}
2026-03-30 10:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985429') HTTP/1.1" 204 0
2026-03-30 10:52:47 [ayvens.be] INFO: Found listing with ID: 1985430
2026-03-30 10:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985430%27 HTTP/1.1" 200 None
2026-03-30 10:52:47 [ayvens.be] INFO: Scrape type for 1985430: 2
2026-03-30 10:52:47 [ayvens.be] INFO: Extracting data for car ID: 1985430
2026-03-30 10:52:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1985430
2026-03-30 10:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51809147-5da6-5336-96a6-dd315c4bbb21 with scrape type 2
2026-03-30 10:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51809147-5da6-5336-96a6-dd315c4bbb21 with scrape type 2
2026-03-30 10:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 51809147-5da6-5336-96a6-dd315c4bbb21, identifier: 1985430
2026-03-30 10:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1985430
2026-03-30 10:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1985430
2026-03-30 10:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1985430 to the API
2026-03-30 10:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:47 [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': 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': 0,
'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-30 10:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985430%27 HTTP/1.1" 200 None
2026-03-30 10:52:47 [ayvens.be] INFO: Saving data for 1985430: {'auction_closing_time': 1774958400.0, 'created_time': 1774565488.329769, 'last_price_update_time': 1774867967.782119}
2026-03-30 10:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985430') HTTP/1.1" 204 0
2026-03-30 10:52:47 [ayvens.be] INFO: Found listing with ID: 1985431
2026-03-30 10:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985431%27 HTTP/1.1" 200 None
2026-03-30 10:52:47 [ayvens.be] INFO: Scrape type for 1985431: 2
2026-03-30 10:52:47 [ayvens.be] INFO: Extracting data for car ID: 1985431
2026-03-30 10:52:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1985431
2026-03-30 10:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 110543a2-946b-58b5-a399-47a2e5bd84a4 with scrape type 2
2026-03-30 10:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 110543a2-946b-58b5-a399-47a2e5bd84a4 with scrape type 2
2026-03-30 10:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 110543a2-946b-58b5-a399-47a2e5bd84a4, identifier: 1985431
2026-03-30 10:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1985431
2026-03-30 10:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1985431
2026-03-30 10:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1985431 to the API
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:48 [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': 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': 0,
'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-30 10:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985431%27 HTTP/1.1" 200 None
2026-03-30 10:52:48 [ayvens.be] INFO: Saving data for 1985431: {'auction_closing_time': 1774958400.0, 'created_time': 1774565489.580258, 'last_price_update_time': 1774867968.221382}
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985431') HTTP/1.1" 204 0
2026-03-30 10:52:48 [ayvens.be] INFO: Found listing with ID: 1985432
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985432%27 HTTP/1.1" 200 None
2026-03-30 10:52:48 [ayvens.be] INFO: Scrape type for 1985432: 2
2026-03-30 10:52:48 [ayvens.be] INFO: Extracting data for car ID: 1985432
2026-03-30 10:52:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1985432
2026-03-30 10:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73d04549-6880-5772-8780-32ea6fc9f9cf with scrape type 2
2026-03-30 10:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73d04549-6880-5772-8780-32ea6fc9f9cf with scrape type 2
2026-03-30 10:52:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 73d04549-6880-5772-8780-32ea6fc9f9cf, identifier: 1985432
2026-03-30 10:52:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1985432
2026-03-30 10:52:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1985432
2026-03-30 10:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1985432 to the API
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985432%27 HTTP/1.1" 200 None
2026-03-30 10:52:48 [ayvens.be] INFO: Saving data for 1985432: {'auction_closing_time': 1774958400.0, 'created_time': 1774565490.852419, 'last_price_update_time': 1774867968.664179}
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985432') HTTP/1.1" 204 0
2026-03-30 10:52:48 [ayvens.be] INFO: Found listing with ID: 1985433
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985433%27 HTTP/1.1" 200 None
2026-03-30 10:52:48 [ayvens.be] INFO: Scrape type for 1985433: 2
2026-03-30 10:52:48 [ayvens.be] INFO: Extracting data for car ID: 1985433
2026-03-30 10:52:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac91607f-a69f-52f7-9c65-c869b70c8f00 with identifier: 1985433
2026-03-30 10:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac91607f-a69f-52f7-9c65-c869b70c8f00 with scrape type 2
2026-03-30 10:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac91607f-a69f-52f7-9c65-c869b70c8f00 with scrape type 2
2026-03-30 10:52:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ac91607f-a69f-52f7-9c65-c869b70c8f00, identifier: 1985433
2026-03-30 10:52:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ac91607f-a69f-52f7-9c65-c869b70c8f00 with identifier: 1985433
2026-03-30 10:52:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ac91607f-a69f-52f7-9c65-c869b70c8f00 with identifier: 1985433
2026-03-30 10:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ac91607f-a69f-52f7-9c65-c869b70c8f00 with identifier: 1985433 to the API
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:49 [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': 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': 0,
'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-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985433%27 HTTP/1.1" 200 None
2026-03-30 10:52:49 [ayvens.be] INFO: Saving data for 1985433: {'auction_closing_time': 1774958400.0, 'created_time': 1774565492.695053, 'last_price_update_time': 1774867969.078788}
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985433') HTTP/1.1" 204 0
2026-03-30 10:52:49 [ayvens.be] INFO: Found listing with ID: 1985434
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985434%27 HTTP/1.1" 200 None
2026-03-30 10:52:49 [ayvens.be] INFO: Scrape type for 1985434: 2
2026-03-30 10:52:49 [ayvens.be] INFO: Extracting data for car ID: 1985434
2026-03-30 10:52:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with identifier: 1985434
2026-03-30 10:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with scrape type 2
2026-03-30 10:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with scrape type 2
2026-03-30 10:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89, identifier: 1985434
2026-03-30 10:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with identifier: 1985434
2026-03-30 10:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with identifier: 1985434
2026-03-30 10:52:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0238b4ff-f3fd-56fb-b2ff-97a7b2555e89 with identifier: 1985434 to the API
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:49 [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': 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': 0,
'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-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985434%27 HTTP/1.1" 200 None
2026-03-30 10:52:49 [ayvens.be] INFO: Saving data for 1985434: {'auction_closing_time': 1774958400.0, 'created_time': 1774565494.617457, 'last_price_update_time': 1774867969.562311}
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985434') HTTP/1.1" 204 0
2026-03-30 10:52:49 [ayvens.be] INFO: Found listing with ID: 1985435
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985435%27 HTTP/1.1" 200 None
2026-03-30 10:52:49 [ayvens.be] INFO: Scrape type for 1985435: 2
2026-03-30 10:52:49 [ayvens.be] INFO: Extracting data for car ID: 1985435
2026-03-30 10:52:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 340005c8-2f01-5331-9c8f-219207504f55 with identifier: 1985435
2026-03-30 10:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 340005c8-2f01-5331-9c8f-219207504f55 with scrape type 2
2026-03-30 10:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 340005c8-2f01-5331-9c8f-219207504f55 with scrape type 2
2026-03-30 10:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 340005c8-2f01-5331-9c8f-219207504f55, identifier: 1985435
2026-03-30 10:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 340005c8-2f01-5331-9c8f-219207504f55 with identifier: 1985435
2026-03-30 10:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 340005c8-2f01-5331-9c8f-219207504f55 with identifier: 1985435
2026-03-30 10:52:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 340005c8-2f01-5331-9c8f-219207504f55 with identifier: 1985435 to the API
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:49 [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-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': 0,
'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-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985435%27 HTTP/1.1" 200 None
2026-03-30 10:52:49 [ayvens.be] INFO: Saving data for 1985435: {'auction_closing_time': 1774958400.0, 'created_time': 1774565496.244024, 'last_price_update_time': 1774867969.963732}
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985435') HTTP/1.1" 204 0
2026-03-30 10:52:49 [ayvens.be] INFO: Found listing with ID: 1985436
2026-03-30 10:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985436%27 HTTP/1.1" 200 None
2026-03-30 10:52:49 [ayvens.be] INFO: Scrape type for 1985436: 2
2026-03-30 10:52:49 [ayvens.be] INFO: Extracting data for car ID: 1985436
2026-03-30 10:52:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with identifier: 1985436
2026-03-30 10:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with scrape type 2
2026-03-30 10:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with scrape type 2
2026-03-30 10:52:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736, identifier: 1985436
2026-03-30 10:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with identifier: 1985436
2026-03-30 10:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with identifier: 1985436
2026-03-30 10:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d44b29fe-b0ac-50ce-b5d2-6f0ae726e736 with identifier: 1985436 to the API
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:50 [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': 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': 0,
'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-30 10:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985436%27 HTTP/1.1" 200 None
2026-03-30 10:52:50 [ayvens.be] INFO: Saving data for 1985436: {'auction_closing_time': 1774958400.0, 'created_time': 1774565498.472771, 'last_price_update_time': 1774867970.389023}
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985436') HTTP/1.1" 204 0
2026-03-30 10:52:50 [ayvens.be] INFO: Found listing with ID: 1985437
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985437%27 HTTP/1.1" 200 None
2026-03-30 10:52:50 [ayvens.be] INFO: Scrape type for 1985437: 2
2026-03-30 10:52:50 [ayvens.be] INFO: Extracting data for car ID: 1985437
2026-03-30 10:52:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe3a826-d1b0-5341-92c4-687efe5da057 with identifier: 1985437
2026-03-30 10:52:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe3a826-d1b0-5341-92c4-687efe5da057 with scrape type 2
2026-03-30 10:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe3a826-d1b0-5341-92c4-687efe5da057 with scrape type 2
2026-03-30 10:52:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1fe3a826-d1b0-5341-92c4-687efe5da057, identifier: 1985437
2026-03-30 10:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1fe3a826-d1b0-5341-92c4-687efe5da057 with identifier: 1985437
2026-03-30 10:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1fe3a826-d1b0-5341-92c4-687efe5da057 with identifier: 1985437
2026-03-30 10:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1fe3a826-d1b0-5341-92c4-687efe5da057 with identifier: 1985437 to the API
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:50 [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': 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': 0,
'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-30 10:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985437%27 HTTP/1.1" 200 None
2026-03-30 10:52:50 [ayvens.be] INFO: Saving data for 1985437: {'auction_closing_time': 1774958400.0, 'created_time': 1774565499.50325, 'last_price_update_time': 1774867970.808287}
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985437') HTTP/1.1" 204 0
2026-03-30 10:52:50 [ayvens.be] INFO: Found listing with ID: 1985438
2026-03-30 10:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985438%27 HTTP/1.1" 200 None
2026-03-30 10:52:50 [ayvens.be] INFO: Scrape type for 1985438: 2
2026-03-30 10:52:50 [ayvens.be] INFO: Extracting data for car ID: 1985438
2026-03-30 10:52:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with identifier: 1985438
2026-03-30 10:52:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with scrape type 2
2026-03-30 10:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with scrape type 2
2026-03-30 10:52:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4, identifier: 1985438
2026-03-30 10:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with identifier: 1985438
2026-03-30 10:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with identifier: 1985438
2026-03-30 10:52:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a80622f-dbf6-5ccc-a105-af1847b0b8a4 with identifier: 1985438 to the API
2026-03-30 10:52:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:51 [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': 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': 0,
'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-30 10:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985438%27 HTTP/1.1" 200 None
2026-03-30 10:52:51 [ayvens.be] INFO: Saving data for 1985438: {'auction_closing_time': 1774958400.0, 'created_time': 1774565501.82198, 'last_price_update_time': 1774867971.355839}
2026-03-30 10:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985438') HTTP/1.1" 204 0
2026-03-30 10:52:51 [ayvens.be] INFO: Found listing with ID: 1985439
2026-03-30 10:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985439%27 HTTP/1.1" 200 None
2026-03-30 10:52:51 [ayvens.be] INFO: Scrape type for 1985439: 2
2026-03-30 10:52:51 [ayvens.be] INFO: Extracting data for car ID: 1985439
2026-03-30 10:52:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 433392de-fd62-5a76-88b4-6ae1052541af with identifier: 1985439
2026-03-30 10:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 433392de-fd62-5a76-88b4-6ae1052541af with scrape type 2
2026-03-30 10:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 433392de-fd62-5a76-88b4-6ae1052541af with scrape type 2
2026-03-30 10:52:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 433392de-fd62-5a76-88b4-6ae1052541af, identifier: 1985439
2026-03-30 10:52:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 433392de-fd62-5a76-88b4-6ae1052541af with identifier: 1985439
2026-03-30 10:52:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 433392de-fd62-5a76-88b4-6ae1052541af with identifier: 1985439
2026-03-30 10:52:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 433392de-fd62-5a76-88b4-6ae1052541af with identifier: 1985439 to the API
2026-03-30 10:52:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:51 [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': 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': 0,
'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-30 10:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985439%27 HTTP/1.1" 200 None
2026-03-30 10:52:51 [ayvens.be] INFO: Saving data for 1985439: {'auction_closing_time': 1774958400.0, 'created_time': 1774565503.142336, 'last_price_update_time': 1774867971.758592}
2026-03-30 10:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985439') HTTP/1.1" 204 0
2026-03-30 10:52:51 [ayvens.be] INFO: Found listing with ID: 1985440
2026-03-30 10:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985440%27 HTTP/1.1" 200 None
2026-03-30 10:52:51 [ayvens.be] INFO: Scrape type for 1985440: 2
2026-03-30 10:52:51 [ayvens.be] INFO: Extracting data for car ID: 1985440
2026-03-30 10:52:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with identifier: 1985440
2026-03-30 10:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with scrape type 2
2026-03-30 10:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with scrape type 2
2026-03-30 10:52:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb, identifier: 1985440
2026-03-30 10:52:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with identifier: 1985440
2026-03-30 10:52:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with identifier: 1985440
2026-03-30 10:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 27122ce6-6efb-57c3-8ae6-24b13bc4abdb with identifier: 1985440 to the API
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:52 [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': 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': 0,
'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-30 10:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985440%27 HTTP/1.1" 200 None
2026-03-30 10:52:52 [ayvens.be] INFO: Saving data for 1985440: {'auction_closing_time': 1774958400.0, 'created_time': 1774565504.660343, 'last_price_update_time': 1774867972.244306}
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985440') HTTP/1.1" 204 0
2026-03-30 10:52:52 [ayvens.be] INFO: Found listing with ID: 1985441
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985441%27 HTTP/1.1" 200 None
2026-03-30 10:52:52 [ayvens.be] INFO: Scrape type for 1985441: 2
2026-03-30 10:52:52 [ayvens.be] INFO: Extracting data for car ID: 1985441
2026-03-30 10:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ace69f-baad-5850-800a-8994805bd9da with identifier: 1985441
2026-03-30 10:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ace69f-baad-5850-800a-8994805bd9da with scrape type 2
2026-03-30 10:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86ace69f-baad-5850-800a-8994805bd9da with scrape type 2
2026-03-30 10:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 86ace69f-baad-5850-800a-8994805bd9da, identifier: 1985441
2026-03-30 10:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 86ace69f-baad-5850-800a-8994805bd9da with identifier: 1985441
2026-03-30 10:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 86ace69f-baad-5850-800a-8994805bd9da with identifier: 1985441
2026-03-30 10:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 86ace69f-baad-5850-800a-8994805bd9da with identifier: 1985441 to the API
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:52 [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': 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': 0,
'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-30 10:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985441%27 HTTP/1.1" 200 None
2026-03-30 10:52:52 [ayvens.be] INFO: Saving data for 1985441: {'auction_closing_time': 1774958400.0, 'created_time': 1774565507.380706, 'last_price_update_time': 1774867972.743475}
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985441') HTTP/1.1" 204 0
2026-03-30 10:52:52 [ayvens.be] INFO: Found listing with ID: 1985442
2026-03-30 10:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985442%27 HTTP/1.1" 200 None
2026-03-30 10:52:52 [ayvens.be] INFO: Scrape type for 1985442: 2
2026-03-30 10:52:52 [ayvens.be] INFO: Extracting data for car ID: 1985442
2026-03-30 10:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with identifier: 1985442
2026-03-30 10:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with scrape type 2
2026-03-30 10:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with scrape type 2
2026-03-30 10:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419, identifier: 1985442
2026-03-30 10:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with identifier: 1985442
2026-03-30 10:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with identifier: 1985442
2026-03-30 10:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 13cb0d5c-a1ec-528d-8bd3-8c2a28f16419 with identifier: 1985442 to the API
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:53 [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': 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': 0,
'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-30 10:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985442%27 HTTP/1.1" 200 None
2026-03-30 10:52:53 [ayvens.be] INFO: Saving data for 1985442: {'auction_closing_time': 1774958400.0, 'created_time': 1774565508.093884, 'last_price_update_time': 1774867973.167673}
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985442') HTTP/1.1" 204 0
2026-03-30 10:52:53 [ayvens.be] INFO: Found listing with ID: 1985443
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985443%27 HTTP/1.1" 200 None
2026-03-30 10:52:53 [ayvens.be] INFO: Scrape type for 1985443: 2
2026-03-30 10:52:53 [ayvens.be] INFO: Extracting data for car ID: 1985443
2026-03-30 10:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f95e3aae-a4af-5899-ae14-85507159c18e with identifier: 1985443
2026-03-30 10:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f95e3aae-a4af-5899-ae14-85507159c18e with scrape type 2
2026-03-30 10:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f95e3aae-a4af-5899-ae14-85507159c18e with scrape type 2
2026-03-30 10:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f95e3aae-a4af-5899-ae14-85507159c18e, identifier: 1985443
2026-03-30 10:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f95e3aae-a4af-5899-ae14-85507159c18e with identifier: 1985443
2026-03-30 10:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f95e3aae-a4af-5899-ae14-85507159c18e with identifier: 1985443
2026-03-30 10:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f95e3aae-a4af-5899-ae14-85507159c18e with identifier: 1985443 to the API
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:53 [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': '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': 0,
'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-30 10:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985443%27 HTTP/1.1" 200 None
2026-03-30 10:52:53 [ayvens.be] INFO: Saving data for 1985443: {'auction_closing_time': 1774958400.0, 'created_time': 1774565509.473504, 'last_price_update_time': 1774867973.629107}
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985443') HTTP/1.1" 204 0
2026-03-30 10:52:53 [ayvens.be] INFO: Found listing with ID: 1985444
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985444%27 HTTP/1.1" 200 None
2026-03-30 10:52:53 [ayvens.be] INFO: Scrape type for 1985444: 2
2026-03-30 10:52:53 [ayvens.be] INFO: Extracting data for car ID: 1985444
2026-03-30 10:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b68f2489-e4bd-53cf-9df3-8a995c530188 with identifier: 1985444
2026-03-30 10:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b68f2489-e4bd-53cf-9df3-8a995c530188 with scrape type 2
2026-03-30 10:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b68f2489-e4bd-53cf-9df3-8a995c530188 with scrape type 2
2026-03-30 10:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b68f2489-e4bd-53cf-9df3-8a995c530188, identifier: 1985444
2026-03-30 10:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b68f2489-e4bd-53cf-9df3-8a995c530188 with identifier: 1985444
2026-03-30 10:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b68f2489-e4bd-53cf-9df3-8a995c530188 with identifier: 1985444
2026-03-30 10:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b68f2489-e4bd-53cf-9df3-8a995c530188 with identifier: 1985444 to the API
2026-03-30 10:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985444%27 HTTP/1.1" 200 None
2026-03-30 10:52:54 [ayvens.be] INFO: Saving data for 1985444: {'auction_closing_time': 1774958400.0, 'created_time': 1774565510.772181, 'last_price_update_time': 1774867974.090507}
2026-03-30 10:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985444') HTTP/1.1" 204 0
2026-03-30 10:52:54 [ayvens.be] INFO: Found listing with ID: 1985445
2026-03-30 10:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985445%27 HTTP/1.1" 200 None
2026-03-30 10:52:54 [ayvens.be] INFO: Scrape type for 1985445: 2
2026-03-30 10:52:54 [ayvens.be] INFO: Extracting data for car ID: 1985445
2026-03-30 10:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with identifier: 1985445
2026-03-30 10:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with scrape type 2
2026-03-30 10:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with scrape type 2
2026-03-30 10:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6, identifier: 1985445
2026-03-30 10:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with identifier: 1985445
2026-03-30 10:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with identifier: 1985445
2026-03-30 10:52:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4ce88cda-37cc-5ed6-9dc9-8eef121d5db6 with identifier: 1985445 to the API
2026-03-30 10:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:54 [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': 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': 0,
'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-30 10:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985445%27 HTTP/1.1" 200 None
2026-03-30 10:52:54 [ayvens.be] INFO: Saving data for 1985445: {'auction_closing_time': 1774958400.0, 'created_time': 1774565512.760206, 'last_price_update_time': 1774867974.648357}
2026-03-30 10:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985445') HTTP/1.1" 204 0
2026-03-30 10:52:54 [ayvens.be] INFO: Found listing with ID: 1985446
2026-03-30 10:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985446%27 HTTP/1.1" 200 None
2026-03-30 10:52:54 [ayvens.be] INFO: Scrape type for 1985446: 2
2026-03-30 10:52:54 [ayvens.be] INFO: Extracting data for car ID: 1985446
2026-03-30 10:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e6ba21e-49be-57d2-b325-bc6c4433d37a with identifier: 1985446
2026-03-30 10:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a with scrape type 2
2026-03-30 10:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e6ba21e-49be-57d2-b325-bc6c4433d37a with scrape type 2
2026-03-30 10:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3e6ba21e-49be-57d2-b325-bc6c4433d37a, identifier: 1985446
2026-03-30 10:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3e6ba21e-49be-57d2-b325-bc6c4433d37a with identifier: 1985446
2026-03-30 10:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3e6ba21e-49be-57d2-b325-bc6c4433d37a with identifier: 1985446
2026-03-30 10:52: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-30 10:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:55 [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': 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': 0,
'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-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985446%27 HTTP/1.1" 200 None
2026-03-30 10:52:55 [ayvens.be] INFO: Saving data for 1985446: {'auction_closing_time': 1774958400.0, 'created_time': 1774565514.381879, 'last_price_update_time': 1774867975.090907}
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985446') HTTP/1.1" 204 0
2026-03-30 10:52:55 [ayvens.be] INFO: Found listing with ID: 1985447
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985447%27 HTTP/1.1" 200 None
2026-03-30 10:52:55 [ayvens.be] INFO: Scrape type for 1985447: 2
2026-03-30 10:52:55 [ayvens.be] INFO: Extracting data for car ID: 1985447
2026-03-30 10:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c545d7af-3d4a-532c-b476-168ddfe5e144 with identifier: 1985447
2026-03-30 10:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c545d7af-3d4a-532c-b476-168ddfe5e144 with scrape type 2
2026-03-30 10:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c545d7af-3d4a-532c-b476-168ddfe5e144 with scrape type 2
2026-03-30 10:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c545d7af-3d4a-532c-b476-168ddfe5e144, identifier: 1985447
2026-03-30 10:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c545d7af-3d4a-532c-b476-168ddfe5e144 with identifier: 1985447
2026-03-30 10:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c545d7af-3d4a-532c-b476-168ddfe5e144 with identifier: 1985447
2026-03-30 10:52: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-30 10:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:55 [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': 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': 0,
'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-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985447%27 HTTP/1.1" 200 None
2026-03-30 10:52:55 [ayvens.be] INFO: Saving data for 1985447: {'auction_closing_time': 1774958400.0, 'created_time': 1774565516.033158, 'last_price_update_time': 1774867975.501838}
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985447') HTTP/1.1" 204 0
2026-03-30 10:52:55 [ayvens.be] INFO: Found listing with ID: 1985448
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985448%27 HTTP/1.1" 200 None
2026-03-30 10:52:55 [ayvens.be] INFO: Scrape type for 1985448: 2
2026-03-30 10:52:55 [ayvens.be] INFO: Extracting data for car ID: 1985448
2026-03-30 10:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed9de6f2-1704-5a9b-8651-e58841921921 with identifier: 1985448
2026-03-30 10:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed9de6f2-1704-5a9b-8651-e58841921921 with scrape type 2
2026-03-30 10:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed9de6f2-1704-5a9b-8651-e58841921921 with scrape type 2
2026-03-30 10:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ed9de6f2-1704-5a9b-8651-e58841921921, identifier: 1985448
2026-03-30 10:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ed9de6f2-1704-5a9b-8651-e58841921921 with identifier: 1985448
2026-03-30 10:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ed9de6f2-1704-5a9b-8651-e58841921921 with identifier: 1985448
2026-03-30 10:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ed9de6f2-1704-5a9b-8651-e58841921921 with identifier: 1985448 to the API
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:55 [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': 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': 0,
'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-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985448%27 HTTP/1.1" 200 None
2026-03-30 10:52:55 [ayvens.be] INFO: Saving data for 1985448: {'auction_closing_time': 1774958400.0, 'created_time': 1774565518.003271, 'last_price_update_time': 1774867975.891834}
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985448') HTTP/1.1" 204 0
2026-03-30 10:52:55 [ayvens.be] INFO: Found listing with ID: 1985449
2026-03-30 10:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985449%27 HTTP/1.1" 200 None
2026-03-30 10:52:55 [ayvens.be] INFO: Scrape type for 1985449: 2
2026-03-30 10:52:55 [ayvens.be] INFO: Extracting data for car ID: 1985449
2026-03-30 10:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1985449
2026-03-30 10:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42212df4-538e-5af0-8221-13c8f6d360d4 with scrape type 2
2026-03-30 10:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42212df4-538e-5af0-8221-13c8f6d360d4 with scrape type 2
2026-03-30 10:52:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 42212df4-538e-5af0-8221-13c8f6d360d4, identifier: 1985449
2026-03-30 10:52:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1985449
2026-03-30 10:52:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1985449
2026-03-30 10:52:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1985449 to the API
2026-03-30 10:52:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:56 [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': 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': 0,
'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-30 10:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:56 [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-30 10:52:56 [ayvens.be] INFO: Saving data for 1985449: {'auction_closing_time': 1774958400.0, 'created_time': 1774565519.285394, 'last_price_update_time': 1774867976.284554}
2026-03-30 10:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985449') HTTP/1.1" 204 0
2026-03-30 10:52:56 [ayvens.be] INFO: Found listing with ID: 1985450
2026-03-30 10:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52: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-30 10:52:56 [ayvens.be] INFO: Scrape type for 1985450: 2
2026-03-30 10:52:56 [ayvens.be] INFO: Extracting data for car ID: 1985450
2026-03-30 10:52:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1985450
2026-03-30 10:52:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with scrape type 2
2026-03-30 10:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with scrape type 2
2026-03-30 10:52:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3, identifier: 1985450
2026-03-30 10:52:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1985450
2026-03-30 10:52:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1985450
2026-03-30 10:52:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1985450 to the API
2026-03-30 10:52:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985450%27 HTTP/1.1" 200 None
2026-03-30 10:52:57 [ayvens.be] INFO: Saving data for 1985450: {'auction_closing_time': 1774958400.0, 'created_time': 1774565520.976353, 'last_price_update_time': 1774867977.122969}
2026-03-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985450') HTTP/1.1" 204 0
2026-03-30 10:52:57 [ayvens.be] INFO: Found listing with ID: 1985451
2026-03-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985451%27 HTTP/1.1" 200 None
2026-03-30 10:52:57 [ayvens.be] INFO: Scrape type for 1985451: 2
2026-03-30 10:52:57 [ayvens.be] INFO: Extracting data for car ID: 1985451
2026-03-30 10:52:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1985451
2026-03-30 10:52:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with scrape type 2
2026-03-30 10:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with scrape type 2
2026-03-30 10:52:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517, identifier: 1985451
2026-03-30 10:52:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1985451
2026-03-30 10:52:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1985451
2026-03-30 10:52:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1985451 to the API
2026-03-30 10:52:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:57 [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': 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': 0,
'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-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985451%27 HTTP/1.1" 200 None
2026-03-30 10:52:57 [ayvens.be] INFO: Saving data for 1985451: {'auction_closing_time': 1774958400.0, 'created_time': 1774565522.373153, 'last_price_update_time': 1774867977.588569}
2026-03-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985451') HTTP/1.1" 204 0
2026-03-30 10:52:57 [ayvens.be] INFO: Found listing with ID: 1985452
2026-03-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985452%27 HTTP/1.1" 200 None
2026-03-30 10:52:57 [ayvens.be] INFO: Scrape type for 1985452: 2
2026-03-30 10:52:57 [ayvens.be] INFO: Extracting data for car ID: 1985452
2026-03-30 10:52:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1985452
2026-03-30 10:52:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with scrape type 2
2026-03-30 10:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with scrape type 2
2026-03-30 10:52:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4a66ca23-9a13-5a20-bf55-db5cde8cb111, identifier: 1985452
2026-03-30 10:52:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1985452
2026-03-30 10:52:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1985452
2026-03-30 10:52:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1985452 to the API
2026-03-30 10:52:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52: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-30 10:52:57 [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': 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': 0,
'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-30 10:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985452%27 HTTP/1.1" 200 None
2026-03-30 10:52:58 [ayvens.be] INFO: Saving data for 1985452: {'auction_closing_time': 1774958400.0, 'created_time': 1774565524.329393, 'last_price_update_time': 1774867977.999794}
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985452') HTTP/1.1" 204 0
2026-03-30 10:52:58 [ayvens.be] INFO: Found listing with ID: 1985453
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985453%27 HTTP/1.1" 200 None
2026-03-30 10:52:58 [ayvens.be] INFO: Scrape type for 1985453: 2
2026-03-30 10:52:58 [ayvens.be] INFO: Extracting data for car ID: 1985453
2026-03-30 10:52:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1985453
2026-03-30 10:52:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcebad65-19ff-574e-af4a-d5af2b74f1ff with scrape type 2
2026-03-30 10:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcebad65-19ff-574e-af4a-d5af2b74f1ff with scrape type 2
2026-03-30 10:52:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dcebad65-19ff-574e-af4a-d5af2b74f1ff, identifier: 1985453
2026-03-30 10:52:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1985453
2026-03-30 10:52:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1985453
2026-03-30 10:52:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1985453 to the API
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:52:58 [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': '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': 0,
'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-30 10:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985453%27 HTTP/1.1" 200 None
2026-03-30 10:52:58 [ayvens.be] INFO: Saving data for 1985453: {'auction_closing_time': 1774958400.0, 'created_time': 1774565525.728824, 'last_price_update_time': 1774867978.571798}
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985453') HTTP/1.1" 204 0
2026-03-30 10:52:58 [ayvens.be] INFO: Found listing with ID: 1985454
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985454%27 HTTP/1.1" 200 None
2026-03-30 10:52:58 [ayvens.be] INFO: Scrape type for 1985454: 2
2026-03-30 10:52:58 [ayvens.be] INFO: Extracting data for car ID: 1985454
2026-03-30 10:52:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1985454
2026-03-30 10:52:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 419dea60-40ec-58ec-b8a5-92561d4b6c07 with scrape type 2
2026-03-30 10:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 419dea60-40ec-58ec-b8a5-92561d4b6c07 with scrape type 2
2026-03-30 10:52:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 419dea60-40ec-58ec-b8a5-92561d4b6c07, identifier: 1985454
2026-03-30 10:52:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1985454
2026-03-30 10:52:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1985454
2026-03-30 10:52:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1985454 to the API
2026-03-30 10:52:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:59 [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': 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': 0,
'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-30 10:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985454%27 HTTP/1.1" 200 None
2026-03-30 10:52:59 [ayvens.be] INFO: Saving data for 1985454: {'auction_closing_time': 1774958400.0, 'created_time': 1774565527.337, 'last_price_update_time': 1774867979.380428}
2026-03-30 10:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985454') HTTP/1.1" 204 0
2026-03-30 10:52:59 [ayvens.be] INFO: Found listing with ID: 1985455
2026-03-30 10:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985455%27 HTTP/1.1" 200 None
2026-03-30 10:52:59 [ayvens.be] INFO: Scrape type for 1985455: 2
2026-03-30 10:52:59 [ayvens.be] INFO: Extracting data for car ID: 1985455
2026-03-30 10:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1985455
2026-03-30 10:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9971293-22a3-56ba-a1df-35de5b0fe5ea with scrape type 2
2026-03-30 10:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9971293-22a3-56ba-a1df-35de5b0fe5ea with scrape type 2
2026-03-30 10:52:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c9971293-22a3-56ba-a1df-35de5b0fe5ea, identifier: 1985455
2026-03-30 10:52:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1985455
2026-03-30 10:52:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1985455
2026-03-30 10:52:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1985455 to the API
2026-03-30 10:52:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:52:59 [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': 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': 0,
'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-30 10:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985455%27 HTTP/1.1" 200 None
2026-03-30 10:52:59 [ayvens.be] INFO: Saving data for 1985455: {'auction_closing_time': 1774958400.0, 'created_time': 1774565528.741252, 'last_price_update_time': 1774867979.805933}
2026-03-30 10:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985455') HTTP/1.1" 204 0
2026-03-30 10:52:59 [ayvens.be] INFO: Found listing with ID: 1985456
2026-03-30 10:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985456%27 HTTP/1.1" 200 None
2026-03-30 10:52:59 [ayvens.be] INFO: Scrape type for 1985456: 2
2026-03-30 10:52:59 [ayvens.be] INFO: Extracting data for car ID: 1985456
2026-03-30 10:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1985456
2026-03-30 10:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with scrape type 2
2026-03-30 10:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with scrape type 2
2026-03-30 10:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f67602dd-81c9-5bdc-a2f5-6c15735b97d6, identifier: 1985456
2026-03-30 10:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1985456
2026-03-30 10:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1985456
2026-03-30 10:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1985456 to the API
2026-03-30 10:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:00 [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': 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': 0,
'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-30 10:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985456%27 HTTP/1.1" 200 None
2026-03-30 10:53:00 [ayvens.be] INFO: Saving data for 1985456: {'auction_closing_time': 1774958400.0, 'created_time': 1774565530.522225, 'last_price_update_time': 1774867980.339208}
2026-03-30 10:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985456') HTTP/1.1" 204 0
2026-03-30 10:53:00 [ayvens.be] INFO: Found listing with ID: 1985457
2026-03-30 10:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985457%27 HTTP/1.1" 200 None
2026-03-30 10:53:00 [ayvens.be] INFO: Scrape type for 1985457: 2
2026-03-30 10:53:00 [ayvens.be] INFO: Extracting data for car ID: 1985457
2026-03-30 10:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1985457
2026-03-30 10:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b7560e-0bef-5b10-a8ae-104759e2bef5 with scrape type 2
2026-03-30 10:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53b7560e-0bef-5b10-a8ae-104759e2bef5 with scrape type 2
2026-03-30 10:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 53b7560e-0bef-5b10-a8ae-104759e2bef5, identifier: 1985457
2026-03-30 10:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1985457
2026-03-30 10:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1985457
2026-03-30 10:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1985457 to the API
2026-03-30 10:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:00 [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': 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': 0,
'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-30 10:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985457%27 HTTP/1.1" 200 None
2026-03-30 10:53:00 [ayvens.be] INFO: Saving data for 1985457: {'auction_closing_time': 1774958400.0, 'created_time': 1774565532.160085, 'last_price_update_time': 1774867980.945804}
2026-03-30 10:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985457') HTTP/1.1" 204 0
2026-03-30 10:53:00 [ayvens.be] INFO: Found listing with ID: 1985458
2026-03-30 10:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985458%27 HTTP/1.1" 200 None
2026-03-30 10:53:00 [ayvens.be] INFO: Scrape type for 1985458: 2
2026-03-30 10:53:00 [ayvens.be] INFO: Extracting data for car ID: 1985458
2026-03-30 10:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1985458
2026-03-30 10:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with scrape type 2
2026-03-30 10:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with scrape type 2
2026-03-30 10:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf, identifier: 1985458
2026-03-30 10:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1985458
2026-03-30 10:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1985458
2026-03-30 10:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1985458 to the API
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:01 [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': 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': 0,
'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-30 10:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985458%27 HTTP/1.1" 200 None
2026-03-30 10:53:01 [ayvens.be] INFO: Saving data for 1985458: {'auction_closing_time': 1774958400.0, 'created_time': 1774565533.000466, 'last_price_update_time': 1774867981.342325}
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985458') HTTP/1.1" 204 0
2026-03-30 10:53:01 [ayvens.be] INFO: Found listing with ID: 1985459
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985459%27 HTTP/1.1" 200 None
2026-03-30 10:53:01 [ayvens.be] INFO: Scrape type for 1985459: 2
2026-03-30 10:53:01 [ayvens.be] INFO: Extracting data for car ID: 1985459
2026-03-30 10:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1985459
2026-03-30 10:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8ba7fa2-c04d-5732-8472-419439b4e0fc with scrape type 2
2026-03-30 10:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8ba7fa2-c04d-5732-8472-419439b4e0fc with scrape type 2
2026-03-30 10:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8ba7fa2-c04d-5732-8472-419439b4e0fc, identifier: 1985459
2026-03-30 10:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1985459
2026-03-30 10:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1985459
2026-03-30 10:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1985459 to the API
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:01 [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': 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': 0,
'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-30 10:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985459%27 HTTP/1.1" 200 None
2026-03-30 10:53:01 [ayvens.be] INFO: Saving data for 1985459: {'auction_closing_time': 1774958400.0, 'created_time': 1774565534.271781, 'last_price_update_time': 1774867981.736846}
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985459') HTTP/1.1" 204 0
2026-03-30 10:53:01 [ayvens.be] INFO: Found listing with ID: 1985460
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985460%27 HTTP/1.1" 200 None
2026-03-30 10:53:01 [ayvens.be] INFO: Scrape type for 1985460: 2
2026-03-30 10:53:01 [ayvens.be] INFO: Extracting data for car ID: 1985460
2026-03-30 10:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1985460
2026-03-30 10:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d50c448c-b647-572e-8107-86e944765fb8 with scrape type 2
2026-03-30 10:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d50c448c-b647-572e-8107-86e944765fb8 with scrape type 2
2026-03-30 10:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d50c448c-b647-572e-8107-86e944765fb8, identifier: 1985460
2026-03-30 10:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1985460
2026-03-30 10:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1985460
2026-03-30 10:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1985460 to the API
2026-03-30 10:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:02 [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': 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': 0,
'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-30 10:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985460%27 HTTP/1.1" 200 None
2026-03-30 10:53:02 [ayvens.be] INFO: Saving data for 1985460: {'auction_closing_time': 1774958400.0, 'created_time': 1774565536.068034, 'last_price_update_time': 1774867982.189493}
2026-03-30 10:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985460') HTTP/1.1" 204 0
2026-03-30 10:53:02 [ayvens.be] INFO: Found listing with ID: 1985461
2026-03-30 10:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985461%27 HTTP/1.1" 200 None
2026-03-30 10:53:02 [ayvens.be] INFO: Scrape type for 1985461: 2
2026-03-30 10:53:02 [ayvens.be] INFO: Extracting data for car ID: 1985461
2026-03-30 10:53:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1985461
2026-03-30 10:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba6157f0-92a1-5050-951a-f02475e00dae with scrape type 2
2026-03-30 10:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba6157f0-92a1-5050-951a-f02475e00dae with scrape type 2
2026-03-30 10:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ba6157f0-92a1-5050-951a-f02475e00dae, identifier: 1985461
2026-03-30 10:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1985461
2026-03-30 10:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1985461
2026-03-30 10:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1985461 to the API
2026-03-30 10:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:02 [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': 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': 0,
'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-30 10:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985461%27 HTTP/1.1" 200 None
2026-03-30 10:53:02 [ayvens.be] INFO: Saving data for 1985461: {'auction_closing_time': 1774958400.0, 'created_time': 1774565537.363588, 'last_price_update_time': 1774867982.60376}
2026-03-30 10:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985461') HTTP/1.1" 204 0
2026-03-30 10:53:02 [ayvens.be] INFO: Found listing with ID: 1985462
2026-03-30 10:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985462%27 HTTP/1.1" 200 None
2026-03-30 10:53:02 [ayvens.be] INFO: Scrape type for 1985462: 2
2026-03-30 10:53:02 [ayvens.be] INFO: Extracting data for car ID: 1985462
2026-03-30 10:53:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1985462
2026-03-30 10:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a with scrape type 2
2026-03-30 10:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a with scrape type 2
2026-03-30 10:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 614090ff-627e-5a45-ad6b-0bc3cfa2266a, identifier: 1985462
2026-03-30 10:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1985462
2026-03-30 10:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1985462
2026-03-30 10:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1985462 to the API
2026-03-30 10:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:03 [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': 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': 0,
'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-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985462%27 HTTP/1.1" 200 None
2026-03-30 10:53:03 [ayvens.be] INFO: Saving data for 1985462: {'auction_closing_time': 1774958400.0, 'created_time': 1774565538.576166, 'last_price_update_time': 1774867983.039676}
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985462') HTTP/1.1" 204 0
2026-03-30 10:53:03 [ayvens.be] INFO: Found listing with ID: 1985463
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985463%27 HTTP/1.1" 200 None
2026-03-30 10:53:03 [ayvens.be] INFO: Scrape type for 1985463: 2
2026-03-30 10:53:03 [ayvens.be] INFO: Extracting data for car ID: 1985463
2026-03-30 10:53:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1985463
2026-03-30 10:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2d27c44-c77c-505e-93df-2041e7ceec72 with scrape type 2
2026-03-30 10:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2d27c44-c77c-505e-93df-2041e7ceec72 with scrape type 2
2026-03-30 10:53:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b2d27c44-c77c-505e-93df-2041e7ceec72, identifier: 1985463
2026-03-30 10:53:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1985463
2026-03-30 10:53:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1985463
2026-03-30 10:53:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1985463 to the API
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:03 [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': 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': 0,
'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-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985463%27 HTTP/1.1" 200 None
2026-03-30 10:53:03 [ayvens.be] INFO: Saving data for 1985463: {'auction_closing_time': 1774958400.0, 'created_time': 1774565540.065063, 'last_price_update_time': 1774867983.457834}
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985463') HTTP/1.1" 204 0
2026-03-30 10:53:03 [ayvens.be] INFO: Found listing with ID: 1985464
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985464%27 HTTP/1.1" 200 None
2026-03-30 10:53:03 [ayvens.be] INFO: Scrape type for 1985464: 2
2026-03-30 10:53:03 [ayvens.be] INFO: Extracting data for car ID: 1985464
2026-03-30 10:53:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1985464
2026-03-30 10:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with scrape type 2
2026-03-30 10:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with scrape type 2
2026-03-30 10:53:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b0aec5da-22aa-5563-bf01-bf7b6c9c5160, identifier: 1985464
2026-03-30 10:53:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1985464
2026-03-30 10:53:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1985464
2026-03-30 10:53:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1985464 to the API
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:03 [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': 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': 0,
'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-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985464%27 HTTP/1.1" 200 None
2026-03-30 10:53:03 [ayvens.be] INFO: Saving data for 1985464: {'auction_closing_time': 1774958400.0, 'created_time': 1774565541.448145, 'last_price_update_time': 1774867983.853296}
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985464') HTTP/1.1" 204 0
2026-03-30 10:53:03 [ayvens.be] INFO: Found listing with ID: 1985465
2026-03-30 10:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985465%27 HTTP/1.1" 200 None
2026-03-30 10:53:03 [ayvens.be] INFO: Scrape type for 1985465: 2
2026-03-30 10:53:03 [ayvens.be] INFO: Extracting data for car ID: 1985465
2026-03-30 10:53:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1985465
2026-03-30 10:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3efe363-6c49-5207-84ad-6fdd8285a0ba with scrape type 2
2026-03-30 10:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3efe363-6c49-5207-84ad-6fdd8285a0ba with scrape type 2
2026-03-30 10:53:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3efe363-6c49-5207-84ad-6fdd8285a0ba, identifier: 1985465
2026-03-30 10:53:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1985465
2026-03-30 10:53:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1985465
2026-03-30 10:53:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1985465 to the API
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:04 [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': 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': 0,
'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-30 10:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985465%27 HTTP/1.1" 200 None
2026-03-30 10:53:04 [ayvens.be] INFO: Saving data for 1985465: {'auction_closing_time': 1774958400.0, 'created_time': 1774565543.920968, 'last_price_update_time': 1774867984.261079}
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985465') HTTP/1.1" 204 0
2026-03-30 10:53:04 [ayvens.be] INFO: Found listing with ID: 1985466
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985466%27 HTTP/1.1" 200 None
2026-03-30 10:53:04 [ayvens.be] INFO: Scrape type for 1985466: 2
2026-03-30 10:53:04 [ayvens.be] INFO: Extracting data for car ID: 1985466
2026-03-30 10:53:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a584356-5629-50b3-a6ac-7d347cf34300 with identifier: 1985466
2026-03-30 10:53:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a584356-5629-50b3-a6ac-7d347cf34300 with scrape type 2
2026-03-30 10:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a584356-5629-50b3-a6ac-7d347cf34300 with scrape type 2
2026-03-30 10:53:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3a584356-5629-50b3-a6ac-7d347cf34300, identifier: 1985466
2026-03-30 10:53:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3a584356-5629-50b3-a6ac-7d347cf34300 with identifier: 1985466
2026-03-30 10:53:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3a584356-5629-50b3-a6ac-7d347cf34300 with identifier: 1985466
2026-03-30 10:53:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3a584356-5629-50b3-a6ac-7d347cf34300 with identifier: 1985466 to the API
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:04 [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': 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': 0,
'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-30 10:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985466%27 HTTP/1.1" 200 None
2026-03-30 10:53:04 [ayvens.be] INFO: Saving data for 1985466: {'auction_closing_time': 1774958400.0, 'created_time': 1774565545.318801, 'last_price_update_time': 1774867984.70031}
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985466') HTTP/1.1" 204 0
2026-03-30 10:53:04 [ayvens.be] INFO: Found listing with ID: 1985467
2026-03-30 10:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985467%27 HTTP/1.1" 200 None
2026-03-30 10:53:04 [ayvens.be] INFO: Scrape type for 1985467: 2
2026-03-30 10:53:04 [ayvens.be] INFO: Extracting data for car ID: 1985467
2026-03-30 10:53:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1633be65-fc75-5ecc-9ded-a75cce69d482 with identifier: 1985467
2026-03-30 10:53:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1633be65-fc75-5ecc-9ded-a75cce69d482 with scrape type 2
2026-03-30 10:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1633be65-fc75-5ecc-9ded-a75cce69d482 with scrape type 2
2026-03-30 10:53:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1633be65-fc75-5ecc-9ded-a75cce69d482, identifier: 1985467
2026-03-30 10:53:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1633be65-fc75-5ecc-9ded-a75cce69d482 with identifier: 1985467
2026-03-30 10:53:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1633be65-fc75-5ecc-9ded-a75cce69d482 with identifier: 1985467
2026-03-30 10:53:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1633be65-fc75-5ecc-9ded-a75cce69d482 with identifier: 1985467 to the API
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:05 [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': 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': 0,
'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-30 10:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985467%27 HTTP/1.1" 200 None
2026-03-30 10:53:05 [ayvens.be] INFO: Saving data for 1985467: {'auction_closing_time': 1774958400.0, 'created_time': 1774565546.581144, 'last_price_update_time': 1774867985.252954}
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985467') HTTP/1.1" 204 0
2026-03-30 10:53:05 [ayvens.be] INFO: Found listing with ID: 1985468
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985468%27 HTTP/1.1" 200 None
2026-03-30 10:53:05 [ayvens.be] INFO: Scrape type for 1985468: 2
2026-03-30 10:53:05 [ayvens.be] INFO: Extracting data for car ID: 1985468
2026-03-30 10:53:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69645680-dd88-54d6-bb22-6e98fa48909c with identifier: 1985468
2026-03-30 10:53:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69645680-dd88-54d6-bb22-6e98fa48909c with scrape type 2
2026-03-30 10:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69645680-dd88-54d6-bb22-6e98fa48909c with scrape type 2
2026-03-30 10:53:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 69645680-dd88-54d6-bb22-6e98fa48909c, identifier: 1985468
2026-03-30 10:53:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 69645680-dd88-54d6-bb22-6e98fa48909c with identifier: 1985468
2026-03-30 10:53:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 69645680-dd88-54d6-bb22-6e98fa48909c with identifier: 1985468
2026-03-30 10:53:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 69645680-dd88-54d6-bb22-6e98fa48909c with identifier: 1985468 to the API
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:05 [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': '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': 0,
'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-30 10:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985468%27 HTTP/1.1" 200 None
2026-03-30 10:53:05 [ayvens.be] INFO: Saving data for 1985468: {'auction_closing_time': 1774958400.0, 'created_time': 1774565548.411986, 'last_price_update_time': 1774867985.654651}
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985468') HTTP/1.1" 204 0
2026-03-30 10:53:05 [ayvens.be] INFO: Found listing with ID: 1985469
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985469%27 HTTP/1.1" 200 None
2026-03-30 10:53:05 [ayvens.be] INFO: Scrape type for 1985469: 2
2026-03-30 10:53:05 [ayvens.be] INFO: Extracting data for car ID: 1985469
2026-03-30 10:53:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with identifier: 1985469
2026-03-30 10:53:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with scrape type 2
2026-03-30 10:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with scrape type 2
2026-03-30 10:53:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19, identifier: 1985469
2026-03-30 10:53:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with identifier: 1985469
2026-03-30 10:53:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with identifier: 1985469
2026-03-30 10:53:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8580ac67-a34c-5f62-8fe2-1d5c6cfeef19 with identifier: 1985469 to the API
2026-03-30 10:53:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:06 [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': 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': 0,
'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-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985469%27 HTTP/1.1" 200 None
2026-03-30 10:53:06 [ayvens.be] INFO: Saving data for 1985469: {'auction_closing_time': 1774958400.0, 'created_time': 1774565550.267904, 'last_price_update_time': 1774867986.063389}
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985469') HTTP/1.1" 204 0
2026-03-30 10:53:06 [ayvens.be] INFO: Found listing with ID: 1985470
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985470%27 HTTP/1.1" 200 None
2026-03-30 10:53:06 [ayvens.be] INFO: Scrape type for 1985470: 2
2026-03-30 10:53:06 [ayvens.be] INFO: Extracting data for car ID: 1985470
2026-03-30 10:53:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b18b9c8-f038-5154-8774-01efdde72620 with identifier: 1985470
2026-03-30 10:53:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b18b9c8-f038-5154-8774-01efdde72620 with scrape type 2
2026-03-30 10:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b18b9c8-f038-5154-8774-01efdde72620 with scrape type 2
2026-03-30 10:53:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2b18b9c8-f038-5154-8774-01efdde72620, identifier: 1985470
2026-03-30 10:53:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2b18b9c8-f038-5154-8774-01efdde72620 with identifier: 1985470
2026-03-30 10:53:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2b18b9c8-f038-5154-8774-01efdde72620 with identifier: 1985470
2026-03-30 10:53:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2b18b9c8-f038-5154-8774-01efdde72620 with identifier: 1985470 to the API
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:06 [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': 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': 0,
'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-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985470%27 HTTP/1.1" 200 None
2026-03-30 10:53:06 [ayvens.be] INFO: Saving data for 1985470: {'auction_closing_time': 1774958400.0, 'created_time': 1774565551.692874, 'last_price_update_time': 1774867986.477156}
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985470') HTTP/1.1" 204 0
2026-03-30 10:53:06 [ayvens.be] INFO: Found listing with ID: 1985471
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985471%27 HTTP/1.1" 200 None
2026-03-30 10:53:06 [ayvens.be] INFO: Scrape type for 1985471: 2
2026-03-30 10:53:06 [ayvens.be] INFO: Extracting data for car ID: 1985471
2026-03-30 10:53:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91c64d60-2a63-590b-be74-1f96dd9673c1 with identifier: 1985471
2026-03-30 10:53:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91c64d60-2a63-590b-be74-1f96dd9673c1 with scrape type 2
2026-03-30 10:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91c64d60-2a63-590b-be74-1f96dd9673c1 with scrape type 2
2026-03-30 10:53:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 91c64d60-2a63-590b-be74-1f96dd9673c1, identifier: 1985471
2026-03-30 10:53:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 91c64d60-2a63-590b-be74-1f96dd9673c1 with identifier: 1985471
2026-03-30 10:53:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 91c64d60-2a63-590b-be74-1f96dd9673c1 with identifier: 1985471
2026-03-30 10:53:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 91c64d60-2a63-590b-be74-1f96dd9673c1 with identifier: 1985471 to the API
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:06 [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': 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': 0,
'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-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985471%27 HTTP/1.1" 200 None
2026-03-30 10:53:06 [ayvens.be] INFO: Saving data for 1985471: {'auction_closing_time': 1774958400.0, 'created_time': 1774565553.566298, 'last_price_update_time': 1774867986.889431}
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985471') HTTP/1.1" 204 0
2026-03-30 10:53:06 [ayvens.be] INFO: Found listing with ID: 1985472
2026-03-30 10:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985472%27 HTTP/1.1" 200 None
2026-03-30 10:53:06 [ayvens.be] INFO: Scrape type for 1985472: 2
2026-03-30 10:53:06 [ayvens.be] INFO: Extracting data for car ID: 1985472
2026-03-30 10:53:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a224006a-ecb1-5777-9c36-19cb2bd63777 with identifier: 1985472
2026-03-30 10:53:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a224006a-ecb1-5777-9c36-19cb2bd63777 with scrape type 2
2026-03-30 10:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a224006a-ecb1-5777-9c36-19cb2bd63777 with scrape type 2
2026-03-30 10:53:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a224006a-ecb1-5777-9c36-19cb2bd63777, identifier: 1985472
2026-03-30 10:53:07 [scrapy.extensions.logstats] INFO: Crawled 7 pages (at 1 pages/min), scraped 507 items (at 126 items/min)
2026-03-30 10:53:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 168MiB
2026-03-30 10:53:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a224006a-ecb1-5777-9c36-19cb2bd63777 with identifier: 1985472
2026-03-30 10:53:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a224006a-ecb1-5777-9c36-19cb2bd63777 with identifier: 1985472
2026-03-30 10:53:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a224006a-ecb1-5777-9c36-19cb2bd63777 with identifier: 1985472 to the API
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:07 [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': 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': 0,
'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-30 10:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985472%27 HTTP/1.1" 200 None
2026-03-30 10:53:07 [ayvens.be] INFO: Saving data for 1985472: {'auction_closing_time': 1774958400.0, 'created_time': 1774565554.968583, 'last_price_update_time': 1774867987.357016}
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985472') HTTP/1.1" 204 0
2026-03-30 10:53:07 [ayvens.be] INFO: Found listing with ID: 1985473
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985473%27 HTTP/1.1" 200 None
2026-03-30 10:53:07 [ayvens.be] INFO: Scrape type for 1985473: 2
2026-03-30 10:53:07 [ayvens.be] INFO: Extracting data for car ID: 1985473
2026-03-30 10:53:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with identifier: 1985473
2026-03-30 10:53:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with scrape type 2
2026-03-30 10:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with scrape type 2
2026-03-30 10:53:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b8a785fe-b5d0-56fa-83f9-4fab89d7a362, identifier: 1985473
2026-03-30 10:53:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with identifier: 1985473
2026-03-30 10:53:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with identifier: 1985473
2026-03-30 10:53:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b8a785fe-b5d0-56fa-83f9-4fab89d7a362 with identifier: 1985473 to the API
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:07 [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': 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': 0,
'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-30 10:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985473%27 HTTP/1.1" 200 None
2026-03-30 10:53:07 [ayvens.be] INFO: Saving data for 1985473: {'auction_closing_time': 1774958400.0, 'created_time': 1774565560.845004, 'last_price_update_time': 1774867987.846173}
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985473') HTTP/1.1" 204 0
2026-03-30 10:53:07 [ayvens.be] INFO: Found listing with ID: 1985474
2026-03-30 10:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985474%27 HTTP/1.1" 200 None
2026-03-30 10:53:07 [ayvens.be] INFO: Scrape type for 1985474: 2
2026-03-30 10:53:07 [ayvens.be] INFO: Extracting data for car ID: 1985474
2026-03-30 10:53:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cda1ee7-067d-5b55-a37f-ab40174ad128 with identifier: 1985474
2026-03-30 10:53:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cda1ee7-067d-5b55-a37f-ab40174ad128 with scrape type 2
2026-03-30 10:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cda1ee7-067d-5b55-a37f-ab40174ad128 with scrape type 2
2026-03-30 10:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4cda1ee7-067d-5b55-a37f-ab40174ad128, identifier: 1985474
2026-03-30 10:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4cda1ee7-067d-5b55-a37f-ab40174ad128 with identifier: 1985474
2026-03-30 10:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4cda1ee7-067d-5b55-a37f-ab40174ad128 with identifier: 1985474
2026-03-30 10:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4cda1ee7-067d-5b55-a37f-ab40174ad128 with identifier: 1985474 to the API
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:08 [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': 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': 0,
'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-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:08 [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-30 10:53:08 [ayvens.be] INFO: Saving data for 1985474: {'auction_closing_time': 1774958400.0, 'created_time': 1774565557.772481, 'last_price_update_time': 1774867988.316425}
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985474') HTTP/1.1" 204 0
2026-03-30 10:53:08 [ayvens.be] INFO: Found listing with ID: 1985475
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:08 [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-30 10:53:08 [ayvens.be] INFO: Scrape type for 1985475: 2
2026-03-30 10:53:08 [ayvens.be] INFO: Extracting data for car ID: 1985475
2026-03-30 10:53:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac3f7c41-dc83-5791-8842-4fd94dd6637f with identifier: 1985475
2026-03-30 10:53:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac3f7c41-dc83-5791-8842-4fd94dd6637f with scrape type 2
2026-03-30 10:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac3f7c41-dc83-5791-8842-4fd94dd6637f with scrape type 2
2026-03-30 10:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ac3f7c41-dc83-5791-8842-4fd94dd6637f, identifier: 1985475
2026-03-30 10:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ac3f7c41-dc83-5791-8842-4fd94dd6637f with identifier: 1985475
2026-03-30 10:53:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ac3f7c41-dc83-5791-8842-4fd94dd6637f with identifier: 1985475
2026-03-30 10:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ac3f7c41-dc83-5791-8842-4fd94dd6637f with identifier: 1985475 to the API
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:08 [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-30 10:53:08 [ayvens.be] INFO: Saving data for 1985475: {'auction_closing_time': 1774958400.0, 'created_time': 1774565559.062894, 'last_price_update_time': 1774867988.752806}
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985475') HTTP/1.1" 204 0
2026-03-30 10:53:08 [ayvens.be] INFO: Found listing with ID: 1985476
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:08 [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-30 10:53:08 [ayvens.be] INFO: Scrape type for 1985476: 2
2026-03-30 10:53:08 [ayvens.be] INFO: Extracting data for car ID: 1985476
2026-03-30 10:53:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 923415d3-d6d4-571e-8e07-9b822810782d with identifier: 1985476
2026-03-30 10:53:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 923415d3-d6d4-571e-8e07-9b822810782d with scrape type 2
2026-03-30 10:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 923415d3-d6d4-571e-8e07-9b822810782d with scrape type 2
2026-03-30 10:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 923415d3-d6d4-571e-8e07-9b822810782d, identifier: 1985476
2026-03-30 10:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 923415d3-d6d4-571e-8e07-9b822810782d with identifier: 1985476
2026-03-30 10:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 923415d3-d6d4-571e-8e07-9b822810782d with identifier: 1985476
2026-03-30 10:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 923415d3-d6d4-571e-8e07-9b822810782d with identifier: 1985476 to the API
2026-03-30 10:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985476%27 HTTP/1.1" 200 None
2026-03-30 10:53:09 [ayvens.be] INFO: Saving data for 1985476: {'auction_closing_time': 1774958400.0, 'created_time': 1774565560.346578, 'last_price_update_time': 1774867989.247534}
2026-03-30 10:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985476') HTTP/1.1" 204 0
2026-03-30 10:53:09 [ayvens.be] INFO: Found listing with ID: 1985477
2026-03-30 10:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985477%27 HTTP/1.1" 200 None
2026-03-30 10:53:09 [ayvens.be] INFO: Scrape type for 1985477: 2
2026-03-30 10:53:09 [ayvens.be] INFO: Extracting data for car ID: 1985477
2026-03-30 10:53:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with identifier: 1985477
2026-03-30 10:53:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with scrape type 2
2026-03-30 10:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with scrape type 2
2026-03-30 10:53:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a2e04f41-d376-5af6-88b1-4d1b9319a3f0, identifier: 1985477
2026-03-30 10:53:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with identifier: 1985477
2026-03-30 10:53:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with identifier: 1985477
2026-03-30 10:53:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a2e04f41-d376-5af6-88b1-4d1b9319a3f0 with identifier: 1985477 to the API
2026-03-30 10:53:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:09 [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': 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': 0,
'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-30 10:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985477%27 HTTP/1.1" 200 None
2026-03-30 10:53:09 [ayvens.be] INFO: Saving data for 1985477: {'auction_closing_time': 1774958400.0, 'created_time': 1774565563.543636, 'last_price_update_time': 1774867989.664233}
2026-03-30 10:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985477') HTTP/1.1" 204 0
2026-03-30 10:53:09 [ayvens.be] INFO: Found listing with ID: 1985478
2026-03-30 10:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985478%27 HTTP/1.1" 200 None
2026-03-30 10:53:09 [ayvens.be] INFO: Scrape type for 1985478: 2
2026-03-30 10:53:09 [ayvens.be] INFO: Extracting data for car ID: 1985478
2026-03-30 10:53:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e48b0d-73c6-561d-946b-a94fc8b7222f with identifier: 1985478
2026-03-30 10:53:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e48b0d-73c6-561d-946b-a94fc8b7222f with scrape type 2
2026-03-30 10:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70e48b0d-73c6-561d-946b-a94fc8b7222f with scrape type 2
2026-03-30 10:53:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 70e48b0d-73c6-561d-946b-a94fc8b7222f, identifier: 1985478
2026-03-30 10:53:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 70e48b0d-73c6-561d-946b-a94fc8b7222f with identifier: 1985478
2026-03-30 10:53:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 70e48b0d-73c6-561d-946b-a94fc8b7222f with identifier: 1985478
2026-03-30 10:53:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 70e48b0d-73c6-561d-946b-a94fc8b7222f with identifier: 1985478 to the API
2026-03-30 10:53:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:10 [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': 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': 0,
'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-30 10:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985478%27 HTTP/1.1" 200 None
2026-03-30 10:53:10 [ayvens.be] INFO: Saving data for 1985478: {'auction_closing_time': 1774958400.0, 'created_time': 1774565564.484065, 'last_price_update_time': 1774867990.181852}
2026-03-30 10:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985478') HTTP/1.1" 204 0
2026-03-30 10:53:10 [ayvens.be] INFO: Found listing with ID: 1985479
2026-03-30 10:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985479%27 HTTP/1.1" 200 None
2026-03-30 10:53:10 [ayvens.be] INFO: Scrape type for 1985479: 2
2026-03-30 10:53:10 [ayvens.be] INFO: Extracting data for car ID: 1985479
2026-03-30 10:53:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with identifier: 1985479
2026-03-30 10:53:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with scrape type 2
2026-03-30 10:53:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with scrape type 2
2026-03-30 10:53:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877, identifier: 1985479
2026-03-30 10:53:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with identifier: 1985479
2026-03-30 10:53:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with identifier: 1985479
2026-03-30 10:53:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e1ff5f81-8d7f-5e22-b9cb-10ba9b5a2877 with identifier: 1985479 to the API
2026-03-30 10:53:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:10 [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': 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': 0,
'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-30 10:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985479%27 HTTP/1.1" 200 None
2026-03-30 10:53:10 [ayvens.be] INFO: Saving data for 1985479: {'auction_closing_time': 1774958400.0, 'created_time': 1774565566.033916, 'last_price_update_time': 1774867990.661563}
2026-03-30 10:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985479') HTTP/1.1" 204 0
2026-03-30 10:53:10 [ayvens.be] INFO: Found listing with ID: 1985480
2026-03-30 10:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985480%27 HTTP/1.1" 200 None
2026-03-30 10:53:10 [ayvens.be] INFO: Scrape type for 1985480: 2
2026-03-30 10:53:10 [ayvens.be] INFO: Extracting data for car ID: 1985480
2026-03-30 10:53:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fbcad31-cd3d-5d96-a553-22221415efe3 with identifier: 1985480
2026-03-30 10:53:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fbcad31-cd3d-5d96-a553-22221415efe3 with scrape type 2
2026-03-30 10:53:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fbcad31-cd3d-5d96-a553-22221415efe3 with scrape type 2
2026-03-30 10:53:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6fbcad31-cd3d-5d96-a553-22221415efe3, identifier: 1985480
2026-03-30 10:53:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6fbcad31-cd3d-5d96-a553-22221415efe3 with identifier: 1985480
2026-03-30 10:53:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6fbcad31-cd3d-5d96-a553-22221415efe3 with identifier: 1985480
2026-03-30 10:53:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6fbcad31-cd3d-5d96-a553-22221415efe3 with identifier: 1985480 to the API
2026-03-30 10:53:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:11 [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': 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': 0,
'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-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985480%27 HTTP/1.1" 200 None
2026-03-30 10:53:11 [ayvens.be] INFO: Saving data for 1985480: {'auction_closing_time': 1774958400.0, 'created_time': 1774565567.878744, 'last_price_update_time': 1774867991.085606}
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985480') HTTP/1.1" 204 0
2026-03-30 10:53:11 [ayvens.be] INFO: Found listing with ID: 1985481
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985481%27 HTTP/1.1" 200 None
2026-03-30 10:53:11 [ayvens.be] INFO: Scrape type for 1985481: 2
2026-03-30 10:53:11 [ayvens.be] INFO: Extracting data for car ID: 1985481
2026-03-30 10:53:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09858042-af1c-5045-843b-0c8ae2be13f9 with identifier: 1985481
2026-03-30 10:53:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09858042-af1c-5045-843b-0c8ae2be13f9 with scrape type 2
2026-03-30 10:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09858042-af1c-5045-843b-0c8ae2be13f9 with scrape type 2
2026-03-30 10:53:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 09858042-af1c-5045-843b-0c8ae2be13f9, identifier: 1985481
2026-03-30 10:53:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 09858042-af1c-5045-843b-0c8ae2be13f9 with identifier: 1985481
2026-03-30 10:53:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 09858042-af1c-5045-843b-0c8ae2be13f9 with identifier: 1985481
2026-03-30 10:53:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 09858042-af1c-5045-843b-0c8ae2be13f9 with identifier: 1985481 to the API
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:11 [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-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': 0,
'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-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985481%27 HTTP/1.1" 200 None
2026-03-30 10:53:11 [ayvens.be] INFO: Saving data for 1985481: {'auction_closing_time': 1774958400.0, 'created_time': 1774565569.450281, 'last_price_update_time': 1774867991.558201}
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985481') HTTP/1.1" 204 0
2026-03-30 10:53:11 [ayvens.be] INFO: Found listing with ID: 1985482
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985482%27 HTTP/1.1" 200 None
2026-03-30 10:53:11 [ayvens.be] INFO: Scrape type for 1985482: 2
2026-03-30 10:53:11 [ayvens.be] INFO: Extracting data for car ID: 1985482
2026-03-30 10:53:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with identifier: 1985482
2026-03-30 10:53:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with scrape type 2
2026-03-30 10:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with scrape type 2
2026-03-30 10:53:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0dfdf38a-a3e5-5784-828a-f0c31612ee66, identifier: 1985482
2026-03-30 10:53:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with identifier: 1985482
2026-03-30 10:53:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with identifier: 1985482
2026-03-30 10:53:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0dfdf38a-a3e5-5784-828a-f0c31612ee66 with identifier: 1985482 to the API
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:11 [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': 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': 0,
'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-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985482%27 HTTP/1.1" 200 None
2026-03-30 10:53:11 [ayvens.be] INFO: Saving data for 1985482: {'auction_closing_time': 1774958400.0, 'created_time': 1774565571.1105, 'last_price_update_time': 1774867991.950548}
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985482') HTTP/1.1" 204 0
2026-03-30 10:53:11 [ayvens.be] INFO: Found listing with ID: 1985483
2026-03-30 10:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985483%27 HTTP/1.1" 200 None
2026-03-30 10:53:11 [ayvens.be] INFO: Scrape type for 1985483: 2
2026-03-30 10:53:11 [ayvens.be] INFO: Extracting data for car ID: 1985483
2026-03-30 10:53:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84ff5c32-098b-5760-9181-7ea2e0123afc with identifier: 1985483
2026-03-30 10:53:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84ff5c32-098b-5760-9181-7ea2e0123afc with scrape type 2
2026-03-30 10:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84ff5c32-098b-5760-9181-7ea2e0123afc with scrape type 2
2026-03-30 10:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 84ff5c32-098b-5760-9181-7ea2e0123afc, identifier: 1985483
2026-03-30 10:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 84ff5c32-098b-5760-9181-7ea2e0123afc with identifier: 1985483
2026-03-30 10:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 84ff5c32-098b-5760-9181-7ea2e0123afc with identifier: 1985483
2026-03-30 10:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 84ff5c32-098b-5760-9181-7ea2e0123afc with identifier: 1985483 to the API
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:12 [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': 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': 0,
'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-30 10:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:12 [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-30 10:53:12 [ayvens.be] INFO: Saving data for 1985483: {'auction_closing_time': 1774958400.0, 'created_time': 1774565573.333968, 'last_price_update_time': 1774867992.367277}
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985483') HTTP/1.1" 204 0
2026-03-30 10:53:12 [ayvens.be] INFO: Found listing with ID: 1985484
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:12 [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-30 10:53:12 [ayvens.be] INFO: Scrape type for 1985484: 2
2026-03-30 10:53:12 [ayvens.be] INFO: Extracting data for car ID: 1985484
2026-03-30 10:53:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with identifier: 1985484
2026-03-30 10:53:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with scrape type 2
2026-03-30 10:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with scrape type 2
2026-03-30 10:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7, identifier: 1985484
2026-03-30 10:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with identifier: 1985484
2026-03-30 10:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with identifier: 1985484
2026-03-30 10:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8e32f3c2-1201-53f9-a2fc-ea44d56970a7 with identifier: 1985484 to the API
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:12 [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': 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': 0,
'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-30 10:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:12 [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-30 10:53:12 [ayvens.be] INFO: Saving data for 1985484: {'auction_closing_time': 1774958400.0, 'created_time': 1774565574.142203, 'last_price_update_time': 1774867992.740603}
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985484') HTTP/1.1" 204 0
2026-03-30 10:53:12 [ayvens.be] INFO: Found listing with ID: 1985485
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:12 [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-30 10:53:12 [ayvens.be] INFO: Scrape type for 1985485: 2
2026-03-30 10:53:12 [ayvens.be] INFO: Extracting data for car ID: 1985485
2026-03-30 10:53:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4861b22-3a31-5b05-984b-5666753bb4c0 with identifier: 1985485
2026-03-30 10:53:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4861b22-3a31-5b05-984b-5666753bb4c0 with scrape type 2
2026-03-30 10:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4861b22-3a31-5b05-984b-5666753bb4c0 with scrape type 2
2026-03-30 10:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b4861b22-3a31-5b05-984b-5666753bb4c0, identifier: 1985485
2026-03-30 10:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b4861b22-3a31-5b05-984b-5666753bb4c0 with identifier: 1985485
2026-03-30 10:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b4861b22-3a31-5b05-984b-5666753bb4c0 with identifier: 1985485
2026-03-30 10:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b4861b22-3a31-5b05-984b-5666753bb4c0 with identifier: 1985485 to the API
2026-03-30 10:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:13 [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': 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': 0,
'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-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985485%27 HTTP/1.1" 200 None
2026-03-30 10:53:13 [ayvens.be] INFO: Saving data for 1985485: {'auction_closing_time': 1774958400.0, 'created_time': 1774565575.659829, 'last_price_update_time': 1774867993.146283}
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985485') HTTP/1.1" 204 0
2026-03-30 10:53:13 [ayvens.be] INFO: Found listing with ID: 1985486
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985486%27 HTTP/1.1" 200 None
2026-03-30 10:53:13 [ayvens.be] INFO: Scrape type for 1985486: 2
2026-03-30 10:53:13 [ayvens.be] INFO: Extracting data for car ID: 1985486
2026-03-30 10:53:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd00884-726f-5fb7-acaa-5d76390baede with identifier: 1985486
2026-03-30 10:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd00884-726f-5fb7-acaa-5d76390baede with scrape type 2
2026-03-30 10:53:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cd00884-726f-5fb7-acaa-5d76390baede with scrape type 2
2026-03-30 10:53:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6cd00884-726f-5fb7-acaa-5d76390baede, identifier: 1985486
2026-03-30 10:53:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6cd00884-726f-5fb7-acaa-5d76390baede with identifier: 1985486
2026-03-30 10:53:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6cd00884-726f-5fb7-acaa-5d76390baede with identifier: 1985486
2026-03-30 10:53:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6cd00884-726f-5fb7-acaa-5d76390baede with identifier: 1985486 to the API
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 0,
'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-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985486%27 HTTP/1.1" 200 None
2026-03-30 10:53:13 [ayvens.be] INFO: Saving data for 1985486: {'auction_closing_time': 1774958400.0, 'created_time': 1774565577.055165, 'last_price_update_time': 1774867993.568607}
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985486') HTTP/1.1" 204 0
2026-03-30 10:53:13 [ayvens.be] INFO: Found listing with ID: 1985487
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985487%27 HTTP/1.1" 200 None
2026-03-30 10:53:13 [ayvens.be] INFO: Scrape type for 1985487: 2
2026-03-30 10:53:13 [ayvens.be] INFO: Extracting data for car ID: 1985487
2026-03-30 10:53:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58b59445-e654-592a-ad8a-689c6e0c1bad with identifier: 1985487
2026-03-30 10:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58b59445-e654-592a-ad8a-689c6e0c1bad with scrape type 2
2026-03-30 10:53:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58b59445-e654-592a-ad8a-689c6e0c1bad with scrape type 2
2026-03-30 10:53:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 58b59445-e654-592a-ad8a-689c6e0c1bad, identifier: 1985487
2026-03-30 10:53:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 58b59445-e654-592a-ad8a-689c6e0c1bad with identifier: 1985487
2026-03-30 10:53:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 58b59445-e654-592a-ad8a-689c6e0c1bad with identifier: 1985487
2026-03-30 10:53:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 58b59445-e654-592a-ad8a-689c6e0c1bad with identifier: 1985487 to the API
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:13 [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': 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': 0,
'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-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985487%27 HTTP/1.1" 200 None
2026-03-30 10:53:13 [ayvens.be] INFO: Saving data for 1985487: {'auction_closing_time': 1774958400.0, 'created_time': 1774565579.613135, 'last_price_update_time': 1774867993.959385}
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985487') HTTP/1.1" 204 0
2026-03-30 10:53:13 [ayvens.be] INFO: Found listing with ID: 1985488
2026-03-30 10:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985488%27 HTTP/1.1" 200 None
2026-03-30 10:53:14 [ayvens.be] INFO: Scrape type for 1985488: 2
2026-03-30 10:53:14 [ayvens.be] INFO: Extracting data for car ID: 1985488
2026-03-30 10:53:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with identifier: 1985488
2026-03-30 10:53:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with scrape type 2
2026-03-30 10:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with scrape type 2
2026-03-30 10:53:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924, identifier: 1985488
2026-03-30 10:53:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with identifier: 1985488
2026-03-30 10:53:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with identifier: 1985488
2026-03-30 10:53:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1c9b0a89-eb14-5060-bb05-ef2d70ce6924 with identifier: 1985488 to the API
2026-03-30 10:53:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:14 [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': 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': 0,
'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-30 10:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985488%27 HTTP/1.1" 200 None
2026-03-30 10:53:14 [ayvens.be] INFO: Saving data for 1985488: {'auction_closing_time': 1774958400.0, 'created_time': 1774565580.722873, 'last_price_update_time': 1774867994.389986}
2026-03-30 10:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985488') HTTP/1.1" 204 0
2026-03-30 10:53:14 [ayvens.be] INFO: Found listing with ID: 1985489
2026-03-30 10:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985489%27 HTTP/1.1" 200 None
2026-03-30 10:53:14 [ayvens.be] INFO: Scrape type for 1985489: 2
2026-03-30 10:53:14 [ayvens.be] INFO: Extracting data for car ID: 1985489
2026-03-30 10:53:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 651317bf-da71-5928-93a9-8df683ca4d4f with identifier: 1985489
2026-03-30 10:53:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 651317bf-da71-5928-93a9-8df683ca4d4f with scrape type 2
2026-03-30 10:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 651317bf-da71-5928-93a9-8df683ca4d4f with scrape type 2
2026-03-30 10:53:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 651317bf-da71-5928-93a9-8df683ca4d4f, identifier: 1985489
2026-03-30 10:53:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 651317bf-da71-5928-93a9-8df683ca4d4f with identifier: 1985489
2026-03-30 10:53:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 651317bf-da71-5928-93a9-8df683ca4d4f with identifier: 1985489
2026-03-30 10:53:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 651317bf-da71-5928-93a9-8df683ca4d4f with identifier: 1985489 to the API
2026-03-30 10:53:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:15 [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': 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': 0,
'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-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985489%27 HTTP/1.1" 200 None
2026-03-30 10:53:15 [ayvens.be] INFO: Saving data for 1985489: {'auction_closing_time': 1774958400.0, 'created_time': 1774565582.455503, 'last_price_update_time': 1774867995.151923}
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985489') HTTP/1.1" 204 0
2026-03-30 10:53:15 [ayvens.be] INFO: Found listing with ID: 1985490
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985490%27 HTTP/1.1" 200 None
2026-03-30 10:53:15 [ayvens.be] INFO: Scrape type for 1985490: 2
2026-03-30 10:53:15 [ayvens.be] INFO: Extracting data for car ID: 1985490
2026-03-30 10:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1985490
2026-03-30 10:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a211d9-f255-57a9-bd89-c1a1a699cf54 with scrape type 2
2026-03-30 10:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a211d9-f255-57a9-bd89-c1a1a699cf54 with scrape type 2
2026-03-30 10:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b5a211d9-f255-57a9-bd89-c1a1a699cf54, identifier: 1985490
2026-03-30 10:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1985490
2026-03-30 10:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1985490
2026-03-30 10:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1985490 to the API
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:15 [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': 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': 0,
'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-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985490%27 HTTP/1.1" 200 None
2026-03-30 10:53:15 [ayvens.be] INFO: Saving data for 1985490: {'auction_closing_time': 1774958400.0, 'created_time': 1774565583.960699, 'last_price_update_time': 1774867995.5373}
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985490') HTTP/1.1" 204 0
2026-03-30 10:53:15 [ayvens.be] INFO: Found listing with ID: 1985491
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985491%27 HTTP/1.1" 200 None
2026-03-30 10:53:15 [ayvens.be] INFO: Scrape type for 1985491: 2
2026-03-30 10:53:15 [ayvens.be] INFO: Extracting data for car ID: 1985491
2026-03-30 10:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1985491
2026-03-30 10:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81b859eb-2d0f-5da7-8500-172f1eebee15 with scrape type 2
2026-03-30 10:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81b859eb-2d0f-5da7-8500-172f1eebee15 with scrape type 2
2026-03-30 10:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 81b859eb-2d0f-5da7-8500-172f1eebee15, identifier: 1985491
2026-03-30 10:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1985491
2026-03-30 10:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1985491
2026-03-30 10:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1985491 to the API
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:15 [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-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': 0,
'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-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985491%27 HTTP/1.1" 200 None
2026-03-30 10:53:15 [ayvens.be] INFO: Saving data for 1985491: {'auction_closing_time': 1774958400.0, 'created_time': 1774565585.521764, 'last_price_update_time': 1774867995.945598}
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985491') HTTP/1.1" 204 0
2026-03-30 10:53:15 [ayvens.be] INFO: Found listing with ID: 1985492
2026-03-30 10:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985492%27 HTTP/1.1" 200 None
2026-03-30 10:53:15 [ayvens.be] INFO: Scrape type for 1985492: 2
2026-03-30 10:53:15 [ayvens.be] INFO: Extracting data for car ID: 1985492
2026-03-30 10:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1985492
2026-03-30 10:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with scrape type 2
2026-03-30 10:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with scrape type 2
2026-03-30 10:53:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2, identifier: 1985492
2026-03-30 10:53:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1985492
2026-03-30 10:53:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1985492
2026-03-30 10:53:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1985492 to the API
2026-03-30 10:53:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:16 [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': 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': 0,
'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-30 10:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985492%27 HTTP/1.1" 200 None
2026-03-30 10:53:16 [ayvens.be] INFO: Saving data for 1985492: {'auction_closing_time': 1774958400.0, 'created_time': 1774565587.086083, 'last_price_update_time': 1774867996.40157}
2026-03-30 10:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985492') HTTP/1.1" 204 0
2026-03-30 10:53:16 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 600
2026-03-30 10:53:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:53:18 [ayvens.be] INFO: Found listing with ID: 1985493
2026-03-30 10:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985493%27 HTTP/1.1" 200 None
2026-03-30 10:53:18 [ayvens.be] INFO: Scrape type for 1985493: 2
2026-03-30 10:53:18 [ayvens.be] INFO: Extracting data for car ID: 1985493
2026-03-30 10:53:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1985493
2026-03-30 10:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with scrape type 2
2026-03-30 10:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with scrape type 2
2026-03-30 10:53:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 896ab42b-530f-5fb1-81d6-cb9f62e346c9, identifier: 1985493
2026-03-30 10:53:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1985493
2026-03-30 10:53:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1985493
2026-03-30 10:53:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1985493 to the API
2026-03-30 10:53:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:19 [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': 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': 0,
'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-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985493%27 HTTP/1.1" 200 None
2026-03-30 10:53:19 [ayvens.be] INFO: Saving data for 1985493: {'auction_closing_time': 1774958400.0, 'created_time': 1774565589.513627, 'last_price_update_time': 1774867999.086927}
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985493') HTTP/1.1" 204 0
2026-03-30 10:53:19 [ayvens.be] INFO: Found listing with ID: 1985494
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985494%27 HTTP/1.1" 200 None
2026-03-30 10:53:19 [ayvens.be] INFO: Scrape type for 1985494: 2
2026-03-30 10:53:19 [ayvens.be] INFO: Extracting data for car ID: 1985494
2026-03-30 10:53:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1985494
2026-03-30 10:53:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with scrape type 2
2026-03-30 10:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with scrape type 2
2026-03-30 10:53:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8b6076ab-d217-582e-9c06-1ea0acaa8d72, identifier: 1985494
2026-03-30 10:53:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1985494
2026-03-30 10:53:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1985494
2026-03-30 10:53:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1985494 to the API
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:19 [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': 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': 0,
'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-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985494%27 HTTP/1.1" 200 None
2026-03-30 10:53:19 [ayvens.be] INFO: Saving data for 1985494: {'auction_closing_time': 1774958400.0, 'created_time': 1774565590.201762, 'last_price_update_time': 1774867999.526666}
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985494') HTTP/1.1" 204 0
2026-03-30 10:53:19 [ayvens.be] INFO: Found listing with ID: 1985495
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985495%27 HTTP/1.1" 200 None
2026-03-30 10:53:19 [ayvens.be] INFO: Scrape type for 1985495: 2
2026-03-30 10:53:19 [ayvens.be] INFO: Extracting data for car ID: 1985495
2026-03-30 10:53:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1985495
2026-03-30 10:53:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5829e4bb-924d-5088-83d1-8a694cecf4a5 with scrape type 2
2026-03-30 10:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5829e4bb-924d-5088-83d1-8a694cecf4a5 with scrape type 2
2026-03-30 10:53:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5829e4bb-924d-5088-83d1-8a694cecf4a5, identifier: 1985495
2026-03-30 10:53:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1985495
2026-03-30 10:53:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1985495
2026-03-30 10:53:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1985495 to the API
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:19 [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': 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': 0,
'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-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985495%27 HTTP/1.1" 200 None
2026-03-30 10:53:19 [ayvens.be] INFO: Saving data for 1985495: {'auction_closing_time': 1774958400.0, 'created_time': 1774565593.980251, 'last_price_update_time': 1774867999.913989}
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985495') HTTP/1.1" 204 0
2026-03-30 10:53:19 [ayvens.be] INFO: Found listing with ID: 1985496
2026-03-30 10:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985496%27 HTTP/1.1" 200 None
2026-03-30 10:53:19 [ayvens.be] INFO: Scrape type for 1985496: 2
2026-03-30 10:53:19 [ayvens.be] INFO: Extracting data for car ID: 1985496
2026-03-30 10:53:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1985496
2026-03-30 10:53:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659df532-3246-5145-9f5b-706fe40e5b8c with scrape type 2
2026-03-30 10:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 659df532-3246-5145-9f5b-706fe40e5b8c with scrape type 2
2026-03-30 10:53:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 659df532-3246-5145-9f5b-706fe40e5b8c, identifier: 1985496
2026-03-30 10:53:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1985496
2026-03-30 10:53:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1985496
2026-03-30 10:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1985496 to the API
2026-03-30 10:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:20 [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': 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': 0,
'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-30 10:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985496%27 HTTP/1.1" 200 None
2026-03-30 10:53:20 [ayvens.be] INFO: Saving data for 1985496: {'auction_closing_time': 1774958400.0, 'created_time': 1774565595.831996, 'last_price_update_time': 1774868000.340457}
2026-03-30 10:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985496') HTTP/1.1" 204 0
2026-03-30 10:53:20 [ayvens.be] INFO: Found listing with ID: 1985497
2026-03-30 10:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985497%27 HTTP/1.1" 200 None
2026-03-30 10:53:20 [ayvens.be] INFO: Scrape type for 1985497: 2
2026-03-30 10:53:20 [ayvens.be] INFO: Extracting data for car ID: 1985497
2026-03-30 10:53:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1985497
2026-03-30 10:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66468c6-078d-5c53-8af1-7343a1dee843 with scrape type 2
2026-03-30 10:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b66468c6-078d-5c53-8af1-7343a1dee843 with scrape type 2
2026-03-30 10:53:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b66468c6-078d-5c53-8af1-7343a1dee843, identifier: 1985497
2026-03-30 10:53:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1985497
2026-03-30 10:53:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1985497
2026-03-30 10:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1985497 to the API
2026-03-30 10:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:20 [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': 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': 0,
'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-30 10:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985497%27 HTTP/1.1" 200 None
2026-03-30 10:53:20 [ayvens.be] INFO: Saving data for 1985497: {'auction_closing_time': 1774958400.0, 'created_time': 1774565597.804246, 'last_price_update_time': 1774868000.890838}
2026-03-30 10:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985497') HTTP/1.1" 204 0
2026-03-30 10:53:20 [ayvens.be] INFO: Found listing with ID: 1985498
2026-03-30 10:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985498%27 HTTP/1.1" 200 None
2026-03-30 10:53:20 [ayvens.be] INFO: Scrape type for 1985498: 2
2026-03-30 10:53:20 [ayvens.be] INFO: Extracting data for car ID: 1985498
2026-03-30 10:53:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7551471-f08e-501d-a622-73728074b450 with identifier: 1985498
2026-03-30 10:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7551471-f08e-501d-a622-73728074b450 with scrape type 2
2026-03-30 10:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7551471-f08e-501d-a622-73728074b450 with scrape type 2
2026-03-30 10:53:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e7551471-f08e-501d-a622-73728074b450, identifier: 1985498
2026-03-30 10:53:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e7551471-f08e-501d-a622-73728074b450 with identifier: 1985498
2026-03-30 10:53:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e7551471-f08e-501d-a622-73728074b450 with identifier: 1985498
2026-03-30 10:53:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e7551471-f08e-501d-a622-73728074b450 with identifier: 1985498 to the API
2026-03-30 10:53:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:21 [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': 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': 0,
'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-30 10:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985498%27 HTTP/1.1" 200 None
2026-03-30 10:53:21 [ayvens.be] INFO: Saving data for 1985498: {'auction_closing_time': 1774958400.0, 'created_time': 1774565599.134627, 'last_price_update_time': 1774868001.29862}
2026-03-30 10:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985498') HTTP/1.1" 204 0
2026-03-30 10:53:21 [ayvens.be] INFO: Found listing with ID: 1985499
2026-03-30 10:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985499%27 HTTP/1.1" 200 None
2026-03-30 10:53:21 [ayvens.be] INFO: Scrape type for 1985499: 2
2026-03-30 10:53:21 [ayvens.be] INFO: Extracting data for car ID: 1985499
2026-03-30 10:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db6a9576-4990-54e1-bf3d-0584456e377f with identifier: 1985499
2026-03-30 10:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db6a9576-4990-54e1-bf3d-0584456e377f with scrape type 2
2026-03-30 10:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db6a9576-4990-54e1-bf3d-0584456e377f with scrape type 2
2026-03-30 10:53:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: db6a9576-4990-54e1-bf3d-0584456e377f, identifier: 1985499
2026-03-30 10:53:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: db6a9576-4990-54e1-bf3d-0584456e377f with identifier: 1985499
2026-03-30 10:53:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: db6a9576-4990-54e1-bf3d-0584456e377f with identifier: 1985499
2026-03-30 10:53:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: db6a9576-4990-54e1-bf3d-0584456e377f with identifier: 1985499 to the API
2026-03-30 10:53:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:21 [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': 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': 0,
'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-30 10:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985499%27 HTTP/1.1" 200 None
2026-03-30 10:53:21 [ayvens.be] INFO: Saving data for 1985499: {'auction_closing_time': 1774958400.0, 'created_time': 1774565600.570744, 'last_price_update_time': 1774868001.920956}
2026-03-30 10:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985499') HTTP/1.1" 204 0
2026-03-30 10:53:22 [ayvens.be] INFO: Found listing with ID: 1985500
2026-03-30 10:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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-30 10:53:22 [ayvens.be] INFO: Scrape type for 1985500: 2
2026-03-30 10:53:22 [ayvens.be] INFO: Extracting data for car ID: 1985500
2026-03-30 10:53:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82b27291-52b1-5bb8-8777-db035e76e519 with identifier: 1985500
2026-03-30 10:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b27291-52b1-5bb8-8777-db035e76e519 with scrape type 2
2026-03-30 10:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82b27291-52b1-5bb8-8777-db035e76e519 with scrape type 2
2026-03-30 10:53:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 82b27291-52b1-5bb8-8777-db035e76e519, identifier: 1985500
2026-03-30 10:53:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 82b27291-52b1-5bb8-8777-db035e76e519 with identifier: 1985500
2026-03-30 10: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-30 10: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-30 10:53:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:22 [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': 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': 0,
'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-30 10:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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-30 10:53:22 [ayvens.be] INFO: Saving data for 1985500: {'auction_closing_time': 1774958400.0, 'created_time': 1774565602.808407, 'last_price_update_time': 1774868002.62081}
2026-03-30 10:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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-30 10:53:22 [ayvens.be] INFO: Found listing with ID: 1985501
2026-03-30 10:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985501%27 HTTP/1.1" 200 None
2026-03-30 10:53:22 [ayvens.be] INFO: Scrape type for 1985501: 2
2026-03-30 10:53:22 [ayvens.be] INFO: Extracting data for car ID: 1985501
2026-03-30 10:53:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 798339c6-1db7-59a9-a77e-53ec4e304705 with identifier: 1985501
2026-03-30 10:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 798339c6-1db7-59a9-a77e-53ec4e304705 with scrape type 2
2026-03-30 10:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 798339c6-1db7-59a9-a77e-53ec4e304705 with scrape type 2
2026-03-30 10:53:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 798339c6-1db7-59a9-a77e-53ec4e304705, identifier: 1985501
2026-03-30 10:53:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 798339c6-1db7-59a9-a77e-53ec4e304705 with identifier: 1985501
2026-03-30 10:53:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 798339c6-1db7-59a9-a77e-53ec4e304705 with identifier: 1985501
2026-03-30 10: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-30 10:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:23 [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': 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': 0,
'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-30 10:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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-30 10:53:23 [ayvens.be] INFO: Saving data for 1985501: {'auction_closing_time': 1774958400.0, 'created_time': 1774565603.920755, 'last_price_update_time': 1774868003.185717}
2026-03-30 10:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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-30 10:53:23 [ayvens.be] INFO: Found listing with ID: 1985502
2026-03-30 10:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985502%27 HTTP/1.1" 200 None
2026-03-30 10:53:23 [ayvens.be] INFO: Scrape type for 1985502: 2
2026-03-30 10:53:23 [ayvens.be] INFO: Extracting data for car ID: 1985502
2026-03-30 10:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8056c5c7-d393-5672-9245-8472e244201c with identifier: 1985502
2026-03-30 10:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8056c5c7-d393-5672-9245-8472e244201c with scrape type 2
2026-03-30 10:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8056c5c7-d393-5672-9245-8472e244201c with scrape type 2
2026-03-30 10:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8056c5c7-d393-5672-9245-8472e244201c, identifier: 1985502
2026-03-30 10:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8056c5c7-d393-5672-9245-8472e244201c with identifier: 1985502
2026-03-30 10:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8056c5c7-d393-5672-9245-8472e244201c with identifier: 1985502
2026-03-30 10:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8056c5c7-d393-5672-9245-8472e244201c with identifier: 1985502 to the API
2026-03-30 10:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:23 [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': 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': 0,
'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-30 10:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985502%27 HTTP/1.1" 200 None
2026-03-30 10:53:23 [ayvens.be] INFO: Saving data for 1985502: {'auction_closing_time': 1774958400.0, 'created_time': 1774565605.310044, 'last_price_update_time': 1774868003.628415}
2026-03-30 10:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985502') HTTP/1.1" 204 0
2026-03-30 10:53:23 [ayvens.be] INFO: Found listing with ID: 1985503
2026-03-30 10:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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-30 10:53:23 [ayvens.be] INFO: Scrape type for 1985503: 2
2026-03-30 10:53:23 [ayvens.be] INFO: Extracting data for car ID: 1985503
2026-03-30 10:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with identifier: 1985503
2026-03-30 10:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with scrape type 2
2026-03-30 10:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with scrape type 2
2026-03-30 10:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1, identifier: 1985503
2026-03-30 10:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with identifier: 1985503
2026-03-30 10:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with identifier: 1985503
2026-03-30 10:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bc44d0a9-f1ab-5254-a16c-d37ec9f284b1 with identifier: 1985503 to the API
2026-03-30 10:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:24 [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': 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': 0,
'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-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985503%27 HTTP/1.1" 200 None
2026-03-30 10:53:24 [ayvens.be] INFO: Saving data for 1985503: {'auction_closing_time': 1774958400.0, 'created_time': 1774565607.055112, 'last_price_update_time': 1774868004.022991}
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985503') HTTP/1.1" 204 0
2026-03-30 10:53:24 [ayvens.be] INFO: Found listing with ID: 1985504
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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-30 10:53:24 [ayvens.be] INFO: Scrape type for 1985504: 2
2026-03-30 10:53:24 [ayvens.be] INFO: Extracting data for car ID: 1985504
2026-03-30 10:53:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45f362f5-e8a6-53e4-8caa-f5b14f161748 with identifier: 1985504
2026-03-30 10:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f362f5-e8a6-53e4-8caa-f5b14f161748 with scrape type 2
2026-03-30 10:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45f362f5-e8a6-53e4-8caa-f5b14f161748 with scrape type 2
2026-03-30 10:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 45f362f5-e8a6-53e4-8caa-f5b14f161748, identifier: 1985504
2026-03-30 10:53:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 45f362f5-e8a6-53e4-8caa-f5b14f161748 with identifier: 1985504
2026-03-30 10:53:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 45f362f5-e8a6-53e4-8caa-f5b14f161748 with identifier: 1985504
2026-03-30 10:53:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 45f362f5-e8a6-53e4-8caa-f5b14f161748 with identifier: 1985504 to the API
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:24 [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': 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': 0,
'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-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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-30 10:53:24 [ayvens.be] INFO: Saving data for 1985504: {'auction_closing_time': 1774958400.0, 'created_time': 1774565609.375086, 'last_price_update_time': 1774868004.449796}
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985504') HTTP/1.1" 204 0
2026-03-30 10:53:24 [ayvens.be] INFO: Found listing with ID: 1985505
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985505%27 HTTP/1.1" 200 None
2026-03-30 10:53:24 [ayvens.be] INFO: Scrape type for 1985505: 2
2026-03-30 10:53:24 [ayvens.be] INFO: Extracting data for car ID: 1985505
2026-03-30 10:53:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8418b0c-8e4b-50f5-ba81-68414125e1f9 with identifier: 1985505
2026-03-30 10:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8418b0c-8e4b-50f5-ba81-68414125e1f9 with scrape type 2
2026-03-30 10:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8418b0c-8e4b-50f5-ba81-68414125e1f9 with scrape type 2
2026-03-30 10:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e8418b0c-8e4b-50f5-ba81-68414125e1f9, identifier: 1985505
2026-03-30 10:53:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e8418b0c-8e4b-50f5-ba81-68414125e1f9 with identifier: 1985505
2026-03-30 10:53:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e8418b0c-8e4b-50f5-ba81-68414125e1f9 with identifier: 1985505
2026-03-30 10:53:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e8418b0c-8e4b-50f5-ba81-68414125e1f9 with identifier: 1985505 to the API
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:24 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e8418b0c-8e4b-50f5-ba81-68414125e1f9',
'is_damaged': False,
'is_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': 'RENAULT',
'model': 'ARKANA',
'odometer': 35359,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA 1.6 E-TECH 145 ZEN',
'transmission': 'automatic',
'trim': '1.6 E-TECH 145 ZEN',
'vin': None,
'year': 2022}
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985505%27 HTTP/1.1" 200 None
2026-03-30 10:53:24 [ayvens.be] INFO: Saving data for 1985505: {'auction_closing_time': 1774958400.0, 'created_time': 1774565610.212903, 'last_price_update_time': 1774868004.853433}
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985505') HTTP/1.1" 204 0
2026-03-30 10:53:24 [ayvens.be] INFO: Found listing with ID: 1985506
2026-03-30 10:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985506%27 HTTP/1.1" 200 None
2026-03-30 10:53:24 [ayvens.be] INFO: Scrape type for 1985506: 2
2026-03-30 10:53:24 [ayvens.be] INFO: Extracting data for car ID: 1985506
2026-03-30 10:53:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7daffc16-00ab-5d2a-b461-726a3cb29f81 with identifier: 1985506
2026-03-30 10:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7daffc16-00ab-5d2a-b461-726a3cb29f81 with scrape type 2
2026-03-30 10:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7daffc16-00ab-5d2a-b461-726a3cb29f81 with scrape type 2
2026-03-30 10:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7daffc16-00ab-5d2a-b461-726a3cb29f81, identifier: 1985506
2026-03-30 10:53:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7daffc16-00ab-5d2a-b461-726a3cb29f81 with identifier: 1985506
2026-03-30 10:53:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7daffc16-00ab-5d2a-b461-726a3cb29f81 with identifier: 1985506
2026-03-30 10:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7daffc16-00ab-5d2a-b461-726a3cb29f81 with identifier: 1985506 to the API
2026-03-30 10:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:26 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '7daffc16-00ab-5d2a-b461-726a3cb29f81',
'is_damaged': False,
'is_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': 29648,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-27',
'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-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:26 [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-30 10:53:26 [ayvens.be] INFO: Saving data for 1985506: {'auction_closing_time': 1774958400.0, 'created_time': 1774565611.977284, 'last_price_update_time': 1774868006.249464}
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985506') HTTP/1.1" 204 0
2026-03-30 10:53:26 [ayvens.be] INFO: Found listing with ID: 1985507
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985507%27 HTTP/1.1" 200 None
2026-03-30 10:53:26 [ayvens.be] INFO: Scrape type for 1985507: 2
2026-03-30 10:53:26 [ayvens.be] INFO: Extracting data for car ID: 1985507
2026-03-30 10:53:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e89b0c35-1801-582d-a8b4-24273842471b with identifier: 1985507
2026-03-30 10:53:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e89b0c35-1801-582d-a8b4-24273842471b with scrape type 2
2026-03-30 10:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e89b0c35-1801-582d-a8b4-24273842471b with scrape type 2
2026-03-30 10:53:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e89b0c35-1801-582d-a8b4-24273842471b, identifier: 1985507
2026-03-30 10:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e89b0c35-1801-582d-a8b4-24273842471b with identifier: 1985507
2026-03-30 10:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e89b0c35-1801-582d-a8b4-24273842471b with identifier: 1985507
2026-03-30 10:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e89b0c35-1801-582d-a8b4-24273842471b with identifier: 1985507 to the API
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:26 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e89b0c35-1801-582d-a8b4-24273842471b',
'is_damaged': False,
'is_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': 95959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'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-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985507%27 HTTP/1.1" 200 None
2026-03-30 10:53:26 [ayvens.be] INFO: Saving data for 1985507: {'auction_closing_time': 1774958400.0, 'created_time': 1774565613.559902, 'last_price_update_time': 1774868006.669258}
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985507') HTTP/1.1" 204 0
2026-03-30 10:53:26 [ayvens.be] INFO: Found listing with ID: 1985508
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985508%27 HTTP/1.1" 200 None
2026-03-30 10:53:26 [ayvens.be] INFO: Scrape type for 1985508: 2
2026-03-30 10:53:26 [ayvens.be] INFO: Extracting data for car ID: 1985508
2026-03-30 10:53:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8837ff7-3c2c-5e2f-8cb4-1f09a33b0d72 with identifier: 1985508
2026-03-30 10:53:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8837ff7-3c2c-5e2f-8cb4-1f09a33b0d72 with scrape type 2
2026-03-30 10:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8837ff7-3c2c-5e2f-8cb4-1f09a33b0d72 with scrape type 2
2026-03-30 10:53:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e8837ff7-3c2c-5e2f-8cb4-1f09a33b0d72, identifier: 1985508
2026-03-30 10:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e8837ff7-3c2c-5e2f-8cb4-1f09a33b0d72 with identifier: 1985508
2026-03-30 10:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e8837ff7-3c2c-5e2f-8cb4-1f09a33b0d72 with identifier: 1985508
2026-03-30 10:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e8837ff7-3c2c-5e2f-8cb4-1f09a33b0d72 with identifier: 1985508 to the API
2026-03-30 10:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:27 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e8837ff7-3c2c-5e2f-8cb4-1f09a33b0d72',
'is_damaged': False,
'is_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': 190942,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'transmission': 'automatic',
'trim': '1.4 40 TFSI E S TRONIC SPORTB ATTRACTION',
'vin': None,
'year': 2023}
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985508%27 HTTP/1.1" 200 None
2026-03-30 10:53:27 [ayvens.be] INFO: Saving data for 1985508: {'auction_closing_time': 1774958400.0, 'created_time': 1774565615.129712, 'last_price_update_time': 1774868007.094509}
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985508') HTTP/1.1" 204 0
2026-03-30 10:53:27 [ayvens.be] INFO: Found listing with ID: 1985509
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985509%27 HTTP/1.1" 200 None
2026-03-30 10:53:27 [ayvens.be] INFO: Scrape type for 1985509: 2
2026-03-30 10:53:27 [ayvens.be] INFO: Extracting data for car ID: 1985509
2026-03-30 10:53:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29499b34-8810-5b04-b474-a1d89d7eac20 with identifier: 1985509
2026-03-30 10:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29499b34-8810-5b04-b474-a1d89d7eac20 with scrape type 2
2026-03-30 10:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29499b34-8810-5b04-b474-a1d89d7eac20 with scrape type 2
2026-03-30 10:53:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 29499b34-8810-5b04-b474-a1d89d7eac20, identifier: 1985509
2026-03-30 10:53:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 29499b34-8810-5b04-b474-a1d89d7eac20 with identifier: 1985509
2026-03-30 10:53:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 29499b34-8810-5b04-b474-a1d89d7eac20 with identifier: 1985509
2026-03-30 10:53:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 29499b34-8810-5b04-b474-a1d89d7eac20 with identifier: 1985509 to the API
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:27 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '29499b34-8810-5b04-b474-a1d89d7eac20',
'is_damaged': False,
'is_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': 163279,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 200 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 GLB 200 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985509%27 HTTP/1.1" 200 None
2026-03-30 10:53:27 [ayvens.be] INFO: Saving data for 1985509: {'auction_closing_time': 1774958400.0, 'created_time': 1774565616.489736, 'last_price_update_time': 1774868007.51982}
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985509') HTTP/1.1" 204 0
2026-03-30 10:53:27 [ayvens.be] INFO: Found listing with ID: 1985510
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985510%27 HTTP/1.1" 200 None
2026-03-30 10:53:27 [ayvens.be] INFO: Scrape type for 1985510: 2
2026-03-30 10:53:27 [ayvens.be] INFO: Extracting data for car ID: 1985510
2026-03-30 10:53:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b45ee0fe-0bda-5382-a96b-95465e7f768d with identifier: 1985510
2026-03-30 10:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b45ee0fe-0bda-5382-a96b-95465e7f768d with scrape type 2
2026-03-30 10:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b45ee0fe-0bda-5382-a96b-95465e7f768d with scrape type 2
2026-03-30 10:53:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b45ee0fe-0bda-5382-a96b-95465e7f768d, identifier: 1985510
2026-03-30 10:53:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b45ee0fe-0bda-5382-a96b-95465e7f768d with identifier: 1985510
2026-03-30 10:53:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b45ee0fe-0bda-5382-a96b-95465e7f768d with identifier: 1985510
2026-03-30 10:53:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b45ee0fe-0bda-5382-a96b-95465e7f768d with identifier: 1985510 to the API
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:27 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b45ee0fe-0bda-5382-a96b-95465e7f768d',
'is_damaged': False,
'is_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': 129294,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'MINI MINI COUNTRYMAN - 2017 1.5A PHEV Cooper SE ALL4 (EU6d-T.)',
'transmission': 'automatic',
'trim': '1.5A PHEV Cooper SE ALL4 (EU6d-T.)',
'vin': None,
'year': 2020}
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985510%27 HTTP/1.1" 200 None
2026-03-30 10:53:27 [ayvens.be] INFO: Saving data for 1985510: {'auction_closing_time': 1774958400.0, 'created_time': 1774565619.822838, 'last_price_update_time': 1774868007.97231}
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985510') HTTP/1.1" 204 0
2026-03-30 10:53:28 [ayvens.be] INFO: Found listing with ID: 1985511
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985511%27 HTTP/1.1" 200 None
2026-03-30 10:53:28 [ayvens.be] INFO: Scrape type for 1985511: 2
2026-03-30 10:53:28 [ayvens.be] INFO: Extracting data for car ID: 1985511
2026-03-30 10:53:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63b12f7-960e-590b-8366-26d681e2e784 with identifier: 1985511
2026-03-30 10:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63b12f7-960e-590b-8366-26d681e2e784 with scrape type 2
2026-03-30 10:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63b12f7-960e-590b-8366-26d681e2e784 with scrape type 2
2026-03-30 10:53:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d63b12f7-960e-590b-8366-26d681e2e784, identifier: 1985511
2026-03-30 10:53:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d63b12f7-960e-590b-8366-26d681e2e784 with identifier: 1985511
2026-03-30 10:53:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d63b12f7-960e-590b-8366-26d681e2e784 with identifier: 1985511
2026-03-30 10:53:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d63b12f7-960e-590b-8366-26d681e2e784 with identifier: 1985511 to the API
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 36,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd63b12f7-960e-590b-8366-26d681e2e784',
'is_damaged': False,
'is_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': 'C5 AIRCROSS',
'odometer': 68337,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-30',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS 1.6 PureTech PHEV Feel S&S',
'transmission': 'automatic',
'trim': '1.6 PureTech PHEV Feel S&S',
'vin': None,
'year': 2020}
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985511%27 HTTP/1.1" 200 None
2026-03-30 10:53:28 [ayvens.be] INFO: Saving data for 1985511: {'auction_closing_time': 1774958400.0, 'created_time': 1774565619.096805, 'last_price_update_time': 1774868008.491266}
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985511') HTTP/1.1" 204 0
2026-03-30 10:53:28 [ayvens.be] INFO: Found listing with ID: 1985512
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985512%27 HTTP/1.1" 200 None
2026-03-30 10:53:28 [ayvens.be] INFO: Scrape type for 1985512: 2
2026-03-30 10:53:28 [ayvens.be] INFO: Extracting data for car ID: 1985512
2026-03-30 10:53:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5542c022-0c6f-5d44-8629-abc499f014b9 with identifier: 1985512
2026-03-30 10:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5542c022-0c6f-5d44-8629-abc499f014b9 with scrape type 2
2026-03-30 10:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5542c022-0c6f-5d44-8629-abc499f014b9 with scrape type 2
2026-03-30 10:53:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5542c022-0c6f-5d44-8629-abc499f014b9, identifier: 1985512
2026-03-30 10:53:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5542c022-0c6f-5d44-8629-abc499f014b9 with identifier: 1985512
2026-03-30 10:53:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5542c022-0c6f-5d44-8629-abc499f014b9 with identifier: 1985512
2026-03-30 10:53:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5542c022-0c6f-5d44-8629-abc499f014b9 with identifier: 1985512 to the API
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:28 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '5542c022-0c6f-5d44-8629-abc499f014b9',
'is_damaged': False,
'is_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': 171531,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 RECHARGE GEARTR. INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': '1.5 T5 RECHARGE GEARTR. INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985512%27 HTTP/1.1" 200 None
2026-03-30 10:53:28 [ayvens.be] INFO: Saving data for 1985512: {'auction_closing_time': 1774958400.0, 'created_time': 1774565621.991675, 'last_price_update_time': 1774868008.929668}
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985512') HTTP/1.1" 204 0
2026-03-30 10:53:28 [ayvens.be] INFO: Found listing with ID: 1985513
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985513%27 HTTP/1.1" 200 None
2026-03-30 10:53:28 [ayvens.be] INFO: Scrape type for 1985513: 2
2026-03-30 10:53:28 [ayvens.be] INFO: Extracting data for car ID: 1985513
2026-03-30 10:53:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54d369e5-2928-5f10-b01e-b85ea21d67cf with identifier: 1985513
2026-03-30 10:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54d369e5-2928-5f10-b01e-b85ea21d67cf with scrape type 2
2026-03-30 10:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54d369e5-2928-5f10-b01e-b85ea21d67cf with scrape type 2
2026-03-30 10:53:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 54d369e5-2928-5f10-b01e-b85ea21d67cf, identifier: 1985513
2026-03-30 10:53:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 54d369e5-2928-5f10-b01e-b85ea21d67cf with identifier: 1985513
2026-03-30 10:53:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 54d369e5-2928-5f10-b01e-b85ea21d67cf with identifier: 1985513
2026-03-30 10:53:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 54d369e5-2928-5f10-b01e-b85ea21d67cf with identifier: 1985513 to the API
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:29 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '54d369e5-2928-5f10-b01e-b85ea21d67cf',
'is_damaged': False,
'is_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': 112829,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-17',
'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-30 10:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985513%27 HTTP/1.1" 200 None
2026-03-30 10:53:29 [ayvens.be] INFO: Saving data for 1985513: {'auction_closing_time': 1774958400.0, 'created_time': 1774565622.573657, 'last_price_update_time': 1774868009.332979}
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985513') HTTP/1.1" 204 0
2026-03-30 10:53:29 [ayvens.be] INFO: Found listing with ID: 1985514
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985514%27 HTTP/1.1" 200 None
2026-03-30 10:53:29 [ayvens.be] INFO: Scrape type for 1985514: 2
2026-03-30 10:53:29 [ayvens.be] INFO: Extracting data for car ID: 1985514
2026-03-30 10:53:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448cd312-9185-5175-8e3f-fedb4a931e97 with identifier: 1985514
2026-03-30 10:53:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448cd312-9185-5175-8e3f-fedb4a931e97 with scrape type 2
2026-03-30 10:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 448cd312-9185-5175-8e3f-fedb4a931e97 with scrape type 2
2026-03-30 10:53:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 448cd312-9185-5175-8e3f-fedb4a931e97, identifier: 1985514
2026-03-30 10:53:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 448cd312-9185-5175-8e3f-fedb4a931e97 with identifier: 1985514
2026-03-30 10:53:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 448cd312-9185-5175-8e3f-fedb4a931e97 with identifier: 1985514
2026-03-30 10:53:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 448cd312-9185-5175-8e3f-fedb4a931e97 with identifier: 1985514 to the API
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10: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-30 10:53:29 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '448cd312-9185-5175-8e3f-fedb4a931e97',
'is_damaged': False,
'is_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': 59920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985514%27 HTTP/1.1" 200 None
2026-03-30 10:53:29 [ayvens.be] INFO: Saving data for 1985514: {'auction_closing_time': 1774958400.0, 'created_time': 1774565624.317302, 'last_price_update_time': 1774868009.723058}
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985514') HTTP/1.1" 204 0
2026-03-30 10:53:29 [ayvens.be] INFO: Found listing with ID: 1985515
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10: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%271985515%27 HTTP/1.1" 200 None
2026-03-30 10:53:29 [ayvens.be] INFO: Scrape type for 1985515: 2
2026-03-30 10:53:29 [ayvens.be] INFO: Extracting data for car ID: 1985515
2026-03-30 10:53:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e0e20f3-1fe5-520c-9e99-c3c35316cc7a with identifier: 1985515
2026-03-30 10:53:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0e20f3-1fe5-520c-9e99-c3c35316cc7a with scrape type 2
2026-03-30 10:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e0e20f3-1fe5-520c-9e99-c3c35316cc7a with scrape type 2
2026-03-30 10:53:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6e0e20f3-1fe5-520c-9e99-c3c35316cc7a, identifier: 1985515
2026-03-30 10:53:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6e0e20f3-1fe5-520c-9e99-c3c35316cc7a with identifier: 1985515
2026-03-30 10:53:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6e0e20f3-1fe5-520c-9e99-c3c35316cc7a with identifier: 1985515
2026-03-30 10:53:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6e0e20f3-1fe5-520c-9e99-c3c35316cc7a with identifier: 1985515 to the API
2026-03-30 10:53:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53: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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '6e0e20f3-1fe5-520c-9e99-c3c35316cc7a',
'is_damaged': False,
'is_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': 125434,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE DIESEL 2.0 TDi SCR Comfortline (EU6.2) '
'Premium Traval',
'transmission': 'manual',
'trim': '2.0 TDi SCR Comfortline (EU6.2) Premium Traval',
'vin': None,
'year': 2021}
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985515%27 HTTP/1.1" 200 None
2026-03-30 10:53:30 [ayvens.be] INFO: Saving data for 1985515: {'auction_closing_time': 1774958400.0, 'created_time': 1774565626.42731, 'last_price_update_time': 1774868010.113147}
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985515') HTTP/1.1" 204 0
2026-03-30 10:53:30 [ayvens.be] INFO: Found listing with ID: 1985516
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985516%27 HTTP/1.1" 200 None
2026-03-30 10:53:30 [ayvens.be] INFO: Scrape type for 1985516: 2
2026-03-30 10:53:30 [ayvens.be] INFO: Extracting data for car ID: 1985516
2026-03-30 10:53:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57825218-013e-5654-8146-543c9fee8899 with identifier: 1985516
2026-03-30 10:53:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57825218-013e-5654-8146-543c9fee8899 with scrape type 2
2026-03-30 10:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57825218-013e-5654-8146-543c9fee8899 with scrape type 2
2026-03-30 10:53:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 57825218-013e-5654-8146-543c9fee8899, identifier: 1985516
2026-03-30 10:53:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 57825218-013e-5654-8146-543c9fee8899 with identifier: 1985516
2026-03-30 10:53:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 57825218-013e-5654-8146-543c9fee8899 with identifier: 1985516
2026-03-30 10:53:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 57825218-013e-5654-8146-543c9fee8899 with identifier: 1985516 to the API
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': '57825218-013e-5654-8146-543c9fee8899',
'is_damaged': False,
'is_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': 'EQA',
'odometer': 156052,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-08',
'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-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985516%27 HTTP/1.1" 200 None
2026-03-30 10:53:30 [ayvens.be] INFO: Saving data for 1985516: {'auction_closing_time': 1774958400.0, 'created_time': 1774565627.617403, 'last_price_update_time': 1774868010.514247}
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985516') HTTP/1.1" 204 0
2026-03-30 10:53:30 [ayvens.be] INFO: Found listing with ID: 1985517
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985517%27 HTTP/1.1" 200 None
2026-03-30 10:53:30 [ayvens.be] INFO: Scrape type for 1985517: 2
2026-03-30 10:53:30 [ayvens.be] INFO: Extracting data for car ID: 1985517
2026-03-30 10:53:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 743ab5aa-3ca7-595a-9611-e0a7ffd4376f with identifier: 1985517
2026-03-30 10:53:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 743ab5aa-3ca7-595a-9611-e0a7ffd4376f with scrape type 2
2026-03-30 10:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 743ab5aa-3ca7-595a-9611-e0a7ffd4376f with scrape type 2
2026-03-30 10:53:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 743ab5aa-3ca7-595a-9611-e0a7ffd4376f, identifier: 1985517
2026-03-30 10:53:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 743ab5aa-3ca7-595a-9611-e0a7ffd4376f with identifier: 1985517
2026-03-30 10:53:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 743ab5aa-3ca7-595a-9611-e0a7ffd4376f with identifier: 1985517
2026-03-30 10:53:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 743ab5aa-3ca7-595a-9611-e0a7ffd4376f with identifier: 1985517 to the API
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 23,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '743ab5aa-3ca7-595a-9611-e0a7ffd4376f',
'is_damaged': False,
'is_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': 'XC60',
'odometer': 115975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 T6 PHEV CORE AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 T6 PHEV CORE AUTO 4WD',
'vin': None,
'year': 2024}
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985517%27 HTTP/1.1" 200 None
2026-03-30 10:53:30 [ayvens.be] INFO: Saving data for 1985517: {'auction_closing_time': 1774958400.0, 'created_time': 1774565629.260327, 'last_price_update_time': 1774868010.982259}
2026-03-30 10:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985517') HTTP/1.1" 204 0
2026-03-30 10:53:31 [ayvens.be] INFO: Found listing with ID: 1985518
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985518%27 HTTP/1.1" 200 None
2026-03-30 10:53:31 [ayvens.be] INFO: Scrape type for 1985518: 2
2026-03-30 10:53:31 [ayvens.be] INFO: Extracting data for car ID: 1985518
2026-03-30 10:53:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdc66ceb-0cf1-570b-bcc5-e95140bdc710 with identifier: 1985518
2026-03-30 10:53:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdc66ceb-0cf1-570b-bcc5-e95140bdc710 with scrape type 2
2026-03-30 10:53:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdc66ceb-0cf1-570b-bcc5-e95140bdc710 with scrape type 2
2026-03-30 10:53:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bdc66ceb-0cf1-570b-bcc5-e95140bdc710, identifier: 1985518
2026-03-30 10:53:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bdc66ceb-0cf1-570b-bcc5-e95140bdc710 with identifier: 1985518
2026-03-30 10:53:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bdc66ceb-0cf1-570b-bcc5-e95140bdc710 with identifier: 1985518
2026-03-30 10:53:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bdc66ceb-0cf1-570b-bcc5-e95140bdc710 with identifier: 1985518 to the API
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:31 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'bdc66ceb-0cf1-570b-bcc5-e95140bdc710',
'is_damaged': False,
'is_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': 158805,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-23',
'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': 2021}
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985518%27 HTTP/1.1" 200 None
2026-03-30 10:53:31 [ayvens.be] INFO: Saving data for 1985518: {'auction_closing_time': 1774958400.0, 'created_time': 1774565630.412369, 'last_price_update_time': 1774868011.841236}
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985518') HTTP/1.1" 204 0
2026-03-30 10:53:31 [ayvens.be] INFO: Found listing with ID: 1985519
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985519%27 HTTP/1.1" 200 None
2026-03-30 10:53:31 [ayvens.be] INFO: Scrape type for 1985519: 2
2026-03-30 10:53:31 [ayvens.be] INFO: Extracting data for car ID: 1985519
2026-03-30 10:53:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e732670e-563c-5163-874a-0d3d7a0beee3 with identifier: 1985519
2026-03-30 10:53:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e732670e-563c-5163-874a-0d3d7a0beee3 with scrape type 2
2026-03-30 10:53:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e732670e-563c-5163-874a-0d3d7a0beee3 with scrape type 2
2026-03-30 10:53:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e732670e-563c-5163-874a-0d3d7a0beee3, identifier: 1985519
2026-03-30 10:53:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e732670e-563c-5163-874a-0d3d7a0beee3 with identifier: 1985519
2026-03-30 10:53:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e732670e-563c-5163-874a-0d3d7a0beee3 with identifier: 1985519
2026-03-30 10:53:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e732670e-563c-5163-874a-0d3d7a0beee3 with identifier: 1985519 to the API
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 'e732670e-563c-5163-874a-0d3d7a0beee3',
'is_damaged': False,
'is_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': 71471,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB BEV 67KWH EQB 250 BUSINESS LINE AUTO',
'transmission': 'automatic',
'trim': 'BEV 67KWH EQB 250 BUSINESS LINE AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985519%27 HTTP/1.1" 200 None
2026-03-30 10:53:32 [ayvens.be] INFO: Saving data for 1985519: {'auction_closing_time': 1774958400.0, 'created_time': 1774565633.039442, 'last_price_update_time': 1774868012.476172}
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985519') HTTP/1.1" 204 0
2026-03-30 10:53:32 [ayvens.be] INFO: Found listing with ID: 1985520
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985520%27 HTTP/1.1" 200 None
2026-03-30 10:53:32 [ayvens.be] INFO: Scrape type for 1985520: 2
2026-03-30 10:53:32 [ayvens.be] INFO: Extracting data for car ID: 1985520
2026-03-30 10:53:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b32218-266b-566a-b43d-7beff4118cd2 with identifier: 1985520
2026-03-30 10:53:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b32218-266b-566a-b43d-7beff4118cd2 with scrape type 2
2026-03-30 10:53:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b32218-266b-566a-b43d-7beff4118cd2 with scrape type 2
2026-03-30 10:53:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d1b32218-266b-566a-b43d-7beff4118cd2, identifier: 1985520
2026-03-30 10:53:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d1b32218-266b-566a-b43d-7beff4118cd2 with identifier: 1985520
2026-03-30 10:53:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d1b32218-266b-566a-b43d-7beff4118cd2 with identifier: 1985520
2026-03-30 10:53:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d1b32218-266b-566a-b43d-7beff4118cd2 with identifier: 1985520 to the API
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:32 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd1b32218-266b-566a-b43d-7beff4118cd2',
'is_damaged': False,
'is_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': 139745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-15',
'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-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985520%27 HTTP/1.1" 200 None
2026-03-30 10:53:32 [ayvens.be] INFO: Saving data for 1985520: {'auction_closing_time': 1774958400.0, 'created_time': 1774565634.17818, 'last_price_update_time': 1774868012.903747}
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985520') HTTP/1.1" 204 0
2026-03-30 10:53:32 [ayvens.be] INFO: Found listing with ID: 1985521
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985521%27 HTTP/1.1" 200 None
2026-03-30 10:53:32 [ayvens.be] INFO: Scrape type for 1985521: 2
2026-03-30 10:53:32 [ayvens.be] INFO: Extracting data for car ID: 1985521
2026-03-30 10:53:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09bb2fdb-822d-5f2b-9f33-6cf05107e48e with identifier: 1985521
2026-03-30 10:53:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09bb2fdb-822d-5f2b-9f33-6cf05107e48e with scrape type 2
2026-03-30 10:53:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09bb2fdb-822d-5f2b-9f33-6cf05107e48e with scrape type 2
2026-03-30 10:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 09bb2fdb-822d-5f2b-9f33-6cf05107e48e, identifier: 1985521
2026-03-30 10:53:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 09bb2fdb-822d-5f2b-9f33-6cf05107e48e with identifier: 1985521
2026-03-30 10:53:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 09bb2fdb-822d-5f2b-9f33-6cf05107e48e with identifier: 1985521
2026-03-30 10:53:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 09bb2fdb-822d-5f2b-9f33-6cf05107e48e with identifier: 1985521 to the API
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '09bb2fdb-822d-5f2b-9f33-6cf05107e48e',
'is_damaged': False,
'is_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': 64294,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-16',
'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-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985521%27 HTTP/1.1" 200 None
2026-03-30 10:53:33 [ayvens.be] INFO: Saving data for 1985521: {'auction_closing_time': 1774958400.0, 'created_time': 1774565635.60032, 'last_price_update_time': 1774868013.298523}
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985521') HTTP/1.1" 204 0
2026-03-30 10:53:33 [ayvens.be] INFO: Found listing with ID: 1985522
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985522%27 HTTP/1.1" 200 None
2026-03-30 10:53:33 [ayvens.be] INFO: Scrape type for 1985522: 2
2026-03-30 10:53:33 [ayvens.be] INFO: Extracting data for car ID: 1985522
2026-03-30 10:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 531f8a05-552a-579e-a2ec-7042eca47608 with identifier: 1985522
2026-03-30 10:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 531f8a05-552a-579e-a2ec-7042eca47608 with scrape type 2
2026-03-30 10:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 531f8a05-552a-579e-a2ec-7042eca47608 with scrape type 2
2026-03-30 10:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 531f8a05-552a-579e-a2ec-7042eca47608, identifier: 1985522
2026-03-30 10:53:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 531f8a05-552a-579e-a2ec-7042eca47608 with identifier: 1985522
2026-03-30 10:53:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:53:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 531f8a05-552a-579e-a2ec-7042eca47608 with identifier: 1985522
2026-03-30 10:53:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 531f8a05-552a-579e-a2ec-7042eca47608 with identifier: 1985522 to the API
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'MINERALWEISS',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '531f8a05-552a-579e-a2ec-7042eca47608',
'is_damaged': False,
'is_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': 157144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-17',
'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': 2021}
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985522%27 HTTP/1.1" 200 None
2026-03-30 10:53:33 [ayvens.be] INFO: Saving data for 1985522: {'auction_closing_time': 1774958400.0, 'created_time': 1774565637.461783, 'last_price_update_time': 1774868013.84031}
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985522') HTTP/1.1" 204 0
2026-03-30 10:53:33 [ayvens.be] INFO: Found listing with ID: 1985523
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985523%27 HTTP/1.1" 200 None
2026-03-30 10:53:33 [ayvens.be] INFO: Scrape type for 1985523: 2
2026-03-30 10:53:33 [ayvens.be] INFO: Extracting data for car ID: 1985523
2026-03-30 10:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e6a832f-1230-5bff-acc6-21ed6777f720 with identifier: 1985523
2026-03-30 10:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e6a832f-1230-5bff-acc6-21ed6777f720 with scrape type 2
2026-03-30 10:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e6a832f-1230-5bff-acc6-21ed6777f720 with scrape type 2
2026-03-30 10:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8e6a832f-1230-5bff-acc6-21ed6777f720, identifier: 1985523
2026-03-30 10:53:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8e6a832f-1230-5bff-acc6-21ed6777f720 with identifier: 1985523
2026-03-30 10:53:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8e6a832f-1230-5bff-acc6-21ed6777f720 with identifier: 1985523
2026-03-30 10:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8e6a832f-1230-5bff-acc6-21ed6777f720 with identifier: 1985523 to the API
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:34 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '8e6a832f-1230-5bff-acc6-21ed6777f720',
'is_damaged': False,
'is_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': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL - 2019',
'odometer': 159854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-08',
'seats_number': 7,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT DIESEL - 2019 2.0 TD4 4WD SE',
'transmission': 'automatic',
'trim': '2.0 TD4 4WD SE',
'vin': None,
'year': 2020}
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985523%27 HTTP/1.1" 200 None
2026-03-30 10:53:34 [ayvens.be] INFO: Saving data for 1985523: {'auction_closing_time': 1774958400.0, 'created_time': 1774565639.540221, 'last_price_update_time': 1774868014.253187}
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985523') HTTP/1.1" 204 0
2026-03-30 10:53:34 [ayvens.be] INFO: Found listing with ID: 1985524
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985524%27 HTTP/1.1" 200 None
2026-03-30 10:53:34 [ayvens.be] INFO: Scrape type for 1985524: 2
2026-03-30 10:53:34 [ayvens.be] INFO: Extracting data for car ID: 1985524
2026-03-30 10:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee3085e8-c9ce-5699-aee1-9123a41beb5e with identifier: 1985524
2026-03-30 10:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee3085e8-c9ce-5699-aee1-9123a41beb5e with scrape type 2
2026-03-30 10:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee3085e8-c9ce-5699-aee1-9123a41beb5e with scrape type 2
2026-03-30 10:53:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ee3085e8-c9ce-5699-aee1-9123a41beb5e, identifier: 1985524
2026-03-30 10:53:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ee3085e8-c9ce-5699-aee1-9123a41beb5e with identifier: 1985524
2026-03-30 10:53:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ee3085e8-c9ce-5699-aee1-9123a41beb5e with identifier: 1985524
2026-03-30 10:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ee3085e8-c9ce-5699-aee1-9123a41beb5e with identifier: 1985524 to the API
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:34 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'ee3085e8-c9ce-5699-aee1-9123a41beb5e',
'is_damaged': False,
'is_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': 175784,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-02',
'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': 2020}
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985524%27 HTTP/1.1" 200 None
2026-03-30 10:53:34 [ayvens.be] INFO: Saving data for 1985524: {'auction_closing_time': 1774958400.0, 'created_time': 1774565641.151135, 'last_price_update_time': 1774868014.671839}
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985524') HTTP/1.1" 204 0
2026-03-30 10:53:34 [ayvens.be] INFO: Found listing with ID: 1985525
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985525%27 HTTP/1.1" 200 None
2026-03-30 10:53:34 [ayvens.be] INFO: Scrape type for 1985525: 2
2026-03-30 10:53:34 [ayvens.be] INFO: Extracting data for car ID: 1985525
2026-03-30 10:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5fcacad-3aa7-52cc-8512-022af3058dd6 with identifier: 1985525
2026-03-30 10:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5fcacad-3aa7-52cc-8512-022af3058dd6 with scrape type 2
2026-03-30 10:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5fcacad-3aa7-52cc-8512-022af3058dd6 with scrape type 2
2026-03-30 10:53:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f5fcacad-3aa7-52cc-8512-022af3058dd6, identifier: 1985525
2026-03-30 10:53:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f5fcacad-3aa7-52cc-8512-022af3058dd6 with identifier: 1985525
2026-03-30 10:53:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f5fcacad-3aa7-52cc-8512-022af3058dd6 with identifier: 1985525
2026-03-30 10:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f5fcacad-3aa7-52cc-8512-022af3058dd6 with identifier: 1985525 to the API
2026-03-30 10:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:35 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f5fcacad-3aa7-52cc-8512-022af3058dd6',
'is_damaged': False,
'is_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': 98914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 SDRIVE18I 100KW',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I 100KW',
'vin': None,
'year': 2021}
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985525%27 HTTP/1.1" 200 None
2026-03-30 10:53:35 [ayvens.be] INFO: Saving data for 1985525: {'auction_closing_time': 1774958400.0, 'created_time': 1774565642.74045, 'last_price_update_time': 1774868015.091262}
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985525') HTTP/1.1" 204 0
2026-03-30 10:53:35 [ayvens.be] INFO: Found listing with ID: 1985526
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985526%27 HTTP/1.1" 200 None
2026-03-30 10:53:35 [ayvens.be] INFO: Scrape type for 1985526: 2
2026-03-30 10:53:35 [ayvens.be] INFO: Extracting data for car ID: 1985526
2026-03-30 10:53:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d8dbcb1-ebc2-51f8-922a-4ec3035d80bb with identifier: 1985526
2026-03-30 10:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d8dbcb1-ebc2-51f8-922a-4ec3035d80bb with scrape type 2
2026-03-30 10:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d8dbcb1-ebc2-51f8-922a-4ec3035d80bb with scrape type 2
2026-03-30 10:53:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1d8dbcb1-ebc2-51f8-922a-4ec3035d80bb, identifier: 1985526
2026-03-30 10:53:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1d8dbcb1-ebc2-51f8-922a-4ec3035d80bb with identifier: 1985526
2026-03-30 10:53:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1d8dbcb1-ebc2-51f8-922a-4ec3035d80bb with identifier: 1985526
2026-03-30 10:53:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1d8dbcb1-ebc2-51f8-922a-4ec3035d80bb with identifier: 1985526 to the API
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:35 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '1d8dbcb1-ebc2-51f8-922a-4ec3035d80bb',
'is_damaged': False,
'is_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': 'RENAULT',
'model': 'MEGANE BERLINE',
'odometer': 68306,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-31',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.6 E-TECH 160 PHEV INTENS',
'transmission': 'automatic',
'trim': '1.6 E-TECH 160 PHEV INTENS',
'vin': None,
'year': 2021}
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985526%27 HTTP/1.1" 200 None
2026-03-30 10:53:35 [ayvens.be] INFO: Saving data for 1985526: {'auction_closing_time': 1774958400.0, 'created_time': 1774565645.449418, 'last_price_update_time': 1774868015.526166}
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985526') HTTP/1.1" 204 0
2026-03-30 10:53:35 [ayvens.be] INFO: Found listing with ID: 1985527
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985527%27 HTTP/1.1" 200 None
2026-03-30 10:53:35 [ayvens.be] INFO: Scrape type for 1985527: 2
2026-03-30 10:53:35 [ayvens.be] INFO: Extracting data for car ID: 1985527
2026-03-30 10:53:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b38844c-bcca-5b09-a0a3-8a407706a5e1 with identifier: 1985527
2026-03-30 10:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b38844c-bcca-5b09-a0a3-8a407706a5e1 with scrape type 2
2026-03-30 10:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b38844c-bcca-5b09-a0a3-8a407706a5e1 with scrape type 2
2026-03-30 10:53:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7b38844c-bcca-5b09-a0a3-8a407706a5e1, identifier: 1985527
2026-03-30 10:53:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7b38844c-bcca-5b09-a0a3-8a407706a5e1 with identifier: 1985527
2026-03-30 10:53:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7b38844c-bcca-5b09-a0a3-8a407706a5e1 with identifier: 1985527
2026-03-30 10:53:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7b38844c-bcca-5b09-a0a3-8a407706a5e1 with identifier: 1985527 to the API
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:35 [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': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '7b38844c-bcca-5b09-a0a3-8a407706a5e1',
'is_damaged': False,
'is_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': 'RANGER',
'odometer': 86144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD RANGER 2.0 BIT 156KW 4WD D-CAB WILDTRAK AUTO',
'transmission': 'automatic',
'trim': '2.0 BIT 156KW 4WD D-CAB WILDTRAK AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985527%27 HTTP/1.1" 200 None
2026-03-30 10:53:35 [ayvens.be] INFO: Saving data for 1985527: {'auction_closing_time': 1774958400.0, 'created_time': 1774565646.899756, 'last_price_update_time': 1774868015.936286}
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985527') HTTP/1.1" 204 0
2026-03-30 10:53:35 [ayvens.be] INFO: Found listing with ID: 1985528
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985528%27 HTTP/1.1" 200 None
2026-03-30 10:53:35 [ayvens.be] INFO: Scrape type for 1985528: 2
2026-03-30 10:53:35 [ayvens.be] INFO: Extracting data for car ID: 1985528
2026-03-30 10:53:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2c7514b-09d5-589b-9f34-16877c439323 with identifier: 1985528
2026-03-30 10:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2c7514b-09d5-589b-9f34-16877c439323 with scrape type 2
2026-03-30 10:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2c7514b-09d5-589b-9f34-16877c439323 with scrape type 2
2026-03-30 10:53:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d2c7514b-09d5-589b-9f34-16877c439323, identifier: 1985528
2026-03-30 10:53:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d2c7514b-09d5-589b-9f34-16877c439323 with identifier: 1985528
2026-03-30 10:53:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:53:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d2c7514b-09d5-589b-9f34-16877c439323 with identifier: 1985528
2026-03-30 10:53:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d2c7514b-09d5-589b-9f34-16877c439323 with identifier: 1985528 to the API
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'DARK MOON BLUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'd2c7514b-09d5-589b-9f34-16877c439323',
'is_damaged': False,
'is_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 GRAND SPORT DIESEL',
'odometer': 164248,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-04',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL INSIGNIA GRAND SPORT DIESEL 1.6 CDTI Edition (EU6.2) STOCK',
'transmission': 'manual',
'trim': '1.6 CDTI Edition (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985528%27 HTTP/1.1" 200 None
2026-03-30 10:53:36 [ayvens.be] INFO: Saving data for 1985528: {'auction_closing_time': 1774958400.0, 'created_time': 1774565647.565163, 'last_price_update_time': 1774868016.367582}
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985528') HTTP/1.1" 204 0
2026-03-30 10:53:36 [ayvens.be] INFO: Found listing with ID: 1985529
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985529%27 HTTP/1.1" 200 None
2026-03-30 10:53:36 [ayvens.be] INFO: Scrape type for 1985529: 2
2026-03-30 10:53:36 [ayvens.be] INFO: Extracting data for car ID: 1985529
2026-03-30 10:53:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bce4c819-f0b8-5c83-9a10-a643842c4e5e with identifier: 1985529
2026-03-30 10:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bce4c819-f0b8-5c83-9a10-a643842c4e5e with scrape type 2
2026-03-30 10:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bce4c819-f0b8-5c83-9a10-a643842c4e5e with scrape type 2
2026-03-30 10:53:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bce4c819-f0b8-5c83-9a10-a643842c4e5e, identifier: 1985529
2026-03-30 10:53:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bce4c819-f0b8-5c83-9a10-a643842c4e5e with identifier: 1985529
2026-03-30 10:53:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bce4c819-f0b8-5c83-9a10-a643842c4e5e with identifier: 1985529
2026-03-30 10:53:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bce4c819-f0b8-5c83-9a10-a643842c4e5e with identifier: 1985529 to the API
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'bce4c819-f0b8-5c83-9a10-a643842c4e5e',
'is_damaged': False,
'is_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': 92887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985529%27 HTTP/1.1" 200 None
2026-03-30 10:53:36 [ayvens.be] INFO: Saving data for 1985529: {'auction_closing_time': 1774958400.0, 'created_time': 1774565649.294866, 'last_price_update_time': 1774868016.770784}
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985529') HTTP/1.1" 204 0
2026-03-30 10:53:36 [ayvens.be] INFO: Found listing with ID: 1985530
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985530%27 HTTP/1.1" 200 None
2026-03-30 10:53:36 [ayvens.be] INFO: Scrape type for 1985530: 2
2026-03-30 10:53:36 [ayvens.be] INFO: Extracting data for car ID: 1985530
2026-03-30 10:53:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d1e7030-034b-5260-97c9-95ac6c87a369 with identifier: 1985530
2026-03-30 10:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d1e7030-034b-5260-97c9-95ac6c87a369 with scrape type 2
2026-03-30 10:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d1e7030-034b-5260-97c9-95ac6c87a369 with scrape type 2
2026-03-30 10:53:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8d1e7030-034b-5260-97c9-95ac6c87a369, identifier: 1985530
2026-03-30 10:53:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8d1e7030-034b-5260-97c9-95ac6c87a369 with identifier: 1985530
2026-03-30 10:53:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8d1e7030-034b-5260-97c9-95ac6c87a369 with identifier: 1985530
2026-03-30 10:53:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8d1e7030-034b-5260-97c9-95ac6c87a369 with identifier: 1985530 to the API
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:37 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '8d1e7030-034b-5260-97c9-95ac6c87a369',
'is_damaged': False,
'is_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 CUSTOM',
'odometer': 127584,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-04',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0TD 130PS MHEV TREND FWD 340 LWB',
'transmission': 'manual',
'trim': '2.0TD 130PS MHEV TREND FWD 340 LWB',
'vin': None,
'year': 2022}
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985530%27 HTTP/1.1" 200 None
2026-03-30 10:53:37 [ayvens.be] INFO: Saving data for 1985530: {'auction_closing_time': 1774958400.0, 'created_time': 1774565650.595807, 'last_price_update_time': 1774868017.188402}
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985530') HTTP/1.1" 204 0
2026-03-30 10:53:37 [ayvens.be] INFO: Found listing with ID: 1985531
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985531%27 HTTP/1.1" 200 None
2026-03-30 10:53:37 [ayvens.be] INFO: Scrape type for 1985531: 2
2026-03-30 10:53:37 [ayvens.be] INFO: Extracting data for car ID: 1985531
2026-03-30 10:53:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd347170-1c5d-5705-a41d-ca213afde7f0 with identifier: 1985531
2026-03-30 10:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd347170-1c5d-5705-a41d-ca213afde7f0 with scrape type 2
2026-03-30 10:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd347170-1c5d-5705-a41d-ca213afde7f0 with scrape type 2
2026-03-30 10:53:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bd347170-1c5d-5705-a41d-ca213afde7f0, identifier: 1985531
2026-03-30 10:53:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bd347170-1c5d-5705-a41d-ca213afde7f0 with identifier: 1985531
2026-03-30 10:53:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bd347170-1c5d-5705-a41d-ca213afde7f0 with identifier: 1985531
2026-03-30 10:53:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bd347170-1c5d-5705-a41d-ca213afde7f0 with identifier: 1985531 to the API
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:37 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'bd347170-1c5d-5705-a41d-ca213afde7f0',
'is_damaged': False,
'is_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': 48037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985531%27 HTTP/1.1" 200 None
2026-03-30 10:53:37 [ayvens.be] INFO: Saving data for 1985531: {'auction_closing_time': 1774958400.0, 'created_time': 1774565652.725439, 'last_price_update_time': 1774868017.6504}
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985531') HTTP/1.1" 204 0
2026-03-30 10:53:37 [ayvens.be] INFO: Found listing with ID: 1985532
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985532%27 HTTP/1.1" 200 None
2026-03-30 10:53:37 [ayvens.be] INFO: Scrape type for 1985532: 2
2026-03-30 10:53:37 [ayvens.be] INFO: Extracting data for car ID: 1985532
2026-03-30 10:53:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a6a70fa-caa0-5d8b-9ba4-7831e51a23bd with identifier: 1985532
2026-03-30 10:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a6a70fa-caa0-5d8b-9ba4-7831e51a23bd with scrape type 2
2026-03-30 10:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a6a70fa-caa0-5d8b-9ba4-7831e51a23bd with scrape type 2
2026-03-30 10:53:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4a6a70fa-caa0-5d8b-9ba4-7831e51a23bd, identifier: 1985532
2026-03-30 10:53:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4a6a70fa-caa0-5d8b-9ba4-7831e51a23bd with identifier: 1985532
2026-03-30 10:53:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4a6a70fa-caa0-5d8b-9ba4-7831e51a23bd with identifier: 1985532
2026-03-30 10:53:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4a6a70fa-caa0-5d8b-9ba4-7831e51a23bd with identifier: 1985532 to the API
2026-03-30 10:53:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:38 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '4a6a70fa-caa0-5d8b-9ba4-7831e51a23bd',
'is_damaged': False,
'is_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': 212214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-28',
'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-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985532%27 HTTP/1.1" 200 None
2026-03-30 10:53:38 [ayvens.be] INFO: Saving data for 1985532: {'auction_closing_time': 1774958400.0, 'created_time': 1774565653.596644, 'last_price_update_time': 1774868018.065905}
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985532') HTTP/1.1" 204 0
2026-03-30 10:53:38 [ayvens.be] INFO: Found listing with ID: 1985533
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985533%27 HTTP/1.1" 200 None
2026-03-30 10:53:38 [ayvens.be] INFO: Scrape type for 1985533: 2
2026-03-30 10:53:38 [ayvens.be] INFO: Extracting data for car ID: 1985533
2026-03-30 10:53:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0a2bd87-4ad2-5dd8-ac63-c2572d48520a with identifier: 1985533
2026-03-30 10:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0a2bd87-4ad2-5dd8-ac63-c2572d48520a with scrape type 2
2026-03-30 10:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0a2bd87-4ad2-5dd8-ac63-c2572d48520a with scrape type 2
2026-03-30 10:53:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b0a2bd87-4ad2-5dd8-ac63-c2572d48520a, identifier: 1985533
2026-03-30 10:53:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b0a2bd87-4ad2-5dd8-ac63-c2572d48520a with identifier: 1985533
2026-03-30 10:53:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b0a2bd87-4ad2-5dd8-ac63-c2572d48520a with identifier: 1985533
2026-03-30 10:53:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b0a2bd87-4ad2-5dd8-ac63-c2572d48520a with identifier: 1985533 to the API
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:38 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b0a2bd87-4ad2-5dd8-ac63-c2572d48520a',
'is_damaged': False,
'is_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': 77004,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-21',
'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-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985533%27 HTTP/1.1" 200 None
2026-03-30 10:53:38 [ayvens.be] INFO: Saving data for 1985533: {'auction_closing_time': 1774958400.0, 'created_time': 1774565655.346102, 'last_price_update_time': 1774868018.610256}
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985533') HTTP/1.1" 204 0
2026-03-30 10:53:38 [ayvens.be] INFO: Found listing with ID: 1985534
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985534%27 HTTP/1.1" 200 None
2026-03-30 10:53:38 [ayvens.be] INFO: Scrape type for 1985534: 2
2026-03-30 10:53:38 [ayvens.be] INFO: Extracting data for car ID: 1985534
2026-03-30 10:53:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e63084ba-d397-5197-aa10-870246624827 with identifier: 1985534
2026-03-30 10:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e63084ba-d397-5197-aa10-870246624827 with scrape type 2
2026-03-30 10:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e63084ba-d397-5197-aa10-870246624827 with scrape type 2
2026-03-30 10:53:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e63084ba-d397-5197-aa10-870246624827, identifier: 1985534
2026-03-30 10:53:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e63084ba-d397-5197-aa10-870246624827 with identifier: 1985534
2026-03-30 10:53:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e63084ba-d397-5197-aa10-870246624827 with identifier: 1985534
2026-03-30 10:53:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e63084ba-d397-5197-aa10-870246624827 with identifier: 1985534 to the API
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:39 [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.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e63084ba-d397-5197-aa10-870246624827',
'is_damaged': False,
'is_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': 145151,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '1.3 A 180 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985534%27 HTTP/1.1" 200 None
2026-03-30 10:53:39 [ayvens.be] INFO: Saving data for 1985534: {'auction_closing_time': 1774958400.0, 'created_time': 1774565656.877795, 'last_price_update_time': 1774868019.125134}
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985534') HTTP/1.1" 204 0
2026-03-30 10:53:39 [ayvens.be] INFO: Found listing with ID: 1985535
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985535%27 HTTP/1.1" 200 None
2026-03-30 10:53:39 [ayvens.be] INFO: Scrape type for 1985535: 2
2026-03-30 10:53:39 [ayvens.be] INFO: Extracting data for car ID: 1985535
2026-03-30 10:53:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09175781-0ea9-54ed-8020-069176c2cbcf with identifier: 1985535
2026-03-30 10:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09175781-0ea9-54ed-8020-069176c2cbcf with scrape type 2
2026-03-30 10:53:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09175781-0ea9-54ed-8020-069176c2cbcf with scrape type 2
2026-03-30 10:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 09175781-0ea9-54ed-8020-069176c2cbcf, identifier: 1985535
2026-03-30 10:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 09175781-0ea9-54ed-8020-069176c2cbcf with identifier: 1985535
2026-03-30 10:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 09175781-0ea9-54ed-8020-069176c2cbcf with identifier: 1985535
2026-03-30 10:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 09175781-0ea9-54ed-8020-069176c2cbcf with identifier: 1985535 to the API
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:39 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '09175781-0ea9-54ed-8020-069176c2cbcf',
'is_damaged': False,
'is_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',
'odometer': 35227,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 2.0 35 TDI S TRONIC ADVANCED BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 35 TDI S TRONIC ADVANCED BUSINESS ED',
'vin': None,
'year': 2024}
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985535%27 HTTP/1.1" 200 None
2026-03-30 10:53:39 [ayvens.be] INFO: Saving data for 1985535: {'auction_closing_time': 1774958400.0, 'created_time': 1774565659.107725, 'last_price_update_time': 1774868019.553983}
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985535') HTTP/1.1" 204 0
2026-03-30 10:53:39 [ayvens.be] INFO: Found listing with ID: 1985536
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985536%27 HTTP/1.1" 200 None
2026-03-30 10:53:39 [ayvens.be] INFO: Scrape type for 1985536: 2
2026-03-30 10:53:39 [ayvens.be] INFO: Extracting data for car ID: 1985536
2026-03-30 10:53:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ac6c500-e226-5658-a462-5e46731c9c8a with identifier: 1985536
2026-03-30 10:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ac6c500-e226-5658-a462-5e46731c9c8a with scrape type 2
2026-03-30 10:53:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ac6c500-e226-5658-a462-5e46731c9c8a with scrape type 2
2026-03-30 10:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3ac6c500-e226-5658-a462-5e46731c9c8a, identifier: 1985536
2026-03-30 10:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3ac6c500-e226-5658-a462-5e46731c9c8a with identifier: 1985536
2026-03-30 10:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3ac6c500-e226-5658-a462-5e46731c9c8a with identifier: 1985536
2026-03-30 10:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3ac6c500-e226-5658-a462-5e46731c9c8a with identifier: 1985536 to the API
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:39 [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': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '3ac6c500-e226-5658-a462-5e46731c9c8a',
'is_damaged': False,
'is_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': 156507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 30 TDI 100KW S TR ATTRACTION BE',
'transmission': 'automatic',
'trim': '2.0 30 TDI 100KW S TR ATTRACTION BE',
'vin': None,
'year': 2022}
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985536%27 HTTP/1.1" 200 None
2026-03-30 10:53:39 [ayvens.be] INFO: Saving data for 1985536: {'auction_closing_time': 1774958400.0, 'created_time': 1774565660.419462, 'last_price_update_time': 1774868019.997279}
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985536') HTTP/1.1" 204 0
2026-03-30 10:53:40 [ayvens.be] INFO: Found listing with ID: 1985537
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985537%27 HTTP/1.1" 200 None
2026-03-30 10:53:40 [ayvens.be] INFO: Scrape type for 1985537: 2
2026-03-30 10:53:40 [ayvens.be] INFO: Extracting data for car ID: 1985537
2026-03-30 10:53:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8049419-67c0-5a32-90f9-13be3f9a8ad0 with identifier: 1985537
2026-03-30 10:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8049419-67c0-5a32-90f9-13be3f9a8ad0 with scrape type 2
2026-03-30 10:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8049419-67c0-5a32-90f9-13be3f9a8ad0 with scrape type 2
2026-03-30 10:53:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e8049419-67c0-5a32-90f9-13be3f9a8ad0, identifier: 1985537
2026-03-30 10:53:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e8049419-67c0-5a32-90f9-13be3f9a8ad0 with identifier: 1985537
2026-03-30 10:53:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e8049419-67c0-5a32-90f9-13be3f9a8ad0 with identifier: 1985537
2026-03-30 10:53:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e8049419-67c0-5a32-90f9-13be3f9a8ad0 with identifier: 1985537 to the API
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:40 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'e8049419-67c0-5a32-90f9-13be3f9a8ad0',
'is_damaged': False,
'is_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': 127193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW 1.5 BLUEHDI 130 S&S AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI 130 S&S AUTO ALLURE PACK',
'vin': None,
'year': 2022}
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985537%27 HTTP/1.1" 200 None
2026-03-30 10:53:40 [ayvens.be] INFO: Saving data for 1985537: {'auction_closing_time': 1774958400.0, 'created_time': 1774565661.744055, 'last_price_update_time': 1774868020.435709}
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985537') HTTP/1.1" 204 0
2026-03-30 10:53:40 [ayvens.be] INFO: Found listing with ID: 1985538
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985538%27 HTTP/1.1" 200 None
2026-03-30 10:53:40 [ayvens.be] INFO: Scrape type for 1985538: 2
2026-03-30 10:53:40 [ayvens.be] INFO: Extracting data for car ID: 1985538
2026-03-30 10:53:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02602273-374d-59c0-8940-51e50b8740ed with identifier: 1985538
2026-03-30 10:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02602273-374d-59c0-8940-51e50b8740ed with scrape type 2
2026-03-30 10:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02602273-374d-59c0-8940-51e50b8740ed with scrape type 2
2026-03-30 10:53:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 02602273-374d-59c0-8940-51e50b8740ed, identifier: 1985538
2026-03-30 10:53:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 02602273-374d-59c0-8940-51e50b8740ed with identifier: 1985538
2026-03-30 10:53:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 02602273-374d-59c0-8940-51e50b8740ed with identifier: 1985538
2026-03-30 10:53:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 02602273-374d-59c0-8940-51e50b8740ed with identifier: 1985538 to the API
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:40 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '02602273-374d-59c0-8940-51e50b8740ed',
'is_damaged': False,
'is_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': 150035,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 35 TDI 120KW S TR S LINE BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 35 TDI 120KW S TR S LINE BUSINESS ED',
'vin': None,
'year': 2022}
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985538%27 HTTP/1.1" 200 None
2026-03-30 10:53:40 [ayvens.be] INFO: Saving data for 1985538: {'auction_closing_time': 1774958400.0, 'created_time': 1774565664.233275, 'last_price_update_time': 1774868020.848292}
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985538') HTTP/1.1" 204 0
2026-03-30 10:53:40 [ayvens.be] INFO: Found listing with ID: 1985539
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985539%27 HTTP/1.1" 200 None
2026-03-30 10:53:40 [ayvens.be] INFO: Scrape type for 1985539: 2
2026-03-30 10:53:40 [ayvens.be] INFO: Extracting data for car ID: 1985539
2026-03-30 10:53:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 137c0adf-7bc5-5006-8a80-389121a630c5 with identifier: 1985539
2026-03-30 10:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 137c0adf-7bc5-5006-8a80-389121a630c5 with scrape type 2
2026-03-30 10:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 137c0adf-7bc5-5006-8a80-389121a630c5 with scrape type 2
2026-03-30 10:53:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 137c0adf-7bc5-5006-8a80-389121a630c5, identifier: 1985539
2026-03-30 10:53:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 137c0adf-7bc5-5006-8a80-389121a630c5 with identifier: 1985539
2026-03-30 10:53:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 137c0adf-7bc5-5006-8a80-389121a630c5 with identifier: 1985539
2026-03-30 10:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 137c0adf-7bc5-5006-8a80-389121a630c5 with identifier: 1985539 to the API
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:41 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '137c0adf-7bc5-5006-8a80-389121a630c5',
'is_damaged': False,
'is_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': 29940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E LUXURY LINE DCT',
'transmission': 'automatic',
'trim': '1.3 A 250 E LUXURY LINE DCT',
'vin': None,
'year': 2023}
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985539%27 HTTP/1.1" 200 None
2026-03-30 10:53:41 [ayvens.be] INFO: Saving data for 1985539: {'auction_closing_time': 1774958400.0, 'created_time': 1774565665.849712, 'last_price_update_time': 1774868021.26605}
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985539') HTTP/1.1" 204 0
2026-03-30 10:53:41 [ayvens.be] INFO: Found listing with ID: 1985540
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985540%27 HTTP/1.1" 200 None
2026-03-30 10:53:41 [ayvens.be] INFO: Scrape type for 1985540: 2
2026-03-30 10:53:41 [ayvens.be] INFO: Extracting data for car ID: 1985540
2026-03-30 10:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c7920fc-e9bf-5130-8ddf-61283075c353 with identifier: 1985540
2026-03-30 10:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c7920fc-e9bf-5130-8ddf-61283075c353 with scrape type 2
2026-03-30 10:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c7920fc-e9bf-5130-8ddf-61283075c353 with scrape type 2
2026-03-30 10:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5c7920fc-e9bf-5130-8ddf-61283075c353, identifier: 1985540
2026-03-30 10:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5c7920fc-e9bf-5130-8ddf-61283075c353 with identifier: 1985540
2026-03-30 10:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5c7920fc-e9bf-5130-8ddf-61283075c353 with identifier: 1985540
2026-03-30 10:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5c7920fc-e9bf-5130-8ddf-61283075c353 with identifier: 1985540 to the API
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:41 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '5c7920fc-e9bf-5130-8ddf-61283075c353',
'is_damaged': False,
'is_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': 145068,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985540%27 HTTP/1.1" 200 None
2026-03-30 10:53:41 [ayvens.be] INFO: Saving data for 1985540: {'auction_closing_time': 1774958400.0, 'created_time': 1774565669.679677, 'last_price_update_time': 1774868021.654315}
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985540') HTTP/1.1" 204 0
2026-03-30 10:53:41 [ayvens.be] INFO: Found listing with ID: 1985541
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985541%27 HTTP/1.1" 200 None
2026-03-30 10:53:41 [ayvens.be] INFO: Scrape type for 1985541: 2
2026-03-30 10:53:41 [ayvens.be] INFO: Extracting data for car ID: 1985541
2026-03-30 10:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ca1cfd2-69bd-5bd7-bf5f-b01c074e3467 with identifier: 1985541
2026-03-30 10:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ca1cfd2-69bd-5bd7-bf5f-b01c074e3467 with scrape type 2
2026-03-30 10:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ca1cfd2-69bd-5bd7-bf5f-b01c074e3467 with scrape type 2
2026-03-30 10:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8ca1cfd2-69bd-5bd7-bf5f-b01c074e3467, identifier: 1985541
2026-03-30 10:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8ca1cfd2-69bd-5bd7-bf5f-b01c074e3467 with identifier: 1985541
2026-03-30 10:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8ca1cfd2-69bd-5bd7-bf5f-b01c074e3467 with identifier: 1985541
2026-03-30 10:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8ca1cfd2-69bd-5bd7-bf5f-b01c074e3467 with identifier: 1985541 to the API
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:42 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '8ca1cfd2-69bd-5bd7-bf5f-b01c074e3467',
'is_damaged': False,
'is_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': 169483,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'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-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985541%27 HTTP/1.1" 200 None
2026-03-30 10:53:42 [ayvens.be] INFO: Saving data for 1985541: {'auction_closing_time': 1774958400.0, 'created_time': 1774565669.068038, 'last_price_update_time': 1774868022.043322}
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985541') HTTP/1.1" 204 0
2026-03-30 10:53:42 [ayvens.be] INFO: Found listing with ID: 1985542
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985542%27 HTTP/1.1" 200 None
2026-03-30 10:53:42 [ayvens.be] INFO: Scrape type for 1985542: 2
2026-03-30 10:53:42 [ayvens.be] INFO: Extracting data for car ID: 1985542
2026-03-30 10:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f9c68b3-6983-5ac0-8bcd-39735c55a15c with identifier: 1985542
2026-03-30 10:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f9c68b3-6983-5ac0-8bcd-39735c55a15c with scrape type 2
2026-03-30 10:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f9c68b3-6983-5ac0-8bcd-39735c55a15c with scrape type 2
2026-03-30 10:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4f9c68b3-6983-5ac0-8bcd-39735c55a15c, identifier: 1985542
2026-03-30 10:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4f9c68b3-6983-5ac0-8bcd-39735c55a15c with identifier: 1985542
2026-03-30 10:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4f9c68b3-6983-5ac0-8bcd-39735c55a15c with identifier: 1985542
2026-03-30 10:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4f9c68b3-6983-5ac0-8bcd-39735c55a15c with identifier: 1985542 to the API
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:42 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4f9c68b3-6983-5ac0-8bcd-39735c55a15c',
'is_damaged': False,
'is_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': 105953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV 160KW DSG6 CLEVER',
'vin': None,
'year': 2022}
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985542%27 HTTP/1.1" 200 None
2026-03-30 10:53:42 [ayvens.be] INFO: Saving data for 1985542: {'auction_closing_time': 1774958400.0, 'created_time': 1774565676.098366, 'last_price_update_time': 1774868022.474895}
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985542') HTTP/1.1" 204 0
2026-03-30 10:53:42 [ayvens.be] INFO: Found listing with ID: 1985543
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985543%27 HTTP/1.1" 200 None
2026-03-30 10:53:42 [ayvens.be] INFO: Scrape type for 1985543: 2
2026-03-30 10:53:42 [ayvens.be] INFO: Extracting data for car ID: 1985543
2026-03-30 10:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0b083bf-6e40-5b10-aa61-972197b7bf06 with identifier: 1985543
2026-03-30 10:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0b083bf-6e40-5b10-aa61-972197b7bf06 with scrape type 2
2026-03-30 10:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0b083bf-6e40-5b10-aa61-972197b7bf06 with scrape type 2
2026-03-30 10:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d0b083bf-6e40-5b10-aa61-972197b7bf06, identifier: 1985543
2026-03-30 10:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d0b083bf-6e40-5b10-aa61-972197b7bf06 with identifier: 1985543
2026-03-30 10:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d0b083bf-6e40-5b10-aa61-972197b7bf06 with identifier: 1985543
2026-03-30 10:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d0b083bf-6e40-5b10-aa61-972197b7bf06 with identifier: 1985543 to the API
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'd0b083bf-6e40-5b10-aa61-972197b7bf06',
'is_damaged': False,
'is_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': 'B-CLASS',
'odometer': 188787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 2.0 B 200 D BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '2.0 B 200 D BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985543%27 HTTP/1.1" 200 None
2026-03-30 10:53:42 [ayvens.be] INFO: Saving data for 1985543: {'auction_closing_time': 1774958400.0, 'created_time': 1774565672.580783, 'last_price_update_time': 1774868022.856422}
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985543') HTTP/1.1" 204 0
2026-03-30 10:53:42 [ayvens.be] INFO: Found listing with ID: 1985544
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985544%27 HTTP/1.1" 200 None
2026-03-30 10:53:42 [ayvens.be] INFO: Scrape type for 1985544: 2
2026-03-30 10:53:42 [ayvens.be] INFO: Extracting data for car ID: 1985544
2026-03-30 10:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20b96f03-39fa-5bd4-85b8-d927562d4040 with identifier: 1985544
2026-03-30 10:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20b96f03-39fa-5bd4-85b8-d927562d4040 with scrape type 2
2026-03-30 10:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20b96f03-39fa-5bd4-85b8-d927562d4040 with scrape type 2
2026-03-30 10:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 20b96f03-39fa-5bd4-85b8-d927562d4040, identifier: 1985544
2026-03-30 10:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 20b96f03-39fa-5bd4-85b8-d927562d4040 with identifier: 1985544
2026-03-30 10:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 20b96f03-39fa-5bd4-85b8-d927562d4040 with identifier: 1985544
2026-03-30 10:53:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 20b96f03-39fa-5bd4-85b8-d927562d4040 with identifier: 1985544 to the API
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:43 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '20b96f03-39fa-5bd4-85b8-d927562d4040',
'is_damaged': False,
'is_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': 91807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.0 30 TFSI 81KW',
'transmission': 'manual',
'trim': '1.0 30 TFSI 81KW',
'vin': None,
'year': 2021}
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985544%27 HTTP/1.1" 200 None
2026-03-30 10:53:43 [ayvens.be] INFO: Saving data for 1985544: {'auction_closing_time': 1774958400.0, 'created_time': 1774565673.284855, 'last_price_update_time': 1774868023.34904}
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985544') HTTP/1.1" 204 0
2026-03-30 10:53:43 [ayvens.be] INFO: Found listing with ID: 1985545
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985545%27 HTTP/1.1" 200 None
2026-03-30 10:53:43 [ayvens.be] INFO: Scrape type for 1985545: 2
2026-03-30 10:53:43 [ayvens.be] INFO: Extracting data for car ID: 1985545
2026-03-30 10:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 585391de-3103-5b60-94d9-9311ab472214 with identifier: 1985545
2026-03-30 10:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 585391de-3103-5b60-94d9-9311ab472214 with scrape type 2
2026-03-30 10:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 585391de-3103-5b60-94d9-9311ab472214 with scrape type 2
2026-03-30 10:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 585391de-3103-5b60-94d9-9311ab472214, identifier: 1985545
2026-03-30 10:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 585391de-3103-5b60-94d9-9311ab472214 with identifier: 1985545
2026-03-30 10:53:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 585391de-3103-5b60-94d9-9311ab472214 with identifier: 1985545
2026-03-30 10:53:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 585391de-3103-5b60-94d9-9311ab472214 with identifier: 1985545 to the API
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'PHYTONICBLAU METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '585391de-3103-5b60-94d9-9311ab472214',
'is_damaged': False,
'is_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': 114666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985545%27 HTTP/1.1" 200 None
2026-03-30 10:53:43 [ayvens.be] INFO: Saving data for 1985545: {'auction_closing_time': 1774958400.0, 'created_time': 1774565675.203003, 'last_price_update_time': 1774868023.789715}
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985545') HTTP/1.1" 204 0
2026-03-30 10:53:43 [ayvens.be] INFO: Found listing with ID: 1985546
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985546%27 HTTP/1.1" 200 None
2026-03-30 10:53:43 [ayvens.be] INFO: Scrape type for 1985546: 2
2026-03-30 10:53:43 [ayvens.be] INFO: Extracting data for car ID: 1985546
2026-03-30 10:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 053c27bf-20c6-52f1-897d-b564c8a68ac2 with identifier: 1985546
2026-03-30 10:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053c27bf-20c6-52f1-897d-b564c8a68ac2 with scrape type 2
2026-03-30 10:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 053c27bf-20c6-52f1-897d-b564c8a68ac2 with scrape type 2
2026-03-30 10:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 053c27bf-20c6-52f1-897d-b564c8a68ac2, identifier: 1985546
2026-03-30 10:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 053c27bf-20c6-52f1-897d-b564c8a68ac2 with identifier: 1985546
2026-03-30 10:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 053c27bf-20c6-52f1-897d-b564c8a68ac2 with identifier: 1985546
2026-03-30 10:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 053c27bf-20c6-52f1-897d-b564c8a68ac2 with identifier: 1985546 to the API
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:44 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '053c27bf-20c6-52f1-897d-b564c8a68ac2',
'is_damaged': False,
'is_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': 33578,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-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': 2022}
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985546%27 HTTP/1.1" 200 None
2026-03-30 10:53:44 [ayvens.be] INFO: Saving data for 1985546: {'auction_closing_time': 1774958400.0, 'created_time': 1774565677.565031, 'last_price_update_time': 1774868024.208519}
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985546') HTTP/1.1" 204 0
2026-03-30 10:53:44 [ayvens.be] INFO: Found listing with ID: 1985547
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985547%27 HTTP/1.1" 200 None
2026-03-30 10:53:44 [ayvens.be] INFO: Scrape type for 1985547: 2
2026-03-30 10:53:44 [ayvens.be] INFO: Extracting data for car ID: 1985547
2026-03-30 10:53:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02a049f-23ad-52f2-a198-bcbf99a914dd with identifier: 1985547
2026-03-30 10:53:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02a049f-23ad-52f2-a198-bcbf99a914dd with scrape type 2
2026-03-30 10:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b02a049f-23ad-52f2-a198-bcbf99a914dd with scrape type 2
2026-03-30 10:53:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b02a049f-23ad-52f2-a198-bcbf99a914dd, identifier: 1985547
2026-03-30 10:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b02a049f-23ad-52f2-a198-bcbf99a914dd with identifier: 1985547
2026-03-30 10:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b02a049f-23ad-52f2-a198-bcbf99a914dd with identifier: 1985547
2026-03-30 10:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b02a049f-23ad-52f2-a198-bcbf99a914dd with identifier: 1985547 to the API
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:44 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b02a049f-23ad-52f2-a198-bcbf99a914dd',
'is_damaged': False,
'is_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': 116175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'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-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985547%27 HTTP/1.1" 200 None
2026-03-30 10:53:44 [ayvens.be] INFO: Saving data for 1985547: {'auction_closing_time': 1774958400.0, 'created_time': 1774565679.938127, 'last_price_update_time': 1774868024.644659}
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985547') HTTP/1.1" 204 0
2026-03-30 10:53:44 [ayvens.be] INFO: Found listing with ID: 1985548
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985548%27 HTTP/1.1" 200 None
2026-03-30 10:53:44 [ayvens.be] INFO: Scrape type for 1985548: 2
2026-03-30 10:53:44 [ayvens.be] INFO: Extracting data for car ID: 1985548
2026-03-30 10:53:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0475d773-c9bd-57d9-92ba-2afdf730d633 with identifier: 1985548
2026-03-30 10:53:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0475d773-c9bd-57d9-92ba-2afdf730d633 with scrape type 2
2026-03-30 10:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0475d773-c9bd-57d9-92ba-2afdf730d633 with scrape type 2
2026-03-30 10:53:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0475d773-c9bd-57d9-92ba-2afdf730d633, identifier: 1985548
2026-03-30 10:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0475d773-c9bd-57d9-92ba-2afdf730d633 with identifier: 1985548
2026-03-30 10:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0475d773-c9bd-57d9-92ba-2afdf730d633 with identifier: 1985548
2026-03-30 10:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0475d773-c9bd-57d9-92ba-2afdf730d633 with identifier: 1985548 to the API
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:45 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '0475d773-c9bd-57d9-92ba-2afdf730d633',
'is_damaged': False,
'is_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': 89787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 2.0 CLA 180 D BUS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': '2.0 CLA 180 D BUS SOLUTION ESSENTIAL',
'vin': None,
'year': 2021}
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985548%27 HTTP/1.1" 200 None
2026-03-30 10:53:45 [ayvens.be] INFO: Saving data for 1985548: {'auction_closing_time': 1774958400.0, 'created_time': 1774565683.706872, 'last_price_update_time': 1774868025.050965}
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985548') HTTP/1.1" 204 0
2026-03-30 10:53:45 [ayvens.be] INFO: Found listing with ID: 1985549
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985549%27 HTTP/1.1" 200 None
2026-03-30 10:53:45 [ayvens.be] INFO: Scrape type for 1985549: 2
2026-03-30 10:53:45 [ayvens.be] INFO: Extracting data for car ID: 1985549
2026-03-30 10:53:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e69776c-945b-5aab-a92a-06594b48f9b9 with identifier: 1985549
2026-03-30 10:53:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e69776c-945b-5aab-a92a-06594b48f9b9 with scrape type 2
2026-03-30 10:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e69776c-945b-5aab-a92a-06594b48f9b9 with scrape type 2
2026-03-30 10:53:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7e69776c-945b-5aab-a92a-06594b48f9b9, identifier: 1985549
2026-03-30 10:53:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7e69776c-945b-5aab-a92a-06594b48f9b9 with identifier: 1985549
2026-03-30 10:53:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7e69776c-945b-5aab-a92a-06594b48f9b9 with identifier: 1985549
2026-03-30 10:53:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7e69776c-945b-5aab-a92a-06594b48f9b9 with identifier: 1985549 to the API
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:45 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '7e69776c-945b-5aab-a92a-06594b48f9b9',
'is_damaged': False,
'is_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 DIESEL - 2020',
'odometer': 150283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-02',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2020 1.5 BlueHDi GT Line',
'transmission': 'automatic',
'trim': '1.5 BlueHDi GT Line',
'vin': None,
'year': 2020}
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985549%27 HTTP/1.1" 200 None
2026-03-30 10:53:45 [ayvens.be] INFO: Saving data for 1985549: {'auction_closing_time': 1774958400.0, 'created_time': 1774565684.195827, 'last_price_update_time': 1774868025.446841}
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985549') HTTP/1.1" 204 0
2026-03-30 10:53:45 [ayvens.be] INFO: Found listing with ID: 1985550
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985550%27 HTTP/1.1" 200 None
2026-03-30 10:53:45 [ayvens.be] INFO: Scrape type for 1985550: 2
2026-03-30 10:53:45 [ayvens.be] INFO: Extracting data for car ID: 1985550
2026-03-30 10:53:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c31d14e-586c-5631-8915-23d5ef030f15 with identifier: 1985550
2026-03-30 10:53:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c31d14e-586c-5631-8915-23d5ef030f15 with scrape type 2
2026-03-30 10:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c31d14e-586c-5631-8915-23d5ef030f15 with scrape type 2
2026-03-30 10:53:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c31d14e-586c-5631-8915-23d5ef030f15, identifier: 1985550
2026-03-30 10:53:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c31d14e-586c-5631-8915-23d5ef030f15 with identifier: 1985550
2026-03-30 10:53:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c31d14e-586c-5631-8915-23d5ef030f15 with identifier: 1985550
2026-03-30 10:53:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c31d14e-586c-5631-8915-23d5ef030f15 with identifier: 1985550 to the API
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 37,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '3c31d14e-586c-5631-8915-23d5ef030f15',
'is_damaged': False,
'is_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': 102982,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 320E XDRIVE TOURING',
'transmission': 'automatic',
'trim': '2.0 320E XDRIVE TOURING',
'vin': None,
'year': 2021}
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985550%27 HTTP/1.1" 200 None
2026-03-30 10:53:45 [ayvens.be] INFO: Saving data for 1985550: {'auction_closing_time': 1774958400.0, 'created_time': 1774565682.74951, 'last_price_update_time': 1774868025.857122}
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985550') HTTP/1.1" 204 0
2026-03-30 10:53:45 [ayvens.be] INFO: Found listing with ID: 1985551
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985551%27 HTTP/1.1" 200 None
2026-03-30 10:53:45 [ayvens.be] INFO: Scrape type for 1985551: 2
2026-03-30 10:53:45 [ayvens.be] INFO: Extracting data for car ID: 1985551
2026-03-30 10:53:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1631eb65-126f-594d-a66e-5f4946f4eb27 with identifier: 1985551
2026-03-30 10:53:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1631eb65-126f-594d-a66e-5f4946f4eb27 with scrape type 2
2026-03-30 10:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1631eb65-126f-594d-a66e-5f4946f4eb27 with scrape type 2
2026-03-30 10:53:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1631eb65-126f-594d-a66e-5f4946f4eb27, identifier: 1985551
2026-03-30 10:53:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1631eb65-126f-594d-a66e-5f4946f4eb27 with identifier: 1985551
2026-03-30 10:53:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1631eb65-126f-594d-a66e-5f4946f4eb27 with identifier: 1985551
2026-03-30 10:53:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1631eb65-126f-594d-a66e-5f4946f4eb27 with identifier: 1985551 to the API
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:46 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '1631eb65-126f-594d-a66e-5f4946f4eb27',
'is_damaged': False,
'is_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': 40862,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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 STOCK',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend STOCK',
'vin': None,
'year': 2018}
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985551%27 HTTP/1.1" 200 None
2026-03-30 10:53:46 [ayvens.be] INFO: Saving data for 1985551: {'auction_closing_time': 1774958400.0, 'created_time': 1774565685.366327, 'last_price_update_time': 1774868026.284875}
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985551') HTTP/1.1" 204 0
2026-03-30 10:53:46 [ayvens.be] INFO: Found listing with ID: 1985552
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985552%27 HTTP/1.1" 200 None
2026-03-30 10:53:46 [ayvens.be] INFO: Scrape type for 1985552: 2
2026-03-30 10:53:46 [ayvens.be] INFO: Extracting data for car ID: 1985552
2026-03-30 10:53:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d21a3c6-1f65-5cd1-b250-9745fef5b789 with identifier: 1985552
2026-03-30 10:53:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d21a3c6-1f65-5cd1-b250-9745fef5b789 with scrape type 2
2026-03-30 10:53:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d21a3c6-1f65-5cd1-b250-9745fef5b789 with scrape type 2
2026-03-30 10:53:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4d21a3c6-1f65-5cd1-b250-9745fef5b789, identifier: 1985552
2026-03-30 10:53:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4d21a3c6-1f65-5cd1-b250-9745fef5b789 with identifier: 1985552
2026-03-30 10:53:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4d21a3c6-1f65-5cd1-b250-9745fef5b789 with identifier: 1985552
2026-03-30 10:53:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4d21a3c6-1f65-5cd1-b250-9745fef5b789 with identifier: 1985552 to the API
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:46 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4d21a3c6-1f65-5cd1-b250-9745fef5b789',
'is_damaged': False,
'is_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': 192617,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-20',
'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': 2021}
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985552%27 HTTP/1.1" 200 None
2026-03-30 10:53:46 [ayvens.be] INFO: Saving data for 1985552: {'auction_closing_time': 1774958400.0, 'created_time': 1774565686.977869, 'last_price_update_time': 1774868026.765346}
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985552') HTTP/1.1" 204 0
2026-03-30 10:53:46 [ayvens.be] INFO: Found listing with ID: 1985553
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985553%27 HTTP/1.1" 200 None
2026-03-30 10:53:46 [ayvens.be] INFO: Scrape type for 1985553: 2
2026-03-30 10:53:46 [ayvens.be] INFO: Extracting data for car ID: 1985553
2026-03-30 10:53:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f19dff6-09d0-5024-b64c-2157ab8048d4 with identifier: 1985553
2026-03-30 10:53:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f19dff6-09d0-5024-b64c-2157ab8048d4 with scrape type 2
2026-03-30 10:53:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f19dff6-09d0-5024-b64c-2157ab8048d4 with scrape type 2
2026-03-30 10:53:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7f19dff6-09d0-5024-b64c-2157ab8048d4, identifier: 1985553
2026-03-30 10:53:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7f19dff6-09d0-5024-b64c-2157ab8048d4 with identifier: 1985553
2026-03-30 10:53:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7f19dff6-09d0-5024-b64c-2157ab8048d4 with identifier: 1985553
2026-03-30 10:53:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7f19dff6-09d0-5024-b64c-2157ab8048d4 with identifier: 1985553 to the API
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '7f19dff6-09d0-5024-b64c-2157ab8048d4',
'is_damaged': False,
'is_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': 47509,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 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-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985553%27 HTTP/1.1" 200 None
2026-03-30 10:53:47 [ayvens.be] INFO: Saving data for 1985553: {'auction_closing_time': 1774958400.0, 'created_time': 1774565688.427289, 'last_price_update_time': 1774868027.319904}
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985553') HTTP/1.1" 204 0
2026-03-30 10:53:47 [ayvens.be] INFO: Found listing with ID: 1985554
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985554%27 HTTP/1.1" 200 None
2026-03-30 10:53:47 [ayvens.be] INFO: Scrape type for 1985554: 2
2026-03-30 10:53:47 [ayvens.be] INFO: Extracting data for car ID: 1985554
2026-03-30 10:53:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71689947-0945-541e-84e9-3ae7080dcfea with identifier: 1985554
2026-03-30 10:53:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71689947-0945-541e-84e9-3ae7080dcfea with scrape type 2
2026-03-30 10:53:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71689947-0945-541e-84e9-3ae7080dcfea with scrape type 2
2026-03-30 10:53:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 71689947-0945-541e-84e9-3ae7080dcfea, identifier: 1985554
2026-03-30 10:53:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 71689947-0945-541e-84e9-3ae7080dcfea with identifier: 1985554
2026-03-30 10:53:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 71689947-0945-541e-84e9-3ae7080dcfea with identifier: 1985554
2026-03-30 10:53:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 71689947-0945-541e-84e9-3ae7080dcfea with identifier: 1985554 to the API
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:47 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '71689947-0945-541e-84e9-3ae7080dcfea',
'is_damaged': False,
'is_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': 144429,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-21',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 30 TDI S TRONIC BUS. ED.',
'transmission': 'automatic',
'trim': '2.0 30 TDI S TRONIC BUS. ED.',
'vin': None,
'year': 2021}
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985554%27 HTTP/1.1" 200 None
2026-03-30 10:53:47 [ayvens.be] INFO: Saving data for 1985554: {'auction_closing_time': 1774958400.0, 'created_time': 1774565689.997854, 'last_price_update_time': 1774868027.766698}
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985554') HTTP/1.1" 204 0
2026-03-30 10:53:47 [ayvens.be] INFO: Found listing with ID: 1985555
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985555%27 HTTP/1.1" 200 None
2026-03-30 10:53:47 [ayvens.be] INFO: Scrape type for 1985555: 2
2026-03-30 10:53:47 [ayvens.be] INFO: Extracting data for car ID: 1985555
2026-03-30 10:53:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec46de6-e866-5be7-9224-6fd57651e59d with identifier: 1985555
2026-03-30 10:53:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec46de6-e866-5be7-9224-6fd57651e59d with scrape type 2
2026-03-30 10:53:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec46de6-e866-5be7-9224-6fd57651e59d with scrape type 2
2026-03-30 10:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4ec46de6-e866-5be7-9224-6fd57651e59d, identifier: 1985555
2026-03-30 10:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4ec46de6-e866-5be7-9224-6fd57651e59d with identifier: 1985555
2026-03-30 10:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4ec46de6-e866-5be7-9224-6fd57651e59d with identifier: 1985555
2026-03-30 10:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4ec46de6-e866-5be7-9224-6fd57651e59d with identifier: 1985555 to the API
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:48 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4ec46de6-e866-5be7-9224-6fd57651e59d',
'is_damaged': False,
'is_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',
'odometer': 60599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': '1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2023}
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985555%27 HTTP/1.1" 200 None
2026-03-30 10:53:48 [ayvens.be] INFO: Saving data for 1985555: {'auction_closing_time': 1774958400.0, 'created_time': 1774565691.91071, 'last_price_update_time': 1774868028.282813}
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985555') HTTP/1.1" 204 0
2026-03-30 10:53:48 [ayvens.be] INFO: Found listing with ID: 1985556
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985556%27 HTTP/1.1" 200 None
2026-03-30 10:53:48 [ayvens.be] INFO: Scrape type for 1985556: 2
2026-03-30 10:53:48 [ayvens.be] INFO: Extracting data for car ID: 1985556
2026-03-30 10:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bc6fecf-167b-51eb-acbf-41d488f8f507 with identifier: 1985556
2026-03-30 10:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc6fecf-167b-51eb-acbf-41d488f8f507 with scrape type 2
2026-03-30 10:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bc6fecf-167b-51eb-acbf-41d488f8f507 with scrape type 2
2026-03-30 10:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0bc6fecf-167b-51eb-acbf-41d488f8f507, identifier: 1985556
2026-03-30 10:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0bc6fecf-167b-51eb-acbf-41d488f8f507 with identifier: 1985556
2026-03-30 10:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0bc6fecf-167b-51eb-acbf-41d488f8f507 with identifier: 1985556
2026-03-30 10:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0bc6fecf-167b-51eb-acbf-41d488f8f507 with identifier: 1985556 to the API
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:48 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '0bc6fecf-167b-51eb-acbf-41d488f8f507',
'is_damaged': False,
'is_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 COUPE',
'odometer': 111879,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC COUPE 2.0 GLC 300 DE PHEV 4MATIC 4WD AUTO',
'transmission': 'automatic',
'trim': '2.0 GLC 300 DE PHEV 4MATIC 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985556%27 HTTP/1.1" 200 None
2026-03-30 10:53:48 [ayvens.be] INFO: Saving data for 1985556: {'auction_closing_time': 1774958400.0, 'created_time': 1774565694.214404, 'last_price_update_time': 1774868028.702589}
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985556') HTTP/1.1" 204 0
2026-03-30 10:53:48 [ayvens.be] INFO: Found listing with ID: 1985557
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985557%27 HTTP/1.1" 200 None
2026-03-30 10:53:48 [ayvens.be] INFO: Scrape type for 1985557: 2
2026-03-30 10:53:48 [ayvens.be] INFO: Extracting data for car ID: 1985557
2026-03-30 10:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e64cf68-a5f0-53b0-94d5-05c292bbbcea with identifier: 1985557
2026-03-30 10:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e64cf68-a5f0-53b0-94d5-05c292bbbcea with scrape type 2
2026-03-30 10:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e64cf68-a5f0-53b0-94d5-05c292bbbcea with scrape type 2
2026-03-30 10:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1e64cf68-a5f0-53b0-94d5-05c292bbbcea, identifier: 1985557
2026-03-30 10:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1e64cf68-a5f0-53b0-94d5-05c292bbbcea with identifier: 1985557
2026-03-30 10:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1e64cf68-a5f0-53b0-94d5-05c292bbbcea with identifier: 1985557
2026-03-30 10:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1e64cf68-a5f0-53b0-94d5-05c292bbbcea with identifier: 1985557 to the API
2026-03-30 10:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:49 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '1e64cf68-a5f0-53b0-94d5-05c292bbbcea',
'is_damaged': False,
'is_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': 147558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'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-30 10:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985557%27 HTTP/1.1" 200 None
2026-03-30 10:53:49 [ayvens.be] INFO: Saving data for 1985557: {'auction_closing_time': 1774958400.0, 'created_time': 1774565695.220216, 'last_price_update_time': 1774868029.12563}
2026-03-30 10:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985557') HTTP/1.1" 204 0
2026-03-30 10:53:49 [ayvens.be] INFO: Found listing with ID: 1985558
2026-03-30 10:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985558%27 HTTP/1.1" 200 None
2026-03-30 10:53:49 [ayvens.be] INFO: Scrape type for 1985558: 2
2026-03-30 10:53:49 [ayvens.be] INFO: Extracting data for car ID: 1985558
2026-03-30 10:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09004bbc-6359-535b-a99e-b8b1fb675399 with identifier: 1985558
2026-03-30 10:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09004bbc-6359-535b-a99e-b8b1fb675399 with scrape type 2
2026-03-30 10:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09004bbc-6359-535b-a99e-b8b1fb675399 with scrape type 2
2026-03-30 10:53:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 09004bbc-6359-535b-a99e-b8b1fb675399, identifier: 1985558
2026-03-30 10:53:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 09004bbc-6359-535b-a99e-b8b1fb675399 with identifier: 1985558
2026-03-30 10:53:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 09004bbc-6359-535b-a99e-b8b1fb675399 with identifier: 1985558
2026-03-30 10:53:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 09004bbc-6359-535b-a99e-b8b1fb675399 with identifier: 1985558 to the API
2026-03-30 10:53:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:50 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '09004bbc-6359-535b-a99e-b8b1fb675399',
'is_damaged': False,
'is_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': 111269,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'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-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985558%27 HTTP/1.1" 200 None
2026-03-30 10:53:50 [ayvens.be] INFO: Saving data for 1985558: {'auction_closing_time': 1774958400.0, 'created_time': 1774565697.398228, 'last_price_update_time': 1774868030.187262}
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985558') HTTP/1.1" 204 0
2026-03-30 10:53:50 [ayvens.be] INFO: Found listing with ID: 1985559
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985559%27 HTTP/1.1" 200 None
2026-03-30 10:53:50 [ayvens.be] INFO: Scrape type for 1985559: 2
2026-03-30 10:53:50 [ayvens.be] INFO: Extracting data for car ID: 1985559
2026-03-30 10:53:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca63ae9b-a5c6-564e-8bc3-a8958d4aaaa3 with identifier: 1985559
2026-03-30 10:53:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca63ae9b-a5c6-564e-8bc3-a8958d4aaaa3 with scrape type 2
2026-03-30 10:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca63ae9b-a5c6-564e-8bc3-a8958d4aaaa3 with scrape type 2
2026-03-30 10:53:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ca63ae9b-a5c6-564e-8bc3-a8958d4aaaa3, identifier: 1985559
2026-03-30 10:53:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ca63ae9b-a5c6-564e-8bc3-a8958d4aaaa3 with identifier: 1985559
2026-03-30 10:53:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ca63ae9b-a5c6-564e-8bc3-a8958d4aaaa3 with identifier: 1985559
2026-03-30 10:53:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ca63ae9b-a5c6-564e-8bc3-a8958d4aaaa3 with identifier: 1985559 to the API
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 'ca63ae9b-a5c6-564e-8bc3-a8958d4aaaa3',
'is_damaged': False,
'is_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': 180008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-14',
'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-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985559%27 HTTP/1.1" 200 None
2026-03-30 10:53:50 [ayvens.be] INFO: Saving data for 1985559: {'auction_closing_time': 1774958400.0, 'created_time': 1774565698.84847, 'last_price_update_time': 1774868030.614701}
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985559') HTTP/1.1" 204 0
2026-03-30 10:53:50 [ayvens.be] INFO: Found listing with ID: 1985560
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985560%27 HTTP/1.1" 200 None
2026-03-30 10:53:50 [ayvens.be] INFO: Scrape type for 1985560: 2
2026-03-30 10:53:50 [ayvens.be] INFO: Extracting data for car ID: 1985560
2026-03-30 10:53:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10f6b86a-64a3-5986-ae46-4ef20370de69 with identifier: 1985560
2026-03-30 10:53:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10f6b86a-64a3-5986-ae46-4ef20370de69 with scrape type 2
2026-03-30 10:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10f6b86a-64a3-5986-ae46-4ef20370de69 with scrape type 2
2026-03-30 10:53:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 10f6b86a-64a3-5986-ae46-4ef20370de69, identifier: 1985560
2026-03-30 10:53:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 10f6b86a-64a3-5986-ae46-4ef20370de69 with identifier: 1985560
2026-03-30 10:53:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 10f6b86a-64a3-5986-ae46-4ef20370de69 with identifier: 1985560
2026-03-30 10:53:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 10f6b86a-64a3-5986-ae46-4ef20370de69 with identifier: 1985560 to the API
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:51 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '10f6b86a-64a3-5986-ae46-4ef20370de69',
'is_damaged': False,
'is_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': 'GRAND C4 SPACETOURER',
'odometer': 89827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 7,
'seller_name': None,
'title': 'CITROAu2039N 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-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985560%27 HTTP/1.1" 200 None
2026-03-30 10:53:51 [ayvens.be] INFO: Saving data for 1985560: {'auction_closing_time': 1774958400.0, 'created_time': 1774565699.58776, 'last_price_update_time': 1774868031.046792}
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985560') HTTP/1.1" 204 0
2026-03-30 10:53:51 [ayvens.be] INFO: Found listing with ID: 1985561
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985561%27 HTTP/1.1" 200 None
2026-03-30 10:53:51 [ayvens.be] INFO: Scrape type for 1985561: 2
2026-03-30 10:53:51 [ayvens.be] INFO: Extracting data for car ID: 1985561
2026-03-30 10:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3ccbd74-4d59-5303-8962-b8d5e8bed838 with identifier: 1985561
2026-03-30 10:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3ccbd74-4d59-5303-8962-b8d5e8bed838 with scrape type 2
2026-03-30 10:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3ccbd74-4d59-5303-8962-b8d5e8bed838 with scrape type 2
2026-03-30 10:53:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3ccbd74-4d59-5303-8962-b8d5e8bed838, identifier: 1985561
2026-03-30 10:53:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3ccbd74-4d59-5303-8962-b8d5e8bed838 with identifier: 1985561
2026-03-30 10:53:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3ccbd74-4d59-5303-8962-b8d5e8bed838 with identifier: 1985561
2026-03-30 10:53:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3ccbd74-4d59-5303-8962-b8d5e8bed838 with identifier: 1985561 to the API
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:51 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'a3ccbd74-4d59-5303-8962-b8d5e8bed838',
'is_damaged': False,
'is_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': 'Q2',
'odometer': 52536,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 1.5 35 TFSI ADVANCED',
'transmission': 'manual',
'trim': '1.5 35 TFSI ADVANCED',
'vin': None,
'year': 2022}
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985561%27 HTTP/1.1" 200 None
2026-03-30 10:53:51 [ayvens.be] INFO: Saving data for 1985561: {'auction_closing_time': 1774958400.0, 'created_time': 1774565701.076662, 'last_price_update_time': 1774868031.478253}
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985561') HTTP/1.1" 204 0
2026-03-30 10:53:51 [ayvens.be] INFO: Found listing with ID: 1985562
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985562%27 HTTP/1.1" 200 None
2026-03-30 10:53:51 [ayvens.be] INFO: Scrape type for 1985562: 2
2026-03-30 10:53:51 [ayvens.be] INFO: Extracting data for car ID: 1985562
2026-03-30 10:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: def2c99e-3f4a-58de-ac43-9de97793e71f with identifier: 1985562
2026-03-30 10:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item def2c99e-3f4a-58de-ac43-9de97793e71f with scrape type 2
2026-03-30 10:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item def2c99e-3f4a-58de-ac43-9de97793e71f with scrape type 2
2026-03-30 10:53:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: def2c99e-3f4a-58de-ac43-9de97793e71f, identifier: 1985562
2026-03-30 10:53:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: def2c99e-3f4a-58de-ac43-9de97793e71f with identifier: 1985562
2026-03-30 10:53:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: def2c99e-3f4a-58de-ac43-9de97793e71f with identifier: 1985562
2026-03-30 10:53:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: def2c99e-3f4a-58de-ac43-9de97793e71f with identifier: 1985562 to the API
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:51 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'def2c99e-3f4a-58de-ac43-9de97793e71f',
'is_damaged': False,
'is_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',
'odometer': 42279,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985562%27 HTTP/1.1" 200 None
2026-03-30 10:53:51 [ayvens.be] INFO: Saving data for 1985562: {'auction_closing_time': 1774958400.0, 'created_time': 1774565703.108921, 'last_price_update_time': 1774868031.900853}
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985562') HTTP/1.1" 204 0
2026-03-30 10:53:51 [ayvens.be] INFO: Found listing with ID: 1985563
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985563%27 HTTP/1.1" 200 None
2026-03-30 10:53:51 [ayvens.be] INFO: Scrape type for 1985563: 2
2026-03-30 10:53:51 [ayvens.be] INFO: Extracting data for car ID: 1985563
2026-03-30 10:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bf6eef3-8789-54b4-b1b1-35ea4c56a479 with identifier: 1985563
2026-03-30 10:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bf6eef3-8789-54b4-b1b1-35ea4c56a479 with scrape type 2
2026-03-30 10:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bf6eef3-8789-54b4-b1b1-35ea4c56a479 with scrape type 2
2026-03-30 10:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7bf6eef3-8789-54b4-b1b1-35ea4c56a479, identifier: 1985563
2026-03-30 10:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7bf6eef3-8789-54b4-b1b1-35ea4c56a479 with identifier: 1985563
2026-03-30 10:53:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7bf6eef3-8789-54b4-b1b1-35ea4c56a479 with identifier: 1985563
2026-03-30 10:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7bf6eef3-8789-54b4-b1b1-35ea4c56a479 with identifier: 1985563 to the API
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'MINERAL BLANC BRILLANT',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '7bf6eef3-8789-54b4-b1b1-35ea4c56a479',
'is_damaged': False,
'is_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': 'RENAULT',
'model': 'Kangoo',
'odometer': 17328,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Kangoo BEV 33KWH MAXI Z.E. B-BUY 5-SEATS',
'transmission': 'automatic',
'trim': 'BEV 33KWH MAXI Z.E. B-BUY 5-SEATS',
'vin': None,
'year': 2021}
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985563%27 HTTP/1.1" 200 None
2026-03-30 10:53:52 [ayvens.be] INFO: Saving data for 1985563: {'auction_closing_time': 1774958400.0, 'created_time': 1774565704.325148, 'last_price_update_time': 1774868032.327183}
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985563') HTTP/1.1" 204 0
2026-03-30 10:53:52 [ayvens.be] INFO: Found listing with ID: 1985564
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985564%27 HTTP/1.1" 200 None
2026-03-30 10:53:52 [ayvens.be] INFO: Scrape type for 1985564: 2
2026-03-30 10:53:52 [ayvens.be] INFO: Extracting data for car ID: 1985564
2026-03-30 10:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e328d8-b8fa-5e9a-aacc-ce7d1babb380 with identifier: 1985564
2026-03-30 10:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e328d8-b8fa-5e9a-aacc-ce7d1babb380 with scrape type 2
2026-03-30 10:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2e328d8-b8fa-5e9a-aacc-ce7d1babb380 with scrape type 2
2026-03-30 10:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e2e328d8-b8fa-5e9a-aacc-ce7d1babb380, identifier: 1985564
2026-03-30 10:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e2e328d8-b8fa-5e9a-aacc-ce7d1babb380 with identifier: 1985564
2026-03-30 10:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e2e328d8-b8fa-5e9a-aacc-ce7d1babb380 with identifier: 1985564
2026-03-30 10:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e2e328d8-b8fa-5e9a-aacc-ce7d1babb380 with identifier: 1985564 to the API
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:52 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e2e328d8-b8fa-5e9a-aacc-ce7d1babb380',
'is_damaged': False,
'is_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': 'C5Aircross',
'odometer': 93476,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C5Aircross 1.6 PHEV 225 E-EAT8 BUS. LOUNGE AUTO',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 E-EAT8 BUS. LOUNGE AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985564%27 HTTP/1.1" 200 None
2026-03-30 10:53:52 [ayvens.be] INFO: Saving data for 1985564: {'auction_closing_time': 1774958400.0, 'created_time': 1774565706.674732, 'last_price_update_time': 1774868032.740533}
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985564') HTTP/1.1" 204 0
2026-03-30 10:53:52 [ayvens.be] INFO: Found listing with ID: 1985565
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985565%27 HTTP/1.1" 200 None
2026-03-30 10:53:52 [ayvens.be] INFO: Scrape type for 1985565: 2
2026-03-30 10:53:52 [ayvens.be] INFO: Extracting data for car ID: 1985565
2026-03-30 10:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bd0ccc6-48b2-55aa-9b1b-a5b93fac6f3d with identifier: 1985565
2026-03-30 10:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bd0ccc6-48b2-55aa-9b1b-a5b93fac6f3d with scrape type 2
2026-03-30 10:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bd0ccc6-48b2-55aa-9b1b-a5b93fac6f3d with scrape type 2
2026-03-30 10:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2bd0ccc6-48b2-55aa-9b1b-a5b93fac6f3d, identifier: 1985565
2026-03-30 10:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2bd0ccc6-48b2-55aa-9b1b-a5b93fac6f3d with identifier: 1985565
2026-03-30 10:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2bd0ccc6-48b2-55aa-9b1b-a5b93fac6f3d with identifier: 1985565
2026-03-30 10:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2bd0ccc6-48b2-55aa-9b1b-a5b93fac6f3d with identifier: 1985565 to the API
2026-03-30 10:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:53 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '2bd0ccc6-48b2-55aa-9b1b-a5b93fac6f3d',
'is_damaged': False,
'is_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': 'EQA',
'odometer': 88931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-20',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 67KWH EQA 250 BUSINESS LINE',
'transmission': 'automatic',
'trim': 'BEV 67KWH EQA 250 BUSINESS LINE',
'vin': None,
'year': 2023}
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985565%27 HTTP/1.1" 200 None
2026-03-30 10:53:53 [ayvens.be] INFO: Saving data for 1985565: {'auction_closing_time': 1774958400.0, 'created_time': 1774565708.266693, 'last_price_update_time': 1774868033.152246}
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985565') HTTP/1.1" 204 0
2026-03-30 10:53:53 [ayvens.be] INFO: Found listing with ID: 1985566
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985566%27 HTTP/1.1" 200 None
2026-03-30 10:53:53 [ayvens.be] INFO: Scrape type for 1985566: 2
2026-03-30 10:53:53 [ayvens.be] INFO: Extracting data for car ID: 1985566
2026-03-30 10:53:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b09540-2cfa-59a3-bcbe-719968d86e7f with identifier: 1985566
2026-03-30 10:53:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b09540-2cfa-59a3-bcbe-719968d86e7f with scrape type 2
2026-03-30 10:53:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b09540-2cfa-59a3-bcbe-719968d86e7f with scrape type 2
2026-03-30 10:53:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 44b09540-2cfa-59a3-bcbe-719968d86e7f, identifier: 1985566
2026-03-30 10:53:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 44b09540-2cfa-59a3-bcbe-719968d86e7f with identifier: 1985566
2026-03-30 10:53:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 44b09540-2cfa-59a3-bcbe-719968d86e7f with identifier: 1985566
2026-03-30 10:53:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 44b09540-2cfa-59a3-bcbe-719968d86e7f with identifier: 1985566 to the API
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:53 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '44b09540-2cfa-59a3-bcbe-719968d86e7f',
'is_damaged': False,
'is_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 SPORTBACK E-TRON',
'odometer': 13316,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 SPORTBACK E-TRON BEV 82KWH 40 ADVANCED AUTO',
'transmission': 'automatic',
'trim': 'BEV 82KWH 40 ADVANCED AUTO',
'vin': None,
'year': 2024}
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985566%27 HTTP/1.1" 200 None
2026-03-30 10:53:53 [ayvens.be] INFO: Saving data for 1985566: {'auction_closing_time': 1774958400.0, 'created_time': 1774565710.861352, 'last_price_update_time': 1774868033.673082}
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985566') HTTP/1.1" 204 0
2026-03-30 10:53:53 [ayvens.be] INFO: Found listing with ID: 1985567
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985567%27 HTTP/1.1" 200 None
2026-03-30 10:53:53 [ayvens.be] INFO: Scrape type for 1985567: 2
2026-03-30 10:53:53 [ayvens.be] INFO: Extracting data for car ID: 1985567
2026-03-30 10:53:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99c16ce4-23e7-5da6-9da3-86696de860c7 with identifier: 1985567
2026-03-30 10:53:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99c16ce4-23e7-5da6-9da3-86696de860c7 with scrape type 2
2026-03-30 10:53:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99c16ce4-23e7-5da6-9da3-86696de860c7 with scrape type 2
2026-03-30 10:53:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 99c16ce4-23e7-5da6-9da3-86696de860c7, identifier: 1985567
2026-03-30 10:53:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 99c16ce4-23e7-5da6-9da3-86696de860c7 with identifier: 1985567
2026-03-30 10:53:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 99c16ce4-23e7-5da6-9da3-86696de860c7 with identifier: 1985567
2026-03-30 10:53:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 99c16ce4-23e7-5da6-9da3-86696de860c7 with identifier: 1985567 to the API
2026-03-30 10:53:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:54 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '99c16ce4-23e7-5da6-9da3-86696de860c7',
'is_damaged': False,
'is_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': 20854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-25',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E LUXURY LINE DCT',
'transmission': 'automatic',
'trim': '1.3 A 250 E LUXURY LINE DCT',
'vin': None,
'year': 2023}
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985567%27 HTTP/1.1" 200 None
2026-03-30 10:53:54 [ayvens.be] INFO: Saving data for 1985567: {'auction_closing_time': 1774958400.0, 'created_time': 1774565723.786625, 'last_price_update_time': 1774868034.140936}
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985567') HTTP/1.1" 204 0
2026-03-30 10:53:54 [ayvens.be] INFO: Found listing with ID: 1985568
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985568%27 HTTP/1.1" 200 None
2026-03-30 10:53:54 [ayvens.be] INFO: Scrape type for 1985568: 2
2026-03-30 10:53:54 [ayvens.be] INFO: Extracting data for car ID: 1985568
2026-03-30 10:53:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be3059e2-656c-5e69-aca5-e764afd132b2 with identifier: 1985568
2026-03-30 10:53:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be3059e2-656c-5e69-aca5-e764afd132b2 with scrape type 2
2026-03-30 10:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be3059e2-656c-5e69-aca5-e764afd132b2 with scrape type 2
2026-03-30 10:53:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: be3059e2-656c-5e69-aca5-e764afd132b2, identifier: 1985568
2026-03-30 10:53:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: be3059e2-656c-5e69-aca5-e764afd132b2 with identifier: 1985568
2026-03-30 10:53:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: be3059e2-656c-5e69-aca5-e764afd132b2 with identifier: 1985568
2026-03-30 10:53:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: be3059e2-656c-5e69-aca5-e764afd132b2 with identifier: 1985568 to the API
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:54 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'be3059e2-656c-5e69-aca5-e764afd132b2',
'is_damaged': False,
'is_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': 124353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'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': 2022}
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985568%27 HTTP/1.1" 200 None
2026-03-30 10:53:54 [ayvens.be] INFO: Saving data for 1985568: {'auction_closing_time': 1774958400.0, 'created_time': 1774565712.891578, 'last_price_update_time': 1774868034.584096}
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985568') HTTP/1.1" 204 0
2026-03-30 10:53:54 [ayvens.be] INFO: Found listing with ID: 1985569
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985569%27 HTTP/1.1" 200 None
2026-03-30 10:53:54 [ayvens.be] INFO: Scrape type for 1985569: 2
2026-03-30 10:53:54 [ayvens.be] INFO: Extracting data for car ID: 1985569
2026-03-30 10:53:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0980ad47-8713-5737-b72e-7ea91ca5aa84 with identifier: 1985569
2026-03-30 10:53:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0980ad47-8713-5737-b72e-7ea91ca5aa84 with scrape type 2
2026-03-30 10:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0980ad47-8713-5737-b72e-7ea91ca5aa84 with scrape type 2
2026-03-30 10:53:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0980ad47-8713-5737-b72e-7ea91ca5aa84, identifier: 1985569
2026-03-30 10:53:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0980ad47-8713-5737-b72e-7ea91ca5aa84 with identifier: 1985569
2026-03-30 10:53:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0980ad47-8713-5737-b72e-7ea91ca5aa84 with identifier: 1985569
2026-03-30 10:53:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0980ad47-8713-5737-b72e-7ea91ca5aa84 with identifier: 1985569 to the API
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:55 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '0980ad47-8713-5737-b72e-7ea91ca5aa84',
'is_damaged': False,
'is_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',
'odometer': 106979,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985569%27 HTTP/1.1" 200 None
2026-03-30 10:53:55 [ayvens.be] INFO: Saving data for 1985569: {'auction_closing_time': 1774958400.0, 'created_time': 1774565722.203083, 'last_price_update_time': 1774868035.061642}
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985569') HTTP/1.1" 204 0
2026-03-30 10:53:55 [ayvens.be] INFO: Found listing with ID: 1985570
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985570%27 HTTP/1.1" 200 None
2026-03-30 10:53:55 [ayvens.be] INFO: Scrape type for 1985570: 2
2026-03-30 10:53:55 [ayvens.be] INFO: Extracting data for car ID: 1985570
2026-03-30 10:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 966881a6-57ad-58a3-8bb5-1938c5357336 with identifier: 1985570
2026-03-30 10:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 966881a6-57ad-58a3-8bb5-1938c5357336 with scrape type 2
2026-03-30 10:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 966881a6-57ad-58a3-8bb5-1938c5357336 with scrape type 2
2026-03-30 10:53:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 966881a6-57ad-58a3-8bb5-1938c5357336, identifier: 1985570
2026-03-30 10:53:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 966881a6-57ad-58a3-8bb5-1938c5357336 with identifier: 1985570
2026-03-30 10:53:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 966881a6-57ad-58a3-8bb5-1938c5357336 with identifier: 1985570
2026-03-30 10:53:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 966881a6-57ad-58a3-8bb5-1938c5357336 with identifier: 1985570 to the API
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:55 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '966881a6-57ad-58a3-8bb5-1938c5357336',
'is_damaged': False,
'is_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': 48870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-26',
'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': 2023}
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985570%27 HTTP/1.1" 200 None
2026-03-30 10:53:55 [ayvens.be] INFO: Saving data for 1985570: {'auction_closing_time': 1774958400.0, 'created_time': 1774565715.237464, 'last_price_update_time': 1774868035.513489}
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985570') HTTP/1.1" 204 0
2026-03-30 10:53:55 [ayvens.be] INFO: Found listing with ID: 1985571
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985571%27 HTTP/1.1" 200 None
2026-03-30 10:53:55 [ayvens.be] INFO: Scrape type for 1985571: 2
2026-03-30 10:53:55 [ayvens.be] INFO: Extracting data for car ID: 1985571
2026-03-30 10:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c41590c-6777-5c3e-bdc0-3649b66068c8 with identifier: 1985571
2026-03-30 10:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c41590c-6777-5c3e-bdc0-3649b66068c8 with scrape type 2
2026-03-30 10:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c41590c-6777-5c3e-bdc0-3649b66068c8 with scrape type 2
2026-03-30 10:53:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8c41590c-6777-5c3e-bdc0-3649b66068c8, identifier: 1985571
2026-03-30 10:53:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8c41590c-6777-5c3e-bdc0-3649b66068c8 with identifier: 1985571
2026-03-30 10:53:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8c41590c-6777-5c3e-bdc0-3649b66068c8 with identifier: 1985571
2026-03-30 10:53:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8c41590c-6777-5c3e-bdc0-3649b66068c8 with identifier: 1985571 to the API
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:55 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '8c41590c-6777-5c3e-bdc0-3649b66068c8',
'is_damaged': False,
'is_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': 70763,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985571%27 HTTP/1.1" 200 None
2026-03-30 10:53:55 [ayvens.be] INFO: Saving data for 1985571: {'auction_closing_time': 1774958400.0, 'created_time': 1774565716.292903, 'last_price_update_time': 1774868035.931729}
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985571') HTTP/1.1" 204 0
2026-03-30 10:53:55 [ayvens.be] INFO: Found listing with ID: 1985572
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985572%27 HTTP/1.1" 200 None
2026-03-30 10:53:55 [ayvens.be] INFO: Scrape type for 1985572: 2
2026-03-30 10:53:55 [ayvens.be] INFO: Extracting data for car ID: 1985572
2026-03-30 10:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 438d6f36-9e95-56f4-aabe-ce1ba17d0ad8 with identifier: 1985572
2026-03-30 10:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 438d6f36-9e95-56f4-aabe-ce1ba17d0ad8 with scrape type 2
2026-03-30 10:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 438d6f36-9e95-56f4-aabe-ce1ba17d0ad8 with scrape type 2
2026-03-30 10:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 438d6f36-9e95-56f4-aabe-ce1ba17d0ad8, identifier: 1985572
2026-03-30 10:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 438d6f36-9e95-56f4-aabe-ce1ba17d0ad8 with identifier: 1985572
2026-03-30 10:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 438d6f36-9e95-56f4-aabe-ce1ba17d0ad8 with identifier: 1985572
2026-03-30 10:53:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 438d6f36-9e95-56f4-aabe-ce1ba17d0ad8 with identifier: 1985572 to the API
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:56 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '438d6f36-9e95-56f4-aabe-ce1ba17d0ad8',
'is_damaged': False,
'is_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 TOURING DIESEL - 2019',
'odometer': 175892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 TOURING DIESEL - 2019 320 d AdBlue',
'transmission': 'manual',
'trim': '320 d AdBlue',
'vin': None,
'year': 2020}
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985572%27 HTTP/1.1" 200 None
2026-03-30 10:53:56 [ayvens.be] INFO: Saving data for 1985572: {'auction_closing_time': 1774958400.0, 'created_time': 1774565718.045503, 'last_price_update_time': 1774868036.39104}
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985572') HTTP/1.1" 204 0
2026-03-30 10:53:56 [ayvens.be] INFO: Found listing with ID: 1985573
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985573%27 HTTP/1.1" 200 None
2026-03-30 10:53:56 [ayvens.be] INFO: Scrape type for 1985573: 2
2026-03-30 10:53:56 [ayvens.be] INFO: Extracting data for car ID: 1985573
2026-03-30 10:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a931999a-c1a0-5ac7-a643-391330f16773 with identifier: 1985573
2026-03-30 10:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a931999a-c1a0-5ac7-a643-391330f16773 with scrape type 2
2026-03-30 10:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a931999a-c1a0-5ac7-a643-391330f16773 with scrape type 2
2026-03-30 10:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a931999a-c1a0-5ac7-a643-391330f16773, identifier: 1985573
2026-03-30 10:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a931999a-c1a0-5ac7-a643-391330f16773 with identifier: 1985573
2026-03-30 10:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a931999a-c1a0-5ac7-a643-391330f16773 with identifier: 1985573
2026-03-30 10:53:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a931999a-c1a0-5ac7-a643-391330f16773 with identifier: 1985573 to the API
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:56 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'a931999a-c1a0-5ac7-a643-391330f16773',
'is_damaged': False,
'is_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': 60665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 BEV 50KWH ELECT. E-208 AUTO ACTIVE PACK',
'transmission': 'automatic',
'trim': 'BEV 50KWH ELECT. E-208 AUTO ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985573%27 HTTP/1.1" 200 None
2026-03-30 10:53:56 [ayvens.be] INFO: Saving data for 1985573: {'auction_closing_time': 1774958400.0, 'created_time': 1774565720.554958, 'last_price_update_time': 1774868036.803503}
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985573') HTTP/1.1" 204 0
2026-03-30 10:53:56 [ayvens.be] INFO: Found listing with ID: 1985574
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985574%27 HTTP/1.1" 200 None
2026-03-30 10:53:56 [ayvens.be] INFO: Scrape type for 1985574: 2
2026-03-30 10:53:56 [ayvens.be] INFO: Extracting data for car ID: 1985574
2026-03-30 10:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 694c3744-9423-597e-8981-51fdfba093c6 with identifier: 1985574
2026-03-30 10:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 694c3744-9423-597e-8981-51fdfba093c6 with scrape type 2
2026-03-30 10:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 694c3744-9423-597e-8981-51fdfba093c6 with scrape type 2
2026-03-30 10:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 694c3744-9423-597e-8981-51fdfba093c6, identifier: 1985574
2026-03-30 10:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 694c3744-9423-597e-8981-51fdfba093c6 with identifier: 1985574
2026-03-30 10:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 694c3744-9423-597e-8981-51fdfba093c6 with identifier: 1985574
2026-03-30 10:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 694c3744-9423-597e-8981-51fdfba093c6 with identifier: 1985574 to the API
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:57 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '694c3744-9423-597e-8981-51fdfba093c6',
'is_damaged': False,
'is_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': 98842,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Puma 1.5 TDCI 88KW TITANIUM',
'transmission': 'manual',
'trim': '1.5 TDCI 88KW TITANIUM',
'vin': None,
'year': 2022}
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985574%27 HTTP/1.1" 200 None
2026-03-30 10:53:57 [ayvens.be] INFO: Saving data for 1985574: {'auction_closing_time': 1774958400.0, 'created_time': 1774565720.855711, 'last_price_update_time': 1774868037.269123}
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985574') HTTP/1.1" 204 0
2026-03-30 10:53:57 [ayvens.be] INFO: Found listing with ID: 1985575
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985575%27 HTTP/1.1" 200 None
2026-03-30 10:53:57 [ayvens.be] INFO: Scrape type for 1985575: 2
2026-03-30 10:53:57 [ayvens.be] INFO: Extracting data for car ID: 1985575
2026-03-30 10:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbac0540-39df-5073-9762-7f74f4e38c3a with identifier: 1985575
2026-03-30 10:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbac0540-39df-5073-9762-7f74f4e38c3a with scrape type 2
2026-03-30 10:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbac0540-39df-5073-9762-7f74f4e38c3a with scrape type 2
2026-03-30 10:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dbac0540-39df-5073-9762-7f74f4e38c3a, identifier: 1985575
2026-03-30 10:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dbac0540-39df-5073-9762-7f74f4e38c3a with identifier: 1985575
2026-03-30 10:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dbac0540-39df-5073-9762-7f74f4e38c3a with identifier: 1985575
2026-03-30 10:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dbac0540-39df-5073-9762-7f74f4e38c3a with identifier: 1985575 to the API
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53: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-30 10:53:57 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'dbac0540-39df-5073-9762-7f74f4e38c3a',
'is_damaged': False,
'is_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': 'Q2',
'odometer': 183362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 1.0 30 TFSI ATTRACTION',
'transmission': 'manual',
'trim': '1.0 30 TFSI ATTRACTION',
'vin': None,
'year': 2022}
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985575%27 HTTP/1.1" 200 None
2026-03-30 10:53:57 [ayvens.be] INFO: Saving data for 1985575: {'auction_closing_time': 1774958400.0, 'created_time': 1774565724.098863, 'last_price_update_time': 1774868037.947734}
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985575') HTTP/1.1" 204 0
2026-03-30 10:53:57 [ayvens.be] INFO: Found listing with ID: 1985576
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985576%27 HTTP/1.1" 200 None
2026-03-30 10:53:57 [ayvens.be] INFO: Scrape type for 1985576: 2
2026-03-30 10:53:57 [ayvens.be] INFO: Extracting data for car ID: 1985576
2026-03-30 10:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96fdc9f1-7ce0-5fb1-a642-99698f01a88c with identifier: 1985576
2026-03-30 10:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96fdc9f1-7ce0-5fb1-a642-99698f01a88c with scrape type 2
2026-03-30 10:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96fdc9f1-7ce0-5fb1-a642-99698f01a88c with scrape type 2
2026-03-30 10:53:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 96fdc9f1-7ce0-5fb1-a642-99698f01a88c, identifier: 1985576
2026-03-30 10:53:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 96fdc9f1-7ce0-5fb1-a642-99698f01a88c with identifier: 1985576
2026-03-30 10:53:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 96fdc9f1-7ce0-5fb1-a642-99698f01a88c with identifier: 1985576
2026-03-30 10:53:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 96fdc9f1-7ce0-5fb1-a642-99698f01a88c with identifier: 1985576 to the API
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:58 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '96fdc9f1-7ce0-5fb1-a642-99698f01a88c',
'is_damaged': False,
'is_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': 172566,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-19',
'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': 2022}
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985576%27 HTTP/1.1" 200 None
2026-03-30 10:53:58 [ayvens.be] INFO: Saving data for 1985576: {'auction_closing_time': 1774958400.0, 'created_time': 1774565730.209886, 'last_price_update_time': 1774868038.438132}
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985576') HTTP/1.1" 204 0
2026-03-30 10:53:58 [ayvens.be] INFO: Found listing with ID: 1985577
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985577%27 HTTP/1.1" 200 None
2026-03-30 10:53:58 [ayvens.be] INFO: Scrape type for 1985577: 2
2026-03-30 10:53:58 [ayvens.be] INFO: Extracting data for car ID: 1985577
2026-03-30 10:53:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0df3679-6c69-53f3-837f-08eaed75cc34 with identifier: 1985577
2026-03-30 10:53:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0df3679-6c69-53f3-837f-08eaed75cc34 with scrape type 2
2026-03-30 10:53:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0df3679-6c69-53f3-837f-08eaed75cc34 with scrape type 2
2026-03-30 10:53:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a0df3679-6c69-53f3-837f-08eaed75cc34, identifier: 1985577
2026-03-30 10:53:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a0df3679-6c69-53f3-837f-08eaed75cc34 with identifier: 1985577
2026-03-30 10:53:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a0df3679-6c69-53f3-837f-08eaed75cc34 with identifier: 1985577
2026-03-30 10:53:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a0df3679-6c69-53f3-837f-08eaed75cc34 with identifier: 1985577 to the API
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:58 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'a0df3679-6c69-53f3-837f-08eaed75cc34',
'is_damaged': False,
'is_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': 70710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-26',
'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-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985577%27 HTTP/1.1" 200 None
2026-03-30 10:53:58 [ayvens.be] INFO: Saving data for 1985577: {'auction_closing_time': 1774958400.0, 'created_time': 1774565728.332231, 'last_price_update_time': 1774868038.967989}
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985577') HTTP/1.1" 204 0
2026-03-30 10:53:58 [ayvens.be] INFO: Found listing with ID: 1985578
2026-03-30 10:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985578%27 HTTP/1.1" 200 None
2026-03-30 10:53:59 [ayvens.be] INFO: Scrape type for 1985578: 2
2026-03-30 10:53:59 [ayvens.be] INFO: Extracting data for car ID: 1985578
2026-03-30 10:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb7e5240-8a65-5e03-80d9-ed222dac75cd with identifier: 1985578
2026-03-30 10:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb7e5240-8a65-5e03-80d9-ed222dac75cd with scrape type 2
2026-03-30 10:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb7e5240-8a65-5e03-80d9-ed222dac75cd with scrape type 2
2026-03-30 10:53:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: eb7e5240-8a65-5e03-80d9-ed222dac75cd, identifier: 1985578
2026-03-30 10:53:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: eb7e5240-8a65-5e03-80d9-ed222dac75cd with identifier: 1985578
2026-03-30 10:53:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: eb7e5240-8a65-5e03-80d9-ed222dac75cd with identifier: 1985578
2026-03-30 10:53:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: eb7e5240-8a65-5e03-80d9-ed222dac75cd with identifier: 1985578 to the API
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'eb7e5240-8a65-5e03-80d9-ed222dac75cd',
'is_damaged': False,
'is_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': 54559,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-02',
'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': 2024}
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985578%27 HTTP/1.1" 200 None
2026-03-30 10:53:59 [ayvens.be] INFO: Saving data for 1985578: {'auction_closing_time': 1774958400.0, 'created_time': 1774565727.418846, 'last_price_update_time': 1774868039.411527}
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985578') HTTP/1.1" 204 0
2026-03-30 10:53:59 [ayvens.be] INFO: Found listing with ID: 1985579
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985579%27 HTTP/1.1" 200 None
2026-03-30 10:53:59 [ayvens.be] INFO: Scrape type for 1985579: 2
2026-03-30 10:53:59 [ayvens.be] INFO: Extracting data for car ID: 1985579
2026-03-30 10:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 054bf54d-3f34-5d87-91cc-317a6a689a28 with identifier: 1985579
2026-03-30 10:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 054bf54d-3f34-5d87-91cc-317a6a689a28 with scrape type 2
2026-03-30 10:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 054bf54d-3f34-5d87-91cc-317a6a689a28 with scrape type 2
2026-03-30 10:53:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 054bf54d-3f34-5d87-91cc-317a6a689a28, identifier: 1985579
2026-03-30 10:53:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 054bf54d-3f34-5d87-91cc-317a6a689a28 with identifier: 1985579
2026-03-30 10:53:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:53:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 054bf54d-3f34-5d87-91cc-317a6a689a28 with identifier: 1985579
2026-03-30 10:53:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 054bf54d-3f34-5d87-91cc-317a6a689a28 with identifier: 1985579 to the API
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:53:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 28,
'color': 'DARK PENTA METAL METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '054bf54d-3f34-5d87-91cc-317a6a689a28',
'is_damaged': False,
'is_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': "CEE'D SPORTSWAGON",
'odometer': 79955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-14',
'seats_number': 5,
'seller_name': None,
'title': "KIA CEE'D SPORTSWAGON 1.6 GDI PHEV BUSINESS LINE DCT",
'transmission': 'automatic',
'trim': '1.6 GDI PHEV BUSINESS LINE DCT',
'vin': None,
'year': 2021}
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985579%27 HTTP/1.1" 200 None
2026-03-30 10:53:59 [ayvens.be] INFO: Saving data for 1985579: {'auction_closing_time': 1774958400.0, 'created_time': 1774565730.523515, 'last_price_update_time': 1774868039.853008}
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985579') HTTP/1.1" 204 0
2026-03-30 10:53:59 [ayvens.be] INFO: Found listing with ID: 1985580
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985580%27 HTTP/1.1" 200 None
2026-03-30 10:53:59 [ayvens.be] INFO: Scrape type for 1985580: 2
2026-03-30 10:53:59 [ayvens.be] INFO: Extracting data for car ID: 1985580
2026-03-30 10:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 768ee90d-9e68-5f82-b05d-5531b8607182 with identifier: 1985580
2026-03-30 10:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 768ee90d-9e68-5f82-b05d-5531b8607182 with scrape type 2
2026-03-30 10:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 768ee90d-9e68-5f82-b05d-5531b8607182 with scrape type 2
2026-03-30 10:53:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 768ee90d-9e68-5f82-b05d-5531b8607182, identifier: 1985580
2026-03-30 10:53:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 768ee90d-9e68-5f82-b05d-5531b8607182 with identifier: 1985580
2026-03-30 10:53:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 768ee90d-9e68-5f82-b05d-5531b8607182 with identifier: 1985580
2026-03-30 10:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 768ee90d-9e68-5f82-b05d-5531b8607182 with identifier: 1985580 to the API
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:00 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '768ee90d-9e68-5f82-b05d-5531b8607182',
'is_damaged': False,
'is_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': 119366,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC 2.0 GLC 300 DE 4MATIC 4WD AUTO',
'transmission': 'automatic',
'trim': '2.0 GLC 300 DE 4MATIC 4WD AUTO',
'vin': None,
'year': 2020}
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985580%27 HTTP/1.1" 200 None
2026-03-30 10:54:00 [ayvens.be] INFO: Saving data for 1985580: {'auction_closing_time': 1774958400.0, 'created_time': 1774565732.14405, 'last_price_update_time': 1774868040.333672}
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985580') HTTP/1.1" 204 0
2026-03-30 10:54:00 [ayvens.be] INFO: Found listing with ID: 1985581
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985581%27 HTTP/1.1" 200 None
2026-03-30 10:54:00 [ayvens.be] INFO: Scrape type for 1985581: 2
2026-03-30 10:54:00 [ayvens.be] INFO: Extracting data for car ID: 1985581
2026-03-30 10:54:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15f5a42c-df82-58fa-8fd9-3104414d6d3a with identifier: 1985581
2026-03-30 10:54:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15f5a42c-df82-58fa-8fd9-3104414d6d3a with scrape type 2
2026-03-30 10:54:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15f5a42c-df82-58fa-8fd9-3104414d6d3a with scrape type 2
2026-03-30 10:54:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 15f5a42c-df82-58fa-8fd9-3104414d6d3a, identifier: 1985581
2026-03-30 10:54:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 15f5a42c-df82-58fa-8fd9-3104414d6d3a with identifier: 1985581
2026-03-30 10:54:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 15f5a42c-df82-58fa-8fd9-3104414d6d3a with identifier: 1985581
2026-03-30 10:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 15f5a42c-df82-58fa-8fd9-3104414d6d3a with identifier: 1985581 to the API
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:00 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '15f5a42c-df82-58fa-8fd9-3104414d6d3a',
'is_damaged': False,
'is_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',
'odometer': 148205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-13',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE 2.0 TDI PLATINUM DSG',
'transmission': 'automatic',
'trim': '2.0 TDI PLATINUM DSG',
'vin': None,
'year': 2021}
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985581%27 HTTP/1.1" 200 None
2026-03-30 10:54:00 [ayvens.be] INFO: Saving data for 1985581: {'auction_closing_time': 1774958400.0, 'created_time': 1774565734.799138, 'last_price_update_time': 1774868040.742331}
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985581') HTTP/1.1" 204 0
2026-03-30 10:54:00 [ayvens.be] INFO: Found listing with ID: 1985582
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985582%27 HTTP/1.1" 200 None
2026-03-30 10:54:00 [ayvens.be] INFO: Scrape type for 1985582: 2
2026-03-30 10:54:00 [ayvens.be] INFO: Extracting data for car ID: 1985582
2026-03-30 10:54:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d1a3554-0055-53af-a270-fe16424e8590 with identifier: 1985582
2026-03-30 10:54:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d1a3554-0055-53af-a270-fe16424e8590 with scrape type 2
2026-03-30 10:54:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d1a3554-0055-53af-a270-fe16424e8590 with scrape type 2
2026-03-30 10:54:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6d1a3554-0055-53af-a270-fe16424e8590, identifier: 1985582
2026-03-30 10:54:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6d1a3554-0055-53af-a270-fe16424e8590 with identifier: 1985582
2026-03-30 10:54:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6d1a3554-0055-53af-a270-fe16424e8590 with identifier: 1985582
2026-03-30 10:54:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6d1a3554-0055-53af-a270-fe16424e8590 with identifier: 1985582 to the API
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:01 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '6d1a3554-0055-53af-a270-fe16424e8590',
'is_damaged': False,
'is_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': 79780,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'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-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985582%27 HTTP/1.1" 200 None
2026-03-30 10:54:01 [ayvens.be] INFO: Saving data for 1985582: {'auction_closing_time': 1774958400.0, 'created_time': 1774565735.540121, 'last_price_update_time': 1774868041.197924}
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985582') HTTP/1.1" 204 0
2026-03-30 10:54:01 [ayvens.be] INFO: Found listing with ID: 1985583
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985583%27 HTTP/1.1" 200 None
2026-03-30 10:54:01 [ayvens.be] INFO: Scrape type for 1985583: 2
2026-03-30 10:54:01 [ayvens.be] INFO: Extracting data for car ID: 1985583
2026-03-30 10:54:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3c01302-3a2c-5f20-b7f7-b55664bd78ee with identifier: 1985583
2026-03-30 10:54:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3c01302-3a2c-5f20-b7f7-b55664bd78ee with scrape type 2
2026-03-30 10:54:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3c01302-3a2c-5f20-b7f7-b55664bd78ee with scrape type 2
2026-03-30 10:54:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c3c01302-3a2c-5f20-b7f7-b55664bd78ee, identifier: 1985583
2026-03-30 10:54:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c3c01302-3a2c-5f20-b7f7-b55664bd78ee with identifier: 1985583
2026-03-30 10:54:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c3c01302-3a2c-5f20-b7f7-b55664bd78ee with identifier: 1985583
2026-03-30 10:54:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c3c01302-3a2c-5f20-b7f7-b55664bd78ee with identifier: 1985583 to the API
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:01 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c3c01302-3a2c-5f20-b7f7-b55664bd78ee',
'is_damaged': False,
'is_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': 128234,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-07',
'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': 2021}
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985583%27 HTTP/1.1" 200 None
2026-03-30 10:54:01 [ayvens.be] INFO: Saving data for 1985583: {'auction_closing_time': 1774958400.0, 'created_time': 1774565737.719837, 'last_price_update_time': 1774868041.595275}
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985583') HTTP/1.1" 204 0
2026-03-30 10:54:01 [ayvens.be] INFO: Found listing with ID: 1985584
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985584%27 HTTP/1.1" 200 None
2026-03-30 10:54:01 [ayvens.be] INFO: Scrape type for 1985584: 2
2026-03-30 10:54:01 [ayvens.be] INFO: Extracting data for car ID: 1985584
2026-03-30 10:54:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 793c0c01-3b2f-51f7-abf8-56f206854475 with identifier: 1985584
2026-03-30 10:54:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 793c0c01-3b2f-51f7-abf8-56f206854475 with scrape type 2
2026-03-30 10:54:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 793c0c01-3b2f-51f7-abf8-56f206854475 with scrape type 2
2026-03-30 10:54:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 793c0c01-3b2f-51f7-abf8-56f206854475, identifier: 1985584
2026-03-30 10:54:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 793c0c01-3b2f-51f7-abf8-56f206854475 with identifier: 1985584
2026-03-30 10:54:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 793c0c01-3b2f-51f7-abf8-56f206854475 with identifier: 1985584
2026-03-30 10:54:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 793c0c01-3b2f-51f7-abf8-56f206854475 with identifier: 1985584 to the API
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:02 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '793c0c01-3b2f-51f7-abf8-56f206854475',
'is_damaged': False,
'is_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': 102641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW) BELGIAN CUSTOMERS ONLY',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW) BELGIAN CUSTOMERS ONLY',
'vin': None,
'year': 2020}
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985584%27 HTTP/1.1" 200 None
2026-03-30 10:54:02 [ayvens.be] INFO: Saving data for 1985584: {'auction_closing_time': 1774958400.0, 'created_time': 1774565738.639679, 'last_price_update_time': 1774868042.033373}
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985584') HTTP/1.1" 204 0
2026-03-30 10:54:02 [ayvens.be] INFO: Found listing with ID: 1985585
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985585%27 HTTP/1.1" 200 None
2026-03-30 10:54:02 [ayvens.be] INFO: Scrape type for 1985585: 2
2026-03-30 10:54:02 [ayvens.be] INFO: Extracting data for car ID: 1985585
2026-03-30 10:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6c750c-311e-5bb4-92b0-52a55d2cc9fa with identifier: 1985585
2026-03-30 10:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6c750c-311e-5bb4-92b0-52a55d2cc9fa with scrape type 2
2026-03-30 10:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6c750c-311e-5bb4-92b0-52a55d2cc9fa with scrape type 2
2026-03-30 10:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2c6c750c-311e-5bb4-92b0-52a55d2cc9fa, identifier: 1985585
2026-03-30 10:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2c6c750c-311e-5bb4-92b0-52a55d2cc9fa with identifier: 1985585
2026-03-30 10:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2c6c750c-311e-5bb4-92b0-52a55d2cc9fa with identifier: 1985585
2026-03-30 10:54:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2c6c750c-311e-5bb4-92b0-52a55d2cc9fa with identifier: 1985585 to the API
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:02 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '2c6c750c-311e-5bb4-92b0-52a55d2cc9fa',
'is_damaged': False,
'is_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': 154840,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-29',
'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-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985585%27 HTTP/1.1" 200 None
2026-03-30 10:54:02 [ayvens.be] INFO: Saving data for 1985585: {'auction_closing_time': 1774958400.0, 'created_time': 1774565740.236795, 'last_price_update_time': 1774868042.558228}
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985585') HTTP/1.1" 204 0
2026-03-30 10:54:02 [ayvens.be] INFO: Found listing with ID: 1985586
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985586%27 HTTP/1.1" 200 None
2026-03-30 10:54:02 [ayvens.be] INFO: Scrape type for 1985586: 2
2026-03-30 10:54:02 [ayvens.be] INFO: Extracting data for car ID: 1985586
2026-03-30 10:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5af63105-081c-5512-913f-f3447d11d7c9 with identifier: 1985586
2026-03-30 10:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5af63105-081c-5512-913f-f3447d11d7c9 with scrape type 2
2026-03-30 10:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5af63105-081c-5512-913f-f3447d11d7c9 with scrape type 2
2026-03-30 10:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5af63105-081c-5512-913f-f3447d11d7c9, identifier: 1985586
2026-03-30 10:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5af63105-081c-5512-913f-f3447d11d7c9 with identifier: 1985586
2026-03-30 10:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5af63105-081c-5512-913f-f3447d11d7c9 with identifier: 1985586
2026-03-30 10:54:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5af63105-081c-5512-913f-f3447d11d7c9 with identifier: 1985586 to the API
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:03 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '5af63105-081c-5512-913f-f3447d11d7c9',
'is_damaged': False,
'is_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': 80507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'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-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985586%27 HTTP/1.1" 200 None
2026-03-30 10:54:03 [ayvens.be] INFO: Saving data for 1985586: {'auction_closing_time': 1774958400.0, 'created_time': 1774565741.542771, 'last_price_update_time': 1774868043.070797}
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985586') HTTP/1.1" 204 0
2026-03-30 10:54:03 [ayvens.be] INFO: Found listing with ID: 1985587
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985587%27 HTTP/1.1" 200 None
2026-03-30 10:54:03 [ayvens.be] INFO: Scrape type for 1985587: 2
2026-03-30 10:54:03 [ayvens.be] INFO: Extracting data for car ID: 1985587
2026-03-30 10:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 040088e1-6085-591e-8249-b75a78ad9128 with identifier: 1985587
2026-03-30 10:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 040088e1-6085-591e-8249-b75a78ad9128 with scrape type 2
2026-03-30 10:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 040088e1-6085-591e-8249-b75a78ad9128 with scrape type 2
2026-03-30 10:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 040088e1-6085-591e-8249-b75a78ad9128, identifier: 1985587
2026-03-30 10:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 040088e1-6085-591e-8249-b75a78ad9128 with identifier: 1985587
2026-03-30 10:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 040088e1-6085-591e-8249-b75a78ad9128 with identifier: 1985587
2026-03-30 10:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 040088e1-6085-591e-8249-b75a78ad9128 with identifier: 1985587 to the API
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:03 [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.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '040088e1-6085-591e-8249-b75a78ad9128',
'is_damaged': False,
'is_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': 48710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-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': 2022}
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985587%27 HTTP/1.1" 200 None
2026-03-30 10:54:03 [ayvens.be] INFO: Saving data for 1985587: {'auction_closing_time': 1774958400.0, 'created_time': 1774565743.934324, 'last_price_update_time': 1774868043.567729}
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985587') HTTP/1.1" 204 0
2026-03-30 10:54:03 [ayvens.be] INFO: Found listing with ID: 1985588
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985588%27 HTTP/1.1" 200 None
2026-03-30 10:54:03 [ayvens.be] INFO: Scrape type for 1985588: 2
2026-03-30 10:54:03 [ayvens.be] INFO: Extracting data for car ID: 1985588
2026-03-30 10:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67ef6410-cbdb-5f79-bd50-4d8fb92361cc with identifier: 1985588
2026-03-30 10:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67ef6410-cbdb-5f79-bd50-4d8fb92361cc with scrape type 2
2026-03-30 10:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67ef6410-cbdb-5f79-bd50-4d8fb92361cc with scrape type 2
2026-03-30 10:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 67ef6410-cbdb-5f79-bd50-4d8fb92361cc, identifier: 1985588
2026-03-30 10:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 67ef6410-cbdb-5f79-bd50-4d8fb92361cc with identifier: 1985588
2026-03-30 10:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 67ef6410-cbdb-5f79-bd50-4d8fb92361cc with identifier: 1985588
2026-03-30 10:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 67ef6410-cbdb-5f79-bd50-4d8fb92361cc with identifier: 1985588 to the API
2026-03-30 10:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:04 [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': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '67ef6410-cbdb-5f79-bd50-4d8fb92361cc',
'is_damaged': False,
'is_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': 'RENAULT',
'model': 'Kangoo',
'odometer': 20688,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Kangoo BEV 33KWH MAXI Z.E. B-BUY 5-SEATS',
'transmission': 'automatic',
'trim': 'BEV 33KWH MAXI Z.E. B-BUY 5-SEATS',
'vin': None,
'year': 2021}
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985588%27 HTTP/1.1" 200 None
2026-03-30 10:54:04 [ayvens.be] INFO: Saving data for 1985588: {'auction_closing_time': 1774958400.0, 'created_time': 1774565744.719439, 'last_price_update_time': 1774868044.137393}
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985588') HTTP/1.1" 204 0
2026-03-30 10:54:04 [ayvens.be] INFO: Found listing with ID: 1985589
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985589%27 HTTP/1.1" 200 None
2026-03-30 10:54:04 [ayvens.be] INFO: Scrape type for 1985589: 2
2026-03-30 10:54:04 [ayvens.be] INFO: Extracting data for car ID: 1985589
2026-03-30 10:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14f2b002-b2a6-542d-8ece-7cf9f9bede1d with identifier: 1985589
2026-03-30 10:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14f2b002-b2a6-542d-8ece-7cf9f9bede1d with scrape type 2
2026-03-30 10:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14f2b002-b2a6-542d-8ece-7cf9f9bede1d with scrape type 2
2026-03-30 10:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 14f2b002-b2a6-542d-8ece-7cf9f9bede1d, identifier: 1985589
2026-03-30 10:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 14f2b002-b2a6-542d-8ece-7cf9f9bede1d with identifier: 1985589
2026-03-30 10:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 14f2b002-b2a6-542d-8ece-7cf9f9bede1d with identifier: 1985589
2026-03-30 10:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 14f2b002-b2a6-542d-8ece-7cf9f9bede1d with identifier: 1985589 to the API
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:04 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '14f2b002-b2a6-542d-8ece-7cf9f9bede1d',
'is_damaged': False,
'is_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': 'XC60',
'odometer': 179692,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 B4 D MHEV ULTIMATE BRIGHT AUTO',
'transmission': 'automatic',
'trim': '2.0 B4 D MHEV ULTIMATE BRIGHT AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985589%27 HTTP/1.1" 200 None
2026-03-30 10:54:04 [ayvens.be] INFO: Saving data for 1985589: {'auction_closing_time': 1774958400.0, 'created_time': 1774565746.538705, 'last_price_update_time': 1774868044.602716}
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985589') HTTP/1.1" 204 0
2026-03-30 10:54:04 [ayvens.be] INFO: Found listing with ID: 1985590
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985590%27 HTTP/1.1" 200 None
2026-03-30 10:54:04 [ayvens.be] INFO: Scrape type for 1985590: 2
2026-03-30 10:54:04 [ayvens.be] INFO: Extracting data for car ID: 1985590
2026-03-30 10:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc82ec7-e1b1-591a-80b6-4f56857b498c with identifier: 1985590
2026-03-30 10:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc82ec7-e1b1-591a-80b6-4f56857b498c with scrape type 2
2026-03-30 10:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc82ec7-e1b1-591a-80b6-4f56857b498c with scrape type 2
2026-03-30 10:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ffc82ec7-e1b1-591a-80b6-4f56857b498c, identifier: 1985590
2026-03-30 10:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ffc82ec7-e1b1-591a-80b6-4f56857b498c with identifier: 1985590
2026-03-30 10:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ffc82ec7-e1b1-591a-80b6-4f56857b498c with identifier: 1985590
2026-03-30 10:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ffc82ec7-e1b1-591a-80b6-4f56857b498c with identifier: 1985590 to the API
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:05 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'ffc82ec7-e1b1-591a-80b6-4f56857b498c',
'is_damaged': False,
'is_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': 149760,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'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-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985590%27 HTTP/1.1" 200 None
2026-03-30 10:54:05 [ayvens.be] INFO: Saving data for 1985590: {'auction_closing_time': 1774958400.0, 'created_time': 1774565748.015801, 'last_price_update_time': 1774868045.041858}
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985590') HTTP/1.1" 204 0
2026-03-30 10:54:05 [ayvens.be] INFO: Found listing with ID: 1985591
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985591%27 HTTP/1.1" 200 None
2026-03-30 10:54:05 [ayvens.be] INFO: Scrape type for 1985591: 2
2026-03-30 10:54:05 [ayvens.be] INFO: Extracting data for car ID: 1985591
2026-03-30 10:54:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 807845ce-938b-5149-aef8-3b7658af3e71 with identifier: 1985591
2026-03-30 10:54:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 807845ce-938b-5149-aef8-3b7658af3e71 with scrape type 2
2026-03-30 10:54:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 807845ce-938b-5149-aef8-3b7658af3e71 with scrape type 2
2026-03-30 10:54:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 807845ce-938b-5149-aef8-3b7658af3e71, identifier: 1985591
2026-03-30 10:54:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 807845ce-938b-5149-aef8-3b7658af3e71 with identifier: 1985591
2026-03-30 10:54:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 807845ce-938b-5149-aef8-3b7658af3e71 with identifier: 1985591
2026-03-30 10:54:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 807845ce-938b-5149-aef8-3b7658af3e71 with identifier: 1985591 to the API
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:05 [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': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '807845ce-938b-5149-aef8-3b7658af3e71',
'is_damaged': False,
'is_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': 74611,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-06',
'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': 2022}
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985591%27 HTTP/1.1" 200 None
2026-03-30 10:54:05 [ayvens.be] INFO: Saving data for 1985591: {'auction_closing_time': 1774958400.0, 'created_time': 1774565749.594941, 'last_price_update_time': 1774868045.461997}
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985591') HTTP/1.1" 204 0
2026-03-30 10:54:05 [ayvens.be] INFO: Found listing with ID: 1985592
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985592%27 HTTP/1.1" 200 None
2026-03-30 10:54:05 [ayvens.be] INFO: Scrape type for 1985592: 2
2026-03-30 10:54:05 [ayvens.be] INFO: Extracting data for car ID: 1985592
2026-03-30 10:54:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b8c7c7c-c02d-5ba0-acb4-cd5073322417 with identifier: 1985592
2026-03-30 10:54:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b8c7c7c-c02d-5ba0-acb4-cd5073322417 with scrape type 2
2026-03-30 10:54:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b8c7c7c-c02d-5ba0-acb4-cd5073322417 with scrape type 2
2026-03-30 10:54:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1b8c7c7c-c02d-5ba0-acb4-cd5073322417, identifier: 1985592
2026-03-30 10:54:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1b8c7c7c-c02d-5ba0-acb4-cd5073322417 with identifier: 1985592
2026-03-30 10:54:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1b8c7c7c-c02d-5ba0-acb4-cd5073322417 with identifier: 1985592
2026-03-30 10:54:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1b8c7c7c-c02d-5ba0-acb4-cd5073322417 with identifier: 1985592 to the API
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:05 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '1b8c7c7c-c02d-5ba0-acb4-cd5073322417',
'is_damaged': False,
'is_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': 43166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-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-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985592%27 HTTP/1.1" 200 None
2026-03-30 10:54:05 [ayvens.be] INFO: Saving data for 1985592: {'auction_closing_time': 1774958400.0, 'created_time': 1774565751.162009, 'last_price_update_time': 1774868045.865008}
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985592') HTTP/1.1" 204 0
2026-03-30 10:54:05 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 700
2026-03-30 10:54:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:54:07 [scrapy.extensions.logstats] INFO: Crawled 8 pages (at 1 pages/min), scraped 628 items (at 121 items/min)
2026-03-30 10:54:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 168MiB
2026-03-30 10:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:54:07 [ayvens.be] INFO: Found listing with ID: 1985593
2026-03-30 10:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985593%27 HTTP/1.1" 200 None
2026-03-30 10:54:07 [ayvens.be] INFO: Scrape type for 1985593: 2
2026-03-30 10:54:07 [ayvens.be] INFO: Extracting data for car ID: 1985593
2026-03-30 10:54:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af974b1e-bc76-523e-80e0-698c29fe183c with identifier: 1985593
2026-03-30 10:54:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af974b1e-bc76-523e-80e0-698c29fe183c with scrape type 2
2026-03-30 10:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af974b1e-bc76-523e-80e0-698c29fe183c with scrape type 2
2026-03-30 10:54:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: af974b1e-bc76-523e-80e0-698c29fe183c, identifier: 1985593
2026-03-30 10:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: af974b1e-bc76-523e-80e0-698c29fe183c with identifier: 1985593
2026-03-30 10:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: af974b1e-bc76-523e-80e0-698c29fe183c with identifier: 1985593
2026-03-30 10:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: af974b1e-bc76-523e-80e0-698c29fe183c with identifier: 1985593 to the API
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:08 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'af974b1e-bc76-523e-80e0-698c29fe183c',
'is_damaged': False,
'is_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': 'MULTIVAN LANG',
'odometer': 75696,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-21',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN MULTIVAN LANG 1.4 EHYBRID PHEV DSG EXT STYLE',
'transmission': 'automatic',
'trim': '1.4 EHYBRID PHEV DSG EXT STYLE',
'vin': None,
'year': 2023}
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985593%27 HTTP/1.1" 200 None
2026-03-30 10:54:08 [ayvens.be] INFO: Saving data for 1985593: {'auction_closing_time': 1774958400.0, 'created_time': 1774565752.965262, 'last_price_update_time': 1774868048.357377}
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985593') HTTP/1.1" 204 0
2026-03-30 10:54:08 [ayvens.be] INFO: Found listing with ID: 1985594
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985594%27 HTTP/1.1" 200 None
2026-03-30 10:54:08 [ayvens.be] INFO: Scrape type for 1985594: 2
2026-03-30 10:54:08 [ayvens.be] INFO: Extracting data for car ID: 1985594
2026-03-30 10:54:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 798116e5-b8de-5252-8955-1d1dbebba461 with identifier: 1985594
2026-03-30 10:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 798116e5-b8de-5252-8955-1d1dbebba461 with scrape type 2
2026-03-30 10:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 798116e5-b8de-5252-8955-1d1dbebba461 with scrape type 2
2026-03-30 10:54:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 798116e5-b8de-5252-8955-1d1dbebba461, identifier: 1985594
2026-03-30 10:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 798116e5-b8de-5252-8955-1d1dbebba461 with identifier: 1985594
2026-03-30 10:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 798116e5-b8de-5252-8955-1d1dbebba461 with identifier: 1985594
2026-03-30 10:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 798116e5-b8de-5252-8955-1d1dbebba461 with identifier: 1985594 to the API
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '798116e5-b8de-5252-8955-1d1dbebba461',
'is_damaged': False,
'is_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': 87053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-12',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend STOCK',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985594%27 HTTP/1.1" 200 None
2026-03-30 10:54:08 [ayvens.be] INFO: Saving data for 1985594: {'auction_closing_time': 1774958400.0, 'created_time': 1774565753.980327, 'last_price_update_time': 1774868048.889465}
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985594') HTTP/1.1" 204 0
2026-03-30 10:54:08 [ayvens.be] INFO: Found listing with ID: 1985595
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985595%27 HTTP/1.1" 200 None
2026-03-30 10:54:08 [ayvens.be] INFO: Scrape type for 1985595: 2
2026-03-30 10:54:08 [ayvens.be] INFO: Extracting data for car ID: 1985595
2026-03-30 10:54:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af185355-7844-5b20-8600-3e62f970b76e with identifier: 1985595
2026-03-30 10:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af185355-7844-5b20-8600-3e62f970b76e with scrape type 2
2026-03-30 10:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af185355-7844-5b20-8600-3e62f970b76e with scrape type 2
2026-03-30 10:54:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: af185355-7844-5b20-8600-3e62f970b76e, identifier: 1985595
2026-03-30 10:54:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: af185355-7844-5b20-8600-3e62f970b76e with identifier: 1985595
2026-03-30 10:54:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: af185355-7844-5b20-8600-3e62f970b76e with identifier: 1985595
2026-03-30 10:54:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: af185355-7844-5b20-8600-3e62f970b76e with identifier: 1985595 to the API
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:09 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'af185355-7844-5b20-8600-3e62f970b76e',
'is_damaged': False,
'is_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': 92176,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-11',
'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-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985595%27 HTTP/1.1" 200 None
2026-03-30 10:54:09 [ayvens.be] INFO: Saving data for 1985595: {'auction_closing_time': 1774958400.0, 'created_time': 1774565759.093236, 'last_price_update_time': 1774868049.365315}
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985595') HTTP/1.1" 204 0
2026-03-30 10:54:09 [ayvens.be] INFO: Found listing with ID: 1985596
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985596%27 HTTP/1.1" 200 None
2026-03-30 10:54:09 [ayvens.be] INFO: Scrape type for 1985596: 2
2026-03-30 10:54:09 [ayvens.be] INFO: Extracting data for car ID: 1985596
2026-03-30 10:54:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d54a7ee4-2d8b-566b-a509-c22bcb737f83 with identifier: 1985596
2026-03-30 10:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d54a7ee4-2d8b-566b-a509-c22bcb737f83 with scrape type 2
2026-03-30 10:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d54a7ee4-2d8b-566b-a509-c22bcb737f83 with scrape type 2
2026-03-30 10:54:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d54a7ee4-2d8b-566b-a509-c22bcb737f83, identifier: 1985596
2026-03-30 10:54:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d54a7ee4-2d8b-566b-a509-c22bcb737f83 with identifier: 1985596
2026-03-30 10:54:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d54a7ee4-2d8b-566b-a509-c22bcb737f83 with identifier: 1985596
2026-03-30 10:54:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d54a7ee4-2d8b-566b-a509-c22bcb737f83 with identifier: 1985596 to the API
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:09 [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.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd54a7ee4-2d8b-566b-a509-c22bcb737f83',
'is_damaged': False,
'is_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': 94918,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 250 E LUXURY LINE DCT',
'transmission': 'automatic',
'trim': '1.3 A 250 E LUXURY LINE DCT',
'vin': None,
'year': 2022}
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985596%27 HTTP/1.1" 200 None
2026-03-30 10:54:09 [ayvens.be] INFO: Saving data for 1985596: {'auction_closing_time': 1774958400.0, 'created_time': 1774565760.258751, 'last_price_update_time': 1774868049.789762}
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985596') HTTP/1.1" 204 0
2026-03-30 10:54:09 [ayvens.be] INFO: Found listing with ID: 1985597
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985597%27 HTTP/1.1" 200 None
2026-03-30 10:54:09 [ayvens.be] INFO: Scrape type for 1985597: 2
2026-03-30 10:54:09 [ayvens.be] INFO: Extracting data for car ID: 1985597
2026-03-30 10:54:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faea3369-91d8-5b91-a94c-ab1ee56c2f75 with identifier: 1985597
2026-03-30 10:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faea3369-91d8-5b91-a94c-ab1ee56c2f75 with scrape type 2
2026-03-30 10:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faea3369-91d8-5b91-a94c-ab1ee56c2f75 with scrape type 2
2026-03-30 10:54:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: faea3369-91d8-5b91-a94c-ab1ee56c2f75, identifier: 1985597
2026-03-30 10:54:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: faea3369-91d8-5b91-a94c-ab1ee56c2f75 with identifier: 1985597
2026-03-30 10:54:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: faea3369-91d8-5b91-a94c-ab1ee56c2f75 with identifier: 1985597
2026-03-30 10:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: faea3369-91d8-5b91-a94c-ab1ee56c2f75 with identifier: 1985597 to the API
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:10 [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.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'faea3369-91d8-5b91-a94c-ab1ee56c2f75',
'is_damaged': False,
'is_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',
'odometer': 85359,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 2.0 CLA 180 D BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '2.0 CLA 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985597%27 HTTP/1.1" 200 None
2026-03-30 10:54:10 [ayvens.be] INFO: Saving data for 1985597: {'auction_closing_time': 1774958400.0, 'created_time': 1774565761.943212, 'last_price_update_time': 1774868050.209167}
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985597') HTTP/1.1" 204 0
2026-03-30 10:54:10 [ayvens.be] INFO: Found listing with ID: 1985598
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985598%27 HTTP/1.1" 200 None
2026-03-30 10:54:10 [ayvens.be] INFO: Scrape type for 1985598: 2
2026-03-30 10:54:10 [ayvens.be] INFO: Extracting data for car ID: 1985598
2026-03-30 10:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c729140a-a6ea-5cdb-874c-9d2dbfa6cd66 with identifier: 1985598
2026-03-30 10:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c729140a-a6ea-5cdb-874c-9d2dbfa6cd66 with scrape type 2
2026-03-30 10:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c729140a-a6ea-5cdb-874c-9d2dbfa6cd66 with scrape type 2
2026-03-30 10:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c729140a-a6ea-5cdb-874c-9d2dbfa6cd66, identifier: 1985598
2026-03-30 10:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c729140a-a6ea-5cdb-874c-9d2dbfa6cd66 with identifier: 1985598
2026-03-30 10:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c729140a-a6ea-5cdb-874c-9d2dbfa6cd66 with identifier: 1985598
2026-03-30 10:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c729140a-a6ea-5cdb-874c-9d2dbfa6cd66 with identifier: 1985598 to the API
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:10 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c729140a-a6ea-5cdb-874c-9d2dbfa6cd66',
'is_damaged': False,
'is_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': 150408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-14',
'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': 2021}
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985598%27 HTTP/1.1" 200 None
2026-03-30 10:54:10 [ayvens.be] INFO: Saving data for 1985598: {'auction_closing_time': 1774958400.0, 'created_time': 1774565763.163165, 'last_price_update_time': 1774868050.604589}
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985598') HTTP/1.1" 204 0
2026-03-30 10:54:10 [ayvens.be] INFO: Found listing with ID: 1985599
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985599%27 HTTP/1.1" 200 None
2026-03-30 10:54:10 [ayvens.be] INFO: Scrape type for 1985599: 2
2026-03-30 10:54:10 [ayvens.be] INFO: Extracting data for car ID: 1985599
2026-03-30 10:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b232f238-ff97-549b-a6d4-bacd62f8dff8 with identifier: 1985599
2026-03-30 10:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b232f238-ff97-549b-a6d4-bacd62f8dff8 with scrape type 2
2026-03-30 10:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b232f238-ff97-549b-a6d4-bacd62f8dff8 with scrape type 2
2026-03-30 10:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b232f238-ff97-549b-a6d4-bacd62f8dff8, identifier: 1985599
2026-03-30 10:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b232f238-ff97-549b-a6d4-bacd62f8dff8 with identifier: 1985599
2026-03-30 10:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b232f238-ff97-549b-a6d4-bacd62f8dff8 with identifier: 1985599
2026-03-30 10:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b232f238-ff97-549b-a6d4-bacd62f8dff8 with identifier: 1985599 to the API
2026-03-30 10:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:11 [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': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b232f238-ff97-549b-a6d4-bacd62f8dff8',
'is_damaged': False,
'is_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': 154342,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-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': 2021}
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985599%27 HTTP/1.1" 200 None
2026-03-30 10:54:11 [ayvens.be] INFO: Saving data for 1985599: {'auction_closing_time': 1774958400.0, 'created_time': 1774565765.164061, 'last_price_update_time': 1774868051.16222}
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985599') HTTP/1.1" 204 0
2026-03-30 10:54:11 [ayvens.be] INFO: Found listing with ID: 1985600
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985600%27 HTTP/1.1" 200 None
2026-03-30 10:54:11 [ayvens.be] INFO: Scrape type for 1985600: 2
2026-03-30 10:54:11 [ayvens.be] INFO: Extracting data for car ID: 1985600
2026-03-30 10:54:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 221e3902-9489-55a3-aab9-96890baab06c with identifier: 1985600
2026-03-30 10:54:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 221e3902-9489-55a3-aab9-96890baab06c with scrape type 2
2026-03-30 10:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 221e3902-9489-55a3-aab9-96890baab06c with scrape type 2
2026-03-30 10:54:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 221e3902-9489-55a3-aab9-96890baab06c, identifier: 1985600
2026-03-30 10:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 221e3902-9489-55a3-aab9-96890baab06c with identifier: 1985600
2026-03-30 10:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 221e3902-9489-55a3-aab9-96890baab06c with identifier: 1985600
2026-03-30 10:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 221e3902-9489-55a3-aab9-96890baab06c with identifier: 1985600 to the API
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:11 [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.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '221e3902-9489-55a3-aab9-96890baab06c',
'is_damaged': False,
'is_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': 101350,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 BERLINE 1.0 TFSI 30 81KW ATTRACTION',
'transmission': 'manual',
'trim': '1.0 TFSI 30 81KW ATTRACTION',
'vin': None,
'year': 2022}
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985600%27 HTTP/1.1" 200 None
2026-03-30 10:54:11 [ayvens.be] INFO: Saving data for 1985600: {'auction_closing_time': 1774958400.0, 'created_time': 1774565766.828976, 'last_price_update_time': 1774868051.617765}
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985600') HTTP/1.1" 204 0
2026-03-30 10:54:11 [ayvens.be] INFO: Found listing with ID: 1985601
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985601%27 HTTP/1.1" 200 None
2026-03-30 10:54:11 [ayvens.be] INFO: Scrape type for 1985601: 2
2026-03-30 10:54:11 [ayvens.be] INFO: Extracting data for car ID: 1985601
2026-03-30 10:54:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeb29561-e158-5223-bfca-38b14132c135 with identifier: 1985601
2026-03-30 10:54:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeb29561-e158-5223-bfca-38b14132c135 with scrape type 2
2026-03-30 10:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeb29561-e158-5223-bfca-38b14132c135 with scrape type 2
2026-03-30 10:54:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: aeb29561-e158-5223-bfca-38b14132c135, identifier: 1985601
2026-03-30 10:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: aeb29561-e158-5223-bfca-38b14132c135 with identifier: 1985601
2026-03-30 10:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: aeb29561-e158-5223-bfca-38b14132c135 with identifier: 1985601
2026-03-30 10:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: aeb29561-e158-5223-bfca-38b14132c135 with identifier: 1985601 to the API
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:12 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'aeb29561-e158-5223-bfca-38b14132c135',
'is_damaged': False,
'is_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': 63948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985601%27 HTTP/1.1" 200 None
2026-03-30 10:54:12 [ayvens.be] INFO: Saving data for 1985601: {'auction_closing_time': 1774958400.0, 'created_time': 1774565769.562802, 'last_price_update_time': 1774868052.085241}
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985601') HTTP/1.1" 204 0
2026-03-30 10:54:12 [ayvens.be] INFO: Found listing with ID: 1985602
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985602%27 HTTP/1.1" 200 None
2026-03-30 10:54:12 [ayvens.be] INFO: Scrape type for 1985602: 2
2026-03-30 10:54:12 [ayvens.be] INFO: Extracting data for car ID: 1985602
2026-03-30 10:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f5926a4-868d-51d5-b909-123e0d888f17 with identifier: 1985602
2026-03-30 10:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5926a4-868d-51d5-b909-123e0d888f17 with scrape type 2
2026-03-30 10:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f5926a4-868d-51d5-b909-123e0d888f17 with scrape type 2
2026-03-30 10:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0f5926a4-868d-51d5-b909-123e0d888f17, identifier: 1985602
2026-03-30 10:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0f5926a4-868d-51d5-b909-123e0d888f17 with identifier: 1985602
2026-03-30 10:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0f5926a4-868d-51d5-b909-123e0d888f17 with identifier: 1985602
2026-03-30 10:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0f5926a4-868d-51d5-b909-123e0d888f17 with identifier: 1985602 to the API
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:12 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '0f5926a4-868d-51d5-b909-123e0d888f17',
'is_damaged': False,
'is_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': 'RENAULT',
'model': 'CAPTUR',
'odometer': 114303,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR 1.6 E-TECH PLUG-IN HYBRID INITIALE PARIS',
'transmission': 'automatic',
'trim': '1.6 E-TECH PLUG-IN HYBRID INITIALE PARIS',
'vin': None,
'year': 2022}
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985602%27 HTTP/1.1" 200 None
2026-03-30 10:54:12 [ayvens.be] INFO: Saving data for 1985602: {'auction_closing_time': 1774958400.0, 'created_time': 1774565770.224233, 'last_price_update_time': 1774868052.490895}
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985602') HTTP/1.1" 204 0
2026-03-30 10:54:12 [ayvens.be] INFO: Found listing with ID: 1985603
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985603%27 HTTP/1.1" 200 None
2026-03-30 10:54:12 [ayvens.be] INFO: Scrape type for 1985603: 2
2026-03-30 10:54:12 [ayvens.be] INFO: Extracting data for car ID: 1985603
2026-03-30 10:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1a6e368-6dd7-58a3-ab83-5b0ceb2b0fb5 with identifier: 1985603
2026-03-30 10:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1a6e368-6dd7-58a3-ab83-5b0ceb2b0fb5 with scrape type 2
2026-03-30 10:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1a6e368-6dd7-58a3-ab83-5b0ceb2b0fb5 with scrape type 2
2026-03-30 10:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c1a6e368-6dd7-58a3-ab83-5b0ceb2b0fb5, identifier: 1985603
2026-03-30 10:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c1a6e368-6dd7-58a3-ab83-5b0ceb2b0fb5 with identifier: 1985603
2026-03-30 10:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c1a6e368-6dd7-58a3-ab83-5b0ceb2b0fb5 with identifier: 1985603
2026-03-30 10:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c1a6e368-6dd7-58a3-ab83-5b0ceb2b0fb5 with identifier: 1985603 to the API
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:12 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c1a6e368-6dd7-58a3-ab83-5b0ceb2b0fb5',
'is_damaged': False,
'is_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': 74237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'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-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985603%27 HTTP/1.1" 200 None
2026-03-30 10:54:12 [ayvens.be] INFO: Saving data for 1985603: {'auction_closing_time': 1774958400.0, 'created_time': 1774565772.546694, 'last_price_update_time': 1774868052.912936}
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985603') HTTP/1.1" 204 0
2026-03-30 10:54:12 [ayvens.be] INFO: Found listing with ID: 1985604
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985604%27 HTTP/1.1" 200 None
2026-03-30 10:54:12 [ayvens.be] INFO: Scrape type for 1985604: 2
2026-03-30 10:54:12 [ayvens.be] INFO: Extracting data for car ID: 1985604
2026-03-30 10:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81745107-cd5b-55d7-b04b-60f6322262e6 with identifier: 1985604
2026-03-30 10:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81745107-cd5b-55d7-b04b-60f6322262e6 with scrape type 2
2026-03-30 10:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81745107-cd5b-55d7-b04b-60f6322262e6 with scrape type 2
2026-03-30 10:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 81745107-cd5b-55d7-b04b-60f6322262e6, identifier: 1985604
2026-03-30 10:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 81745107-cd5b-55d7-b04b-60f6322262e6 with identifier: 1985604
2026-03-30 10:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 81745107-cd5b-55d7-b04b-60f6322262e6 with identifier: 1985604
2026-03-30 10:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 81745107-cd5b-55d7-b04b-60f6322262e6 with identifier: 1985604 to the API
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '81745107-cd5b-55d7-b04b-60f6322262e6',
'is_damaged': False,
'is_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',
'odometer': 55405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2021}
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985604%27 HTTP/1.1" 200 None
2026-03-30 10:54:13 [ayvens.be] INFO: Saving data for 1985604: {'auction_closing_time': 1774958400.0, 'created_time': 1774565773.57411, 'last_price_update_time': 1774868053.331309}
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985604') HTTP/1.1" 204 0
2026-03-30 10:54:13 [ayvens.be] INFO: Found listing with ID: 1985605
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985605%27 HTTP/1.1" 200 None
2026-03-30 10:54:13 [ayvens.be] INFO: Scrape type for 1985605: 2
2026-03-30 10:54:13 [ayvens.be] INFO: Extracting data for car ID: 1985605
2026-03-30 10:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cedfca8f-75b5-5fc8-8992-8c4e6b512ab9 with identifier: 1985605
2026-03-30 10:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cedfca8f-75b5-5fc8-8992-8c4e6b512ab9 with scrape type 2
2026-03-30 10:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cedfca8f-75b5-5fc8-8992-8c4e6b512ab9 with scrape type 2
2026-03-30 10:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cedfca8f-75b5-5fc8-8992-8c4e6b512ab9, identifier: 1985605
2026-03-30 10:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cedfca8f-75b5-5fc8-8992-8c4e6b512ab9 with identifier: 1985605
2026-03-30 10:54:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cedfca8f-75b5-5fc8-8992-8c4e6b512ab9 with identifier: 1985605
2026-03-30 10:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cedfca8f-75b5-5fc8-8992-8c4e6b512ab9 with identifier: 1985605 to the API
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 47,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'cedfca8f-75b5-5fc8-8992-8c4e6b512ab9',
'is_damaged': False,
'is_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': 138035,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 PHEV Recharge Pro DCT',
'transmission': 'automatic',
'trim': '1.5 T5 PHEV Recharge Pro DCT',
'vin': None,
'year': 2020}
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985605%27 HTTP/1.1" 200 None
2026-03-30 10:54:13 [ayvens.be] INFO: Saving data for 1985605: {'auction_closing_time': 1774958400.0, 'created_time': 1774565775.515457, 'last_price_update_time': 1774868053.799027}
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985605') HTTP/1.1" 204 0
2026-03-30 10:54:13 [ayvens.be] INFO: Found listing with ID: 1985606
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985606%27 HTTP/1.1" 200 None
2026-03-30 10:54:13 [ayvens.be] INFO: Scrape type for 1985606: 2
2026-03-30 10:54:13 [ayvens.be] INFO: Extracting data for car ID: 1985606
2026-03-30 10:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c99a21a0-6528-59bd-b83a-0a37275320b1 with identifier: 1985606
2026-03-30 10:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c99a21a0-6528-59bd-b83a-0a37275320b1 with scrape type 2
2026-03-30 10:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c99a21a0-6528-59bd-b83a-0a37275320b1 with scrape type 2
2026-03-30 10:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c99a21a0-6528-59bd-b83a-0a37275320b1, identifier: 1985606
2026-03-30 10:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c99a21a0-6528-59bd-b83a-0a37275320b1 with identifier: 1985606
2026-03-30 10:54:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c99a21a0-6528-59bd-b83a-0a37275320b1 with identifier: 1985606
2026-03-30 10:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c99a21a0-6528-59bd-b83a-0a37275320b1 with identifier: 1985606 to the API
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'NACRE WIT PARELKLEUR',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'c99a21a0-6528-59bd-b83a-0a37275320b1',
'is_damaged': False,
'is_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': 126107,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-14',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.5 BLUEHDI 130 ALLURE 7pl',
'transmission': 'manual',
'trim': '1.5 BLUEHDI 130 ALLURE 7pl',
'vin': None,
'year': 2020}
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985606%27 HTTP/1.1" 200 None
2026-03-30 10:54:14 [ayvens.be] INFO: Saving data for 1985606: {'auction_closing_time': 1774958400.0, 'created_time': 1774565777.231887, 'last_price_update_time': 1774868054.262}
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985606') HTTP/1.1" 204 0
2026-03-30 10:54:14 [ayvens.be] INFO: Found listing with ID: 1985607
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985607%27 HTTP/1.1" 200 None
2026-03-30 10:54:14 [ayvens.be] INFO: Scrape type for 1985607: 2
2026-03-30 10:54:14 [ayvens.be] INFO: Extracting data for car ID: 1985607
2026-03-30 10:54:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 102740f9-a11d-52fd-a67d-bdfa14b5e0fb with identifier: 1985607
2026-03-30 10:54:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 102740f9-a11d-52fd-a67d-bdfa14b5e0fb with scrape type 2
2026-03-30 10:54:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 102740f9-a11d-52fd-a67d-bdfa14b5e0fb with scrape type 2
2026-03-30 10:54:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 102740f9-a11d-52fd-a67d-bdfa14b5e0fb, identifier: 1985607
2026-03-30 10:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 102740f9-a11d-52fd-a67d-bdfa14b5e0fb with identifier: 1985607
2026-03-30 10:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 102740f9-a11d-52fd-a67d-bdfa14b5e0fb with identifier: 1985607
2026-03-30 10:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 102740f9-a11d-52fd-a67d-bdfa14b5e0fb with identifier: 1985607 to the API
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:14 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '102740f9-a11d-52fd-a67d-bdfa14b5e0fb',
'is_damaged': False,
'is_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 DIESEL - 2019',
'odometer': 125107,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2019 1.5 dA sDrive16 AdBlue',
'transmission': 'automatic',
'trim': '1.5 dA sDrive16 AdBlue',
'vin': None,
'year': 2020}
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985607%27 HTTP/1.1" 200 None
2026-03-30 10:54:14 [ayvens.be] INFO: Saving data for 1985607: {'auction_closing_time': 1774958400.0, 'created_time': 1774565779.092292, 'last_price_update_time': 1774868054.648963}
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985607') HTTP/1.1" 204 0
2026-03-30 10:54:14 [ayvens.be] INFO: Found listing with ID: 1985608
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985608%27 HTTP/1.1" 200 None
2026-03-30 10:54:14 [ayvens.be] INFO: Scrape type for 1985608: 2
2026-03-30 10:54:14 [ayvens.be] INFO: Extracting data for car ID: 1985608
2026-03-30 10:54:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9129de0-b3cc-56eb-8492-96e4712690fb with identifier: 1985608
2026-03-30 10:54:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9129de0-b3cc-56eb-8492-96e4712690fb with scrape type 2
2026-03-30 10:54:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9129de0-b3cc-56eb-8492-96e4712690fb with scrape type 2
2026-03-30 10:54:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d9129de0-b3cc-56eb-8492-96e4712690fb, identifier: 1985608
2026-03-30 10:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d9129de0-b3cc-56eb-8492-96e4712690fb with identifier: 1985608
2026-03-30 10:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d9129de0-b3cc-56eb-8492-96e4712690fb with identifier: 1985608
2026-03-30 10:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d9129de0-b3cc-56eb-8492-96e4712690fb with identifier: 1985608 to the API
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:15 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd9129de0-b3cc-56eb-8492-96e4712690fb',
'is_damaged': False,
'is_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': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE - 2019',
'odometer': 53507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-15',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER EVOQUE - 2019 2.0 Turbo 4WD R-Dynamic HSE',
'transmission': 'automatic',
'trim': '2.0 Turbo 4WD R-Dynamic HSE',
'vin': None,
'year': 2021}
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985608%27 HTTP/1.1" 200 None
2026-03-30 10:54:15 [ayvens.be] INFO: Saving data for 1985608: {'auction_closing_time': 1774958400.0, 'created_time': 1774565781.831232, 'last_price_update_time': 1774868055.055054}
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985608') HTTP/1.1" 204 0
2026-03-30 10:54:15 [ayvens.be] INFO: Found listing with ID: 1985609
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985609%27 HTTP/1.1" 200 None
2026-03-30 10:54:15 [ayvens.be] INFO: Scrape type for 1985609: 2
2026-03-30 10:54:15 [ayvens.be] INFO: Extracting data for car ID: 1985609
2026-03-30 10:54:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddafa458-3cf3-57c1-abb3-73f34a7dfa14 with identifier: 1985609
2026-03-30 10:54:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddafa458-3cf3-57c1-abb3-73f34a7dfa14 with scrape type 2
2026-03-30 10:54:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddafa458-3cf3-57c1-abb3-73f34a7dfa14 with scrape type 2
2026-03-30 10:54:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ddafa458-3cf3-57c1-abb3-73f34a7dfa14, identifier: 1985609
2026-03-30 10:54:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ddafa458-3cf3-57c1-abb3-73f34a7dfa14 with identifier: 1985609
2026-03-30 10:54:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ddafa458-3cf3-57c1-abb3-73f34a7dfa14 with identifier: 1985609
2026-03-30 10:54:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ddafa458-3cf3-57c1-abb3-73f34a7dfa14 with identifier: 1985609 to the API
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:15 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'ddafa458-3cf3-57c1-abb3-73f34a7dfa14',
'is_damaged': False,
'is_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',
'odometer': 85430,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 2.0 TDI 90KW MSQ VARIANT STYLE BUSINESS',
'transmission': 'automatic',
'trim': '2.0 TDI 90KW MSQ VARIANT STYLE BUSINESS',
'vin': None,
'year': 2021}
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985609%27 HTTP/1.1" 200 None
2026-03-30 10:54:15 [ayvens.be] INFO: Saving data for 1985609: {'auction_closing_time': 1774958400.0, 'created_time': 1774565782.70442, 'last_price_update_time': 1774868055.464899}
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985609') HTTP/1.1" 204 0
2026-03-30 10:54:15 [ayvens.be] INFO: Found listing with ID: 1985610
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985610%27 HTTP/1.1" 200 None
2026-03-30 10:54:15 [ayvens.be] INFO: Scrape type for 1985610: 2
2026-03-30 10:54:15 [ayvens.be] INFO: Extracting data for car ID: 1985610
2026-03-30 10:54:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fe589cd-55eb-56c1-a18a-eb475b284f11 with identifier: 1985610
2026-03-30 10:54:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fe589cd-55eb-56c1-a18a-eb475b284f11 with scrape type 2
2026-03-30 10:54:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fe589cd-55eb-56c1-a18a-eb475b284f11 with scrape type 2
2026-03-30 10:54:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8fe589cd-55eb-56c1-a18a-eb475b284f11, identifier: 1985610
2026-03-30 10:54:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8fe589cd-55eb-56c1-a18a-eb475b284f11 with identifier: 1985610
2026-03-30 10:54:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8fe589cd-55eb-56c1-a18a-eb475b284f11 with identifier: 1985610
2026-03-30 10:54:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8fe589cd-55eb-56c1-a18a-eb475b284f11 with identifier: 1985610 to the API
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:15 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '8fe589cd-55eb-56c1-a18a-eb475b284f11',
'is_damaged': False,
'is_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',
'odometer': 135693,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 2.0 TDI 90KW MSQ VARIANT STYLE BUSINESS',
'transmission': 'automatic',
'trim': '2.0 TDI 90KW MSQ VARIANT STYLE BUSINESS',
'vin': None,
'year': 2021}
2026-03-30 10:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985610%27 HTTP/1.1" 200 None
2026-03-30 10:54:16 [ayvens.be] INFO: Saving data for 1985610: {'auction_closing_time': 1774958400.0, 'created_time': 1774565785.010643, 'last_price_update_time': 1774868056.002887}
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985610') HTTP/1.1" 204 0
2026-03-30 10:54:16 [ayvens.be] INFO: Found listing with ID: 1985611
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985611%27 HTTP/1.1" 200 None
2026-03-30 10:54:16 [ayvens.be] INFO: Scrape type for 1985611: 2
2026-03-30 10:54:16 [ayvens.be] INFO: Extracting data for car ID: 1985611
2026-03-30 10:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a53da03-7f2a-5801-ba2a-6387e94f4c8c with identifier: 1985611
2026-03-30 10:54:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a53da03-7f2a-5801-ba2a-6387e94f4c8c with scrape type 2
2026-03-30 10:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a53da03-7f2a-5801-ba2a-6387e94f4c8c with scrape type 2
2026-03-30 10:54:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8a53da03-7f2a-5801-ba2a-6387e94f4c8c, identifier: 1985611
2026-03-30 10:54:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8a53da03-7f2a-5801-ba2a-6387e94f4c8c with identifier: 1985611
2026-03-30 10:54:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8a53da03-7f2a-5801-ba2a-6387e94f4c8c with identifier: 1985611
2026-03-30 10:54:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8a53da03-7f2a-5801-ba2a-6387e94f4c8c with identifier: 1985611 to the API
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:16 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '8a53da03-7f2a-5801-ba2a-6387e94f4c8c',
'is_damaged': False,
'is_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': 17867,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 160 Business Solution',
'transmission': 'manual',
'trim': 'A 160 Business Solution',
'vin': None,
'year': 2021}
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985611%27 HTTP/1.1" 200 None
2026-03-30 10:54:16 [ayvens.be] INFO: Saving data for 1985611: {'auction_closing_time': 1774958400.0, 'created_time': 1774565785.706662, 'last_price_update_time': 1774868056.413969}
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985611') HTTP/1.1" 204 0
2026-03-30 10:54:16 [ayvens.be] INFO: Found listing with ID: 1985612
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985612%27 HTTP/1.1" 200 None
2026-03-30 10:54:16 [ayvens.be] INFO: Scrape type for 1985612: 2
2026-03-30 10:54:16 [ayvens.be] INFO: Extracting data for car ID: 1985612
2026-03-30 10:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c2d1c4-9322-5908-a639-1d2425340280 with identifier: 1985612
2026-03-30 10:54:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c2d1c4-9322-5908-a639-1d2425340280 with scrape type 2
2026-03-30 10:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c2d1c4-9322-5908-a639-1d2425340280 with scrape type 2
2026-03-30 10:54:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b2c2d1c4-9322-5908-a639-1d2425340280, identifier: 1985612
2026-03-30 10:54:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b2c2d1c4-9322-5908-a639-1d2425340280 with identifier: 1985612
2026-03-30 10:54:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b2c2d1c4-9322-5908-a639-1d2425340280 with identifier: 1985612
2026-03-30 10:54:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b2c2d1c4-9322-5908-a639-1d2425340280 with identifier: 1985612 to the API
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:16 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b2c2d1c4-9322-5908-a639-1d2425340280',
'is_damaged': False,
'is_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': 120060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 200 D LUXURY LINE DCT',
'transmission': 'automatic',
'trim': '2.0 GLB 200 D LUXURY LINE DCT',
'vin': None,
'year': 2023}
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985612%27 HTTP/1.1" 200 None
2026-03-30 10:54:16 [ayvens.be] INFO: Saving data for 1985612: {'auction_closing_time': 1774958400.0, 'created_time': 1774565787.554542, 'last_price_update_time': 1774868056.846832}
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985612') HTTP/1.1" 204 0
2026-03-30 10:54:16 [ayvens.be] INFO: Found listing with ID: 1985613
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985613%27 HTTP/1.1" 200 None
2026-03-30 10:54:16 [ayvens.be] INFO: Scrape type for 1985613: 2
2026-03-30 10:54:16 [ayvens.be] INFO: Extracting data for car ID: 1985613
2026-03-30 10:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7ac458c-7145-517c-9805-468b8545bc8f with identifier: 1985613
2026-03-30 10:54:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7ac458c-7145-517c-9805-468b8545bc8f with scrape type 2
2026-03-30 10:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7ac458c-7145-517c-9805-468b8545bc8f with scrape type 2
2026-03-30 10:54:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e7ac458c-7145-517c-9805-468b8545bc8f, identifier: 1985613
2026-03-30 10:54:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e7ac458c-7145-517c-9805-468b8545bc8f with identifier: 1985613
2026-03-30 10:54:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e7ac458c-7145-517c-9805-468b8545bc8f with identifier: 1985613
2026-03-30 10:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e7ac458c-7145-517c-9805-468b8545bc8f with identifier: 1985613 to the API
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:17 [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': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e7ac458c-7145-517c-9805-468b8545bc8f',
'is_damaged': False,
'is_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': 131721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5I PHEV 165KW ST-LINE AUTO',
'transmission': 'automatic',
'trim': '2.5I PHEV 165KW ST-LINE AUTO',
'vin': None,
'year': 2023}
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985613%27 HTTP/1.1" 200 None
2026-03-30 10:54:17 [ayvens.be] INFO: Saving data for 1985613: {'auction_closing_time': 1774958400.0, 'created_time': 1774565789.406333, 'last_price_update_time': 1774868057.271673}
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985613') HTTP/1.1" 204 0
2026-03-30 10:54:17 [ayvens.be] INFO: Found listing with ID: 1985614
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985614%27 HTTP/1.1" 200 None
2026-03-30 10:54:17 [ayvens.be] INFO: Scrape type for 1985614: 2
2026-03-30 10:54:17 [ayvens.be] INFO: Extracting data for car ID: 1985614
2026-03-30 10:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fee27e6-61f1-5f95-91d9-a32647513628 with identifier: 1985614
2026-03-30 10:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fee27e6-61f1-5f95-91d9-a32647513628 with scrape type 2
2026-03-30 10:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fee27e6-61f1-5f95-91d9-a32647513628 with scrape type 2
2026-03-30 10:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3fee27e6-61f1-5f95-91d9-a32647513628, identifier: 1985614
2026-03-30 10:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3fee27e6-61f1-5f95-91d9-a32647513628 with identifier: 1985614
2026-03-30 10:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3fee27e6-61f1-5f95-91d9-a32647513628 with identifier: 1985614
2026-03-30 10:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3fee27e6-61f1-5f95-91d9-a32647513628 with identifier: 1985614 to the API
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:17 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '3fee27e6-61f1-5f95-91d9-a32647513628',
'is_damaged': False,
'is_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': 156563,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 35 TDI 120KW S TR S LINE BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 35 TDI 120KW S TR S LINE BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985614%27 HTTP/1.1" 200 None
2026-03-30 10:54:17 [ayvens.be] INFO: Saving data for 1985614: {'auction_closing_time': 1774958400.0, 'created_time': 1774565791.31223, 'last_price_update_time': 1774868057.710242}
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985614') HTTP/1.1" 204 0
2026-03-30 10:54:17 [ayvens.be] INFO: Found listing with ID: 1985615
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985615%27 HTTP/1.1" 200 None
2026-03-30 10:54:17 [ayvens.be] INFO: Scrape type for 1985615: 2
2026-03-30 10:54:17 [ayvens.be] INFO: Extracting data for car ID: 1985615
2026-03-30 10:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 477eb99e-c090-55db-89eb-5a7bf472e898 with identifier: 1985615
2026-03-30 10:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 477eb99e-c090-55db-89eb-5a7bf472e898 with scrape type 2
2026-03-30 10:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 477eb99e-c090-55db-89eb-5a7bf472e898 with scrape type 2
2026-03-30 10:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 477eb99e-c090-55db-89eb-5a7bf472e898, identifier: 1985615
2026-03-30 10:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 477eb99e-c090-55db-89eb-5a7bf472e898 with identifier: 1985615
2026-03-30 10:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 477eb99e-c090-55db-89eb-5a7bf472e898 with identifier: 1985615
2026-03-30 10:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 477eb99e-c090-55db-89eb-5a7bf472e898 with identifier: 1985615 to the API
2026-03-30 10:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 38,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '477eb99e-c090-55db-89eb-5a7bf472e898',
'is_damaged': False,
'is_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': 46187,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-24',
'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': 2021}
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985615%27 HTTP/1.1" 200 None
2026-03-30 10:54:18 [ayvens.be] INFO: Saving data for 1985615: {'auction_closing_time': 1774958400.0, 'created_time': 1774565792.466179, 'last_price_update_time': 1774868058.11298}
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985615') HTTP/1.1" 204 0
2026-03-30 10:54:18 [ayvens.be] INFO: Found listing with ID: 1985616
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985616%27 HTTP/1.1" 200 None
2026-03-30 10:54:18 [ayvens.be] INFO: Scrape type for 1985616: 2
2026-03-30 10:54:18 [ayvens.be] INFO: Extracting data for car ID: 1985616
2026-03-30 10:54:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 586037ca-bf37-5f2f-8942-f775bf132317 with identifier: 1985616
2026-03-30 10:54:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 586037ca-bf37-5f2f-8942-f775bf132317 with scrape type 2
2026-03-30 10:54:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 586037ca-bf37-5f2f-8942-f775bf132317 with scrape type 2
2026-03-30 10:54:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 586037ca-bf37-5f2f-8942-f775bf132317, identifier: 1985616
2026-03-30 10:54:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 586037ca-bf37-5f2f-8942-f775bf132317 with identifier: 1985616
2026-03-30 10:54:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 586037ca-bf37-5f2f-8942-f775bf132317 with identifier: 1985616
2026-03-30 10:54:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 586037ca-bf37-5f2f-8942-f775bf132317 with identifier: 1985616 to the API
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '586037ca-bf37-5f2f-8942-f775bf132317',
'is_damaged': False,
'is_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 GRAN TOURER DIESEL - 2018',
'odometer': 75116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 GRAN TOURER DIESEL - 2018 216 d AdBlue',
'transmission': 'manual',
'trim': '216 d AdBlue',
'vin': None,
'year': 2021}
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985616%27 HTTP/1.1" 200 None
2026-03-30 10:54:18 [ayvens.be] INFO: Saving data for 1985616: {'auction_closing_time': 1774958400.0, 'created_time': 1774565793.305127, 'last_price_update_time': 1774868058.552228}
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985616') HTTP/1.1" 204 0
2026-03-30 10:54:18 [ayvens.be] INFO: Found listing with ID: 1985617
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985617%27 HTTP/1.1" 200 None
2026-03-30 10:54:18 [ayvens.be] INFO: Scrape type for 1985617: 2
2026-03-30 10:54:18 [ayvens.be] INFO: Extracting data for car ID: 1985617
2026-03-30 10:54:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15129c96-225f-52ab-943d-69e5fbd62080 with identifier: 1985617
2026-03-30 10:54:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15129c96-225f-52ab-943d-69e5fbd62080 with scrape type 2
2026-03-30 10:54:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15129c96-225f-52ab-943d-69e5fbd62080 with scrape type 2
2026-03-30 10:54:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 15129c96-225f-52ab-943d-69e5fbd62080, identifier: 1985617
2026-03-30 10:54:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 15129c96-225f-52ab-943d-69e5fbd62080 with identifier: 1985617
2026-03-30 10:54:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 15129c96-225f-52ab-943d-69e5fbd62080 with identifier: 1985617
2026-03-30 10:54:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 15129c96-225f-52ab-943d-69e5fbd62080 with identifier: 1985617 to the API
2026-03-30 10:54:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '15129c96-225f-52ab-943d-69e5fbd62080',
'is_damaged': False,
'is_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 DIESEL - 2018',
'odometer': 72664,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW DIESEL - 2018 1.5 BlueHDi Active S&S',
'transmission': 'automatic',
'trim': '1.5 BlueHDi Active S&S',
'vin': None,
'year': 2020}
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985617%27 HTTP/1.1" 200 None
2026-03-30 10:54:19 [ayvens.be] INFO: Saving data for 1985617: {'auction_closing_time': 1774958400.0, 'created_time': 1774565794.833742, 'last_price_update_time': 1774868059.47538}
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985617') HTTP/1.1" 204 0
2026-03-30 10:54:19 [ayvens.be] INFO: Found listing with ID: 1985618
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985618%27 HTTP/1.1" 200 None
2026-03-30 10:54:19 [ayvens.be] INFO: Scrape type for 1985618: 2
2026-03-30 10:54:19 [ayvens.be] INFO: Extracting data for car ID: 1985618
2026-03-30 10:54:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 973b0b30-ae16-5993-8445-749a81894b5c with identifier: 1985618
2026-03-30 10:54:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973b0b30-ae16-5993-8445-749a81894b5c with scrape type 2
2026-03-30 10:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 973b0b30-ae16-5993-8445-749a81894b5c with scrape type 2
2026-03-30 10:54:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 973b0b30-ae16-5993-8445-749a81894b5c, identifier: 1985618
2026-03-30 10:54:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 973b0b30-ae16-5993-8445-749a81894b5c with identifier: 1985618
2026-03-30 10:54:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 973b0b30-ae16-5993-8445-749a81894b5c with identifier: 1985618
2026-03-30 10:54:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 973b0b30-ae16-5993-8445-749a81894b5c with identifier: 1985618 to the API
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:19 [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': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '973b0b30-ae16-5993-8445-749a81894b5c',
'is_damaged': False,
'is_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': 128196,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5I PHEV 165KW ST-LINE X AUTO',
'transmission': 'automatic',
'trim': '2.5I PHEV 165KW ST-LINE X AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985618%27 HTTP/1.1" 200 None
2026-03-30 10:54:19 [ayvens.be] INFO: Saving data for 1985618: {'auction_closing_time': 1774958400.0, 'created_time': 1774565797.075051, 'last_price_update_time': 1774868059.918587}
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985618') HTTP/1.1" 204 0
2026-03-30 10:54:19 [ayvens.be] INFO: Found listing with ID: 1985619
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985619%27 HTTP/1.1" 200 None
2026-03-30 10:54:19 [ayvens.be] INFO: Scrape type for 1985619: 2
2026-03-30 10:54:19 [ayvens.be] INFO: Extracting data for car ID: 1985619
2026-03-30 10:54:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 555f67f7-ee2f-5c9f-8fd6-24113fff47fc with identifier: 1985619
2026-03-30 10:54:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 555f67f7-ee2f-5c9f-8fd6-24113fff47fc with scrape type 2
2026-03-30 10:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 555f67f7-ee2f-5c9f-8fd6-24113fff47fc with scrape type 2
2026-03-30 10:54:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 555f67f7-ee2f-5c9f-8fd6-24113fff47fc, identifier: 1985619
2026-03-30 10:54:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 555f67f7-ee2f-5c9f-8fd6-24113fff47fc with identifier: 1985619
2026-03-30 10:54:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 555f67f7-ee2f-5c9f-8fd6-24113fff47fc with identifier: 1985619
2026-03-30 10:54:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 555f67f7-ee2f-5c9f-8fd6-24113fff47fc with identifier: 1985619 to the API
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:20 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '555f67f7-ee2f-5c9f-8fd6-24113fff47fc',
'is_damaged': False,
'is_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': 80415,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985619%27 HTTP/1.1" 200 None
2026-03-30 10:54:20 [ayvens.be] INFO: Saving data for 1985619: {'auction_closing_time': 1774958400.0, 'created_time': 1774565798.069328, 'last_price_update_time': 1774868060.332718}
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985619') HTTP/1.1" 204 0
2026-03-30 10:54:20 [ayvens.be] INFO: Found listing with ID: 1985620
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985620%27 HTTP/1.1" 200 None
2026-03-30 10:54:20 [ayvens.be] INFO: Scrape type for 1985620: 2
2026-03-30 10:54:20 [ayvens.be] INFO: Extracting data for car ID: 1985620
2026-03-30 10:54:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb94b69-fc8d-5462-932e-5e54a021f291 with identifier: 1985620
2026-03-30 10:54:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb94b69-fc8d-5462-932e-5e54a021f291 with scrape type 2
2026-03-30 10:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb94b69-fc8d-5462-932e-5e54a021f291 with scrape type 2
2026-03-30 10:54:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fcb94b69-fc8d-5462-932e-5e54a021f291, identifier: 1985620
2026-03-30 10:54:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fcb94b69-fc8d-5462-932e-5e54a021f291 with identifier: 1985620
2026-03-30 10:54:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fcb94b69-fc8d-5462-932e-5e54a021f291 with identifier: 1985620
2026-03-30 10:54:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fcb94b69-fc8d-5462-932e-5e54a021f291 with identifier: 1985620 to the API
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:20 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'fcb94b69-fc8d-5462-932e-5e54a021f291',
'is_damaged': False,
'is_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': 'RENAULT',
'model': 'CLIO V',
'odometer': 84446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO V 1.0 TCe Corporate Edition (Fleet)',
'transmission': 'manual',
'trim': '1.0 TCe Corporate Edition (Fleet)',
'vin': None,
'year': 2020}
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985620%27 HTTP/1.1" 200 None
2026-03-30 10:54:20 [ayvens.be] INFO: Saving data for 1985620: {'auction_closing_time': 1774958400.0, 'created_time': 1774565799.736, 'last_price_update_time': 1774868060.764769}
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985620') HTTP/1.1" 204 0
2026-03-30 10:54:20 [ayvens.be] INFO: Found listing with ID: 1985621
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985621%27 HTTP/1.1" 200 None
2026-03-30 10:54:20 [ayvens.be] INFO: Scrape type for 1985621: 2
2026-03-30 10:54:20 [ayvens.be] INFO: Extracting data for car ID: 1985621
2026-03-30 10:54:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9a6501d-97ae-5b09-a2ce-ace7338f8598 with identifier: 1985621
2026-03-30 10:54:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9a6501d-97ae-5b09-a2ce-ace7338f8598 with scrape type 2
2026-03-30 10:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9a6501d-97ae-5b09-a2ce-ace7338f8598 with scrape type 2
2026-03-30 10:54:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a9a6501d-97ae-5b09-a2ce-ace7338f8598, identifier: 1985621
2026-03-30 10:54:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a9a6501d-97ae-5b09-a2ce-ace7338f8598 with identifier: 1985621
2026-03-30 10:54:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a9a6501d-97ae-5b09-a2ce-ace7338f8598 with identifier: 1985621
2026-03-30 10:54:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a9a6501d-97ae-5b09-a2ce-ace7338f8598 with identifier: 1985621 to the API
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:21 [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': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'a9a6501d-97ae-5b09-a2ce-ace7338f8598',
'is_damaged': False,
'is_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': 'TESLA',
'model': 'MODEL 3',
'odometer': 110560,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 75 KWH PERFORMANCE DUAL MOTOR 4WD AUTO',
'transmission': 'automatic',
'trim': '75 KWH PERFORMANCE DUAL MOTOR 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985621%27 HTTP/1.1" 200 None
2026-03-30 10:54:21 [ayvens.be] INFO: Saving data for 1985621: {'auction_closing_time': 1774958400.0, 'created_time': 1774565801.67411, 'last_price_update_time': 1774868061.296029}
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985621') HTTP/1.1" 204 0
2026-03-30 10:54:21 [ayvens.be] INFO: Found listing with ID: 1985622
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985622%27 HTTP/1.1" 200 None
2026-03-30 10:54:21 [ayvens.be] INFO: Scrape type for 1985622: 2
2026-03-30 10:54:21 [ayvens.be] INFO: Extracting data for car ID: 1985622
2026-03-30 10:54:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38ee1521-30fc-5153-b980-e6c443fba2e2 with identifier: 1985622
2026-03-30 10:54:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38ee1521-30fc-5153-b980-e6c443fba2e2 with scrape type 2
2026-03-30 10:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38ee1521-30fc-5153-b980-e6c443fba2e2 with scrape type 2
2026-03-30 10:54:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 38ee1521-30fc-5153-b980-e6c443fba2e2, identifier: 1985622
2026-03-30 10:54:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 38ee1521-30fc-5153-b980-e6c443fba2e2 with identifier: 1985622
2026-03-30 10:54:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 38ee1521-30fc-5153-b980-e6c443fba2e2 with identifier: 1985622
2026-03-30 10:54:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 38ee1521-30fc-5153-b980-e6c443fba2e2 with identifier: 1985622 to the API
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:21 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '38ee1521-30fc-5153-b980-e6c443fba2e2',
'is_damaged': False,
'is_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': 'ID4',
'odometer': 66959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID4 BEV 82KWH PRO FAMILY',
'transmission': 'automatic',
'trim': 'BEV 82KWH PRO FAMILY',
'vin': None,
'year': 2021}
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985622%27 HTTP/1.1" 200 None
2026-03-30 10:54:21 [ayvens.be] INFO: Saving data for 1985622: {'auction_closing_time': 1774958400.0, 'created_time': 1774565802.458507, 'last_price_update_time': 1774868061.700305}
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985622') HTTP/1.1" 204 0
2026-03-30 10:54:21 [ayvens.be] INFO: Found listing with ID: 1985623
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985623%27 HTTP/1.1" 200 None
2026-03-30 10:54:21 [ayvens.be] INFO: Scrape type for 1985623: 2
2026-03-30 10:54:21 [ayvens.be] INFO: Extracting data for car ID: 1985623
2026-03-30 10:54:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eff94e67-cb37-5cf5-899d-228774d52497 with identifier: 1985623
2026-03-30 10:54:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eff94e67-cb37-5cf5-899d-228774d52497 with scrape type 2
2026-03-30 10:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eff94e67-cb37-5cf5-899d-228774d52497 with scrape type 2
2026-03-30 10:54:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: eff94e67-cb37-5cf5-899d-228774d52497, identifier: 1985623
2026-03-30 10:54:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: eff94e67-cb37-5cf5-899d-228774d52497 with identifier: 1985623
2026-03-30 10:54:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: eff94e67-cb37-5cf5-899d-228774d52497 with identifier: 1985623
2026-03-30 10:54:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: eff94e67-cb37-5cf5-899d-228774d52497 with identifier: 1985623 to the API
2026-03-30 10:54:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:22 [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.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'eff94e67-cb37-5cf5-899d-228774d52497',
'is_damaged': False,
'is_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': 71331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 2.0 A 180 D BUSINESS SOLUTION '
'ESSENTIAL',
'transmission': 'manual',
'trim': '2.0 A 180 D BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2021}
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985623%27 HTTP/1.1" 200 None
2026-03-30 10:54:22 [ayvens.be] INFO: Saving data for 1985623: {'auction_closing_time': 1774958400.0, 'created_time': 1774565804.152952, 'last_price_update_time': 1774868062.137894}
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985623') HTTP/1.1" 204 0
2026-03-30 10:54:22 [ayvens.be] INFO: Found listing with ID: 1985624
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985624%27 HTTP/1.1" 200 None
2026-03-30 10:54:22 [ayvens.be] INFO: Scrape type for 1985624: 2
2026-03-30 10:54:22 [ayvens.be] INFO: Extracting data for car ID: 1985624
2026-03-30 10:54:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61edf60d-253b-5f21-a6f3-9c22315f77a7 with identifier: 1985624
2026-03-30 10:54:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61edf60d-253b-5f21-a6f3-9c22315f77a7 with scrape type 2
2026-03-30 10:54:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61edf60d-253b-5f21-a6f3-9c22315f77a7 with scrape type 2
2026-03-30 10:54:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 61edf60d-253b-5f21-a6f3-9c22315f77a7, identifier: 1985624
2026-03-30 10:54:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 61edf60d-253b-5f21-a6f3-9c22315f77a7 with identifier: 1985624
2026-03-30 10:54:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 61edf60d-253b-5f21-a6f3-9c22315f77a7 with identifier: 1985624
2026-03-30 10:54:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 61edf60d-253b-5f21-a6f3-9c22315f77a7 with identifier: 1985624 to the API
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:22 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '61edf60d-253b-5f21-a6f3-9c22315f77a7',
'is_damaged': False,
'is_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': 'V60',
'odometer': 88971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 T6 RECHARGE GEARTR INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': '2.0 T6 RECHARGE GEARTR INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985624%27 HTTP/1.1" 200 None
2026-03-30 10:54:22 [ayvens.be] INFO: Saving data for 1985624: {'auction_closing_time': 1774958400.0, 'created_time': 1774565805.598567, 'last_price_update_time': 1774868062.548368}
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985624') HTTP/1.1" 204 0
2026-03-30 10:54:22 [ayvens.be] INFO: Found listing with ID: 1985625
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985625%27 HTTP/1.1" 200 None
2026-03-30 10:54:22 [ayvens.be] INFO: Scrape type for 1985625: 2
2026-03-30 10:54:22 [ayvens.be] INFO: Extracting data for car ID: 1985625
2026-03-30 10:54:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fddb233-cec4-5a57-8cac-332c509be68e with identifier: 1985625
2026-03-30 10:54:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fddb233-cec4-5a57-8cac-332c509be68e with scrape type 2
2026-03-30 10:54:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fddb233-cec4-5a57-8cac-332c509be68e with scrape type 2
2026-03-30 10:54:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7fddb233-cec4-5a57-8cac-332c509be68e, identifier: 1985625
2026-03-30 10:54:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7fddb233-cec4-5a57-8cac-332c509be68e with identifier: 1985625
2026-03-30 10:54:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7fddb233-cec4-5a57-8cac-332c509be68e with identifier: 1985625
2026-03-30 10:54:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7fddb233-cec4-5a57-8cac-332c509be68e with identifier: 1985625 to the API
2026-03-30 10:54:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:22 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '7fddb233-cec4-5a57-8cac-332c509be68e',
'is_damaged': False,
'is_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': 78626,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'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-30 10:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985625%27 HTTP/1.1" 200 None
2026-03-30 10:54:23 [ayvens.be] INFO: Saving data for 1985625: {'auction_closing_time': 1774958400.0, 'created_time': 1774565807.194805, 'last_price_update_time': 1774868063.005522}
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985625') HTTP/1.1" 204 0
2026-03-30 10:54:23 [ayvens.be] INFO: Found listing with ID: 1985626
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985626%27 HTTP/1.1" 200 None
2026-03-30 10:54:23 [ayvens.be] INFO: Scrape type for 1985626: 2
2026-03-30 10:54:23 [ayvens.be] INFO: Extracting data for car ID: 1985626
2026-03-30 10:54:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66e1293d-9f61-520b-b07a-18f721a8f455 with identifier: 1985626
2026-03-30 10:54:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66e1293d-9f61-520b-b07a-18f721a8f455 with scrape type 2
2026-03-30 10:54:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66e1293d-9f61-520b-b07a-18f721a8f455 with scrape type 2
2026-03-30 10:54:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 66e1293d-9f61-520b-b07a-18f721a8f455, identifier: 1985626
2026-03-30 10:54:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 66e1293d-9f61-520b-b07a-18f721a8f455 with identifier: 1985626
2026-03-30 10:54:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 66e1293d-9f61-520b-b07a-18f721a8f455 with identifier: 1985626
2026-03-30 10:54:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 66e1293d-9f61-520b-b07a-18f721a8f455 with identifier: 1985626 to the API
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:23 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '66e1293d-9f61-520b-b07a-18f721a8f455',
'is_damaged': False,
'is_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-serie',
'odometer': 128346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 2.0 318D (100KW) TOURING',
'transmission': 'manual',
'trim': '2.0 318D (100KW) TOURING',
'vin': None,
'year': 2020}
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985626%27 HTTP/1.1" 200 None
2026-03-30 10:54:23 [ayvens.be] INFO: Saving data for 1985626: {'auction_closing_time': 1774958400.0, 'created_time': 1774565808.659159, 'last_price_update_time': 1774868063.41932}
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985626') HTTP/1.1" 204 0
2026-03-30 10:54:23 [ayvens.be] INFO: Found listing with ID: 1985627
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985627%27 HTTP/1.1" 200 None
2026-03-30 10:54:23 [ayvens.be] INFO: Scrape type for 1985627: 2
2026-03-30 10:54:23 [ayvens.be] INFO: Extracting data for car ID: 1985627
2026-03-30 10:54:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed77adca-f00b-5d88-b37c-f5b42649bc36 with identifier: 1985627
2026-03-30 10:54:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed77adca-f00b-5d88-b37c-f5b42649bc36 with scrape type 2
2026-03-30 10:54:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed77adca-f00b-5d88-b37c-f5b42649bc36 with scrape type 2
2026-03-30 10:54:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ed77adca-f00b-5d88-b37c-f5b42649bc36, identifier: 1985627
2026-03-30 10:54:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ed77adca-f00b-5d88-b37c-f5b42649bc36 with identifier: 1985627
2026-03-30 10:54:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ed77adca-f00b-5d88-b37c-f5b42649bc36 with identifier: 1985627
2026-03-30 10:54:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ed77adca-f00b-5d88-b37c-f5b42649bc36 with identifier: 1985627 to the API
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:23 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'ed77adca-f00b-5d88-b37c-f5b42649bc36',
'is_damaged': False,
'is_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': 14625,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES ACTIVE TOURER 1.5 216I ACTIVE TOURER',
'transmission': 'manual',
'trim': '1.5 216I ACTIVE TOURER',
'vin': None,
'year': 2021}
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985627%27 HTTP/1.1" 200 None
2026-03-30 10:54:23 [ayvens.be] INFO: Saving data for 1985627: {'auction_closing_time': 1774958400.0, 'created_time': 1774565810.558875, 'last_price_update_time': 1774868063.826715}
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985627') HTTP/1.1" 204 0
2026-03-30 10:54:23 [ayvens.be] INFO: Found listing with ID: 1985628
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985628%27 HTTP/1.1" 200 None
2026-03-30 10:54:23 [ayvens.be] INFO: Scrape type for 1985628: 2
2026-03-30 10:54:23 [ayvens.be] INFO: Extracting data for car ID: 1985628
2026-03-30 10:54:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a83606b-6a2f-5845-a171-3506d77c25a9 with identifier: 1985628
2026-03-30 10:54:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a83606b-6a2f-5845-a171-3506d77c25a9 with scrape type 2
2026-03-30 10:54:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a83606b-6a2f-5845-a171-3506d77c25a9 with scrape type 2
2026-03-30 10:54:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1a83606b-6a2f-5845-a171-3506d77c25a9, identifier: 1985628
2026-03-30 10:54:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1a83606b-6a2f-5845-a171-3506d77c25a9 with identifier: 1985628
2026-03-30 10:54:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1a83606b-6a2f-5845-a171-3506d77c25a9 with identifier: 1985628
2026-03-30 10:54:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1a83606b-6a2f-5845-a171-3506d77c25a9 with identifier: 1985628 to the API
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:24 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '1a83606b-6a2f-5845-a171-3506d77c25a9',
'is_damaged': False,
'is_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': 106366,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 2.0 CRTDI 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110KW DSG7 CLEVER',
'vin': None,
'year': 2023}
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985628%27 HTTP/1.1" 200 None
2026-03-30 10:54:24 [ayvens.be] INFO: Saving data for 1985628: {'auction_closing_time': 1774958400.0, 'created_time': 1774565812.549675, 'last_price_update_time': 1774868064.263905}
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985628') HTTP/1.1" 204 0
2026-03-30 10:54:24 [ayvens.be] INFO: Found listing with ID: 1985629
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985629%27 HTTP/1.1" 200 None
2026-03-30 10:54:24 [ayvens.be] INFO: Scrape type for 1985629: 2
2026-03-30 10:54:24 [ayvens.be] INFO: Extracting data for car ID: 1985629
2026-03-30 10:54:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4bf4fcc-1696-5beb-b3eb-da3894a8b24b with identifier: 1985629
2026-03-30 10:54:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4bf4fcc-1696-5beb-b3eb-da3894a8b24b with scrape type 2
2026-03-30 10:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4bf4fcc-1696-5beb-b3eb-da3894a8b24b with scrape type 2
2026-03-30 10:54:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e4bf4fcc-1696-5beb-b3eb-da3894a8b24b, identifier: 1985629
2026-03-30 10:54:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e4bf4fcc-1696-5beb-b3eb-da3894a8b24b with identifier: 1985629
2026-03-30 10:54:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e4bf4fcc-1696-5beb-b3eb-da3894a8b24b with identifier: 1985629
2026-03-30 10:54:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e4bf4fcc-1696-5beb-b3eb-da3894a8b24b with identifier: 1985629 to the API
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:24 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e4bf4fcc-1696-5beb-b3eb-da3894a8b24b',
'is_damaged': False,
'is_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': 137222,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW 1.6 PHEV 225 E-AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': '1.6 PHEV 225 E-AUTO ALLURE PACK',
'vin': None,
'year': 2021}
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985629%27 HTTP/1.1" 200 None
2026-03-30 10:54:24 [ayvens.be] INFO: Saving data for 1985629: {'auction_closing_time': 1774958400.0, 'created_time': 1774565813.333302, 'last_price_update_time': 1774868064.71743}
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985629') HTTP/1.1" 204 0
2026-03-30 10:54:24 [ayvens.be] INFO: Found listing with ID: 1985630
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985630%27 HTTP/1.1" 200 None
2026-03-30 10:54:24 [ayvens.be] INFO: Scrape type for 1985630: 2
2026-03-30 10:54:24 [ayvens.be] INFO: Extracting data for car ID: 1985630
2026-03-30 10:54:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dddc1730-e2f6-59ba-acb6-05479044fc6d with identifier: 1985630
2026-03-30 10:54:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dddc1730-e2f6-59ba-acb6-05479044fc6d with scrape type 2
2026-03-30 10:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dddc1730-e2f6-59ba-acb6-05479044fc6d with scrape type 2
2026-03-30 10:54:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dddc1730-e2f6-59ba-acb6-05479044fc6d, identifier: 1985630
2026-03-30 10:54:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dddc1730-e2f6-59ba-acb6-05479044fc6d with identifier: 1985630
2026-03-30 10:54:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dddc1730-e2f6-59ba-acb6-05479044fc6d with identifier: 1985630
2026-03-30 10:54:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dddc1730-e2f6-59ba-acb6-05479044fc6d with identifier: 1985630 to the API
2026-03-30 10:54:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:25 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'dddc1730-e2f6-59ba-acb6-05479044fc6d',
'is_damaged': False,
'is_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': 54057,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-21',
'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-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985630%27 HTTP/1.1" 200 None
2026-03-30 10:54:25 [ayvens.be] INFO: Saving data for 1985630: {'auction_closing_time': 1774958400.0, 'created_time': 1774565814.953012, 'last_price_update_time': 1774868065.152725}
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985630') HTTP/1.1" 204 0
2026-03-30 10:54:25 [ayvens.be] INFO: Found listing with ID: 1985631
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985631%27 HTTP/1.1" 200 None
2026-03-30 10:54:25 [ayvens.be] INFO: Scrape type for 1985631: 2
2026-03-30 10:54:25 [ayvens.be] INFO: Extracting data for car ID: 1985631
2026-03-30 10:54:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b0f1bfc-61ef-5df4-9193-0b96111023d6 with identifier: 1985631
2026-03-30 10:54:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b0f1bfc-61ef-5df4-9193-0b96111023d6 with scrape type 2
2026-03-30 10:54:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b0f1bfc-61ef-5df4-9193-0b96111023d6 with scrape type 2
2026-03-30 10:54:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5b0f1bfc-61ef-5df4-9193-0b96111023d6, identifier: 1985631
2026-03-30 10:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5b0f1bfc-61ef-5df4-9193-0b96111023d6 with identifier: 1985631
2026-03-30 10:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5b0f1bfc-61ef-5df4-9193-0b96111023d6 with identifier: 1985631
2026-03-30 10:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5b0f1bfc-61ef-5df4-9193-0b96111023d6 with identifier: 1985631 to the API
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:25 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '5b0f1bfc-61ef-5df4-9193-0b96111023d6',
'is_damaged': False,
'is_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',
'odometer': 123123,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf 2.0 TDI 110KW DSG LIFE',
'transmission': 'automatic',
'trim': '2.0 TDI 110KW DSG LIFE',
'vin': None,
'year': 2021}
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985631%27 HTTP/1.1" 200 None
2026-03-30 10:54:25 [ayvens.be] INFO: Saving data for 1985631: {'auction_closing_time': 1774958400.0, 'created_time': 1774565816.558923, 'last_price_update_time': 1774868065.563763}
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985631') HTTP/1.1" 204 0
2026-03-30 10:54:25 [ayvens.be] INFO: Found listing with ID: 1985632
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985632%27 HTTP/1.1" 200 None
2026-03-30 10:54:25 [ayvens.be] INFO: Scrape type for 1985632: 2
2026-03-30 10:54:25 [ayvens.be] INFO: Extracting data for car ID: 1985632
2026-03-30 10:54:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85724f90-0dfe-56d9-843c-ec02c68eed02 with identifier: 1985632
2026-03-30 10:54:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85724f90-0dfe-56d9-843c-ec02c68eed02 with scrape type 2
2026-03-30 10:54:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85724f90-0dfe-56d9-843c-ec02c68eed02 with scrape type 2
2026-03-30 10:54:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 85724f90-0dfe-56d9-843c-ec02c68eed02, identifier: 1985632
2026-03-30 10:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 85724f90-0dfe-56d9-843c-ec02c68eed02 with identifier: 1985632
2026-03-30 10:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 85724f90-0dfe-56d9-843c-ec02c68eed02 with identifier: 1985632
2026-03-30 10:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 85724f90-0dfe-56d9-843c-ec02c68eed02 with identifier: 1985632 to the API
2026-03-30 10:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:26 [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.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '85724f90-0dfe-56d9-843c-ec02c68eed02',
'is_damaged': False,
'is_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': 126988,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS LIMOUSINE 1.3 A 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '1.3 A 180 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985632%27 HTTP/1.1" 200 None
2026-03-30 10:54:26 [ayvens.be] INFO: Saving data for 1985632: {'auction_closing_time': 1774958400.0, 'created_time': 1774565818.382628, 'last_price_update_time': 1774868066.083703}
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985632') HTTP/1.1" 204 0
2026-03-30 10:54:26 [ayvens.be] INFO: Found listing with ID: 1985633
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985633%27 HTTP/1.1" 200 None
2026-03-30 10:54:26 [ayvens.be] INFO: Scrape type for 1985633: 2
2026-03-30 10:54:26 [ayvens.be] INFO: Extracting data for car ID: 1985633
2026-03-30 10:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d047eea3-306f-5f94-83ed-56eb33ac1de2 with identifier: 1985633
2026-03-30 10:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d047eea3-306f-5f94-83ed-56eb33ac1de2 with scrape type 2
2026-03-30 10:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d047eea3-306f-5f94-83ed-56eb33ac1de2 with scrape type 2
2026-03-30 10:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d047eea3-306f-5f94-83ed-56eb33ac1de2, identifier: 1985633
2026-03-30 10:54:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d047eea3-306f-5f94-83ed-56eb33ac1de2 with identifier: 1985633
2026-03-30 10:54:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d047eea3-306f-5f94-83ed-56eb33ac1de2 with identifier: 1985633
2026-03-30 10:54:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d047eea3-306f-5f94-83ed-56eb33ac1de2 with identifier: 1985633 to the API
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:26 [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': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd047eea3-306f-5f94-83ed-56eb33ac1de2',
'is_damaged': False,
'is_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': 74124,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-07',
'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-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985633%27 HTTP/1.1" 200 None
2026-03-30 10:54:26 [ayvens.be] INFO: Saving data for 1985633: {'auction_closing_time': 1774958400.0, 'created_time': 1774565819.800965, 'last_price_update_time': 1774868066.522506}
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985633') HTTP/1.1" 204 0
2026-03-30 10:54:26 [ayvens.be] INFO: Found listing with ID: 1985634
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985634%27 HTTP/1.1" 200 None
2026-03-30 10:54:26 [ayvens.be] INFO: Scrape type for 1985634: 2
2026-03-30 10:54:26 [ayvens.be] INFO: Extracting data for car ID: 1985634
2026-03-30 10:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70b87bb0-cccb-5170-837d-4e434418cb6c with identifier: 1985634
2026-03-30 10:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70b87bb0-cccb-5170-837d-4e434418cb6c with scrape type 2
2026-03-30 10:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70b87bb0-cccb-5170-837d-4e434418cb6c with scrape type 2
2026-03-30 10:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 70b87bb0-cccb-5170-837d-4e434418cb6c, identifier: 1985634
2026-03-30 10:54:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 70b87bb0-cccb-5170-837d-4e434418cb6c with identifier: 1985634
2026-03-30 10:54:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 70b87bb0-cccb-5170-837d-4e434418cb6c with identifier: 1985634
2026-03-30 10:54:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 70b87bb0-cccb-5170-837d-4e434418cb6c with identifier: 1985634 to the API
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:26 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '70b87bb0-cccb-5170-837d-4e434418cb6c',
'is_damaged': False,
'is_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': 75053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 PLUS DARK DESIGN AUTO',
'transmission': 'automatic',
'trim': '1.5 T2 PLUS DARK DESIGN AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985634%27 HTTP/1.1" 200 None
2026-03-30 10:54:26 [ayvens.be] INFO: Saving data for 1985634: {'auction_closing_time': 1774958400.0, 'created_time': 1774565821.679561, 'last_price_update_time': 1774868066.973734}
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985634') HTTP/1.1" 204 0
2026-03-30 10:54:26 [ayvens.be] INFO: Found listing with ID: 1985635
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985635%27 HTTP/1.1" 200 None
2026-03-30 10:54:27 [ayvens.be] INFO: Scrape type for 1985635: 2
2026-03-30 10:54:27 [ayvens.be] INFO: Extracting data for car ID: 1985635
2026-03-30 10:54:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 641cc868-a13f-553c-85d9-2731744fa2f3 with identifier: 1985635
2026-03-30 10:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 641cc868-a13f-553c-85d9-2731744fa2f3 with scrape type 2
2026-03-30 10:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 641cc868-a13f-553c-85d9-2731744fa2f3 with scrape type 2
2026-03-30 10:54:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 641cc868-a13f-553c-85d9-2731744fa2f3, identifier: 1985635
2026-03-30 10:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 641cc868-a13f-553c-85d9-2731744fa2f3 with identifier: 1985635
2026-03-30 10:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 641cc868-a13f-553c-85d9-2731744fa2f3 with identifier: 1985635
2026-03-30 10:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 641cc868-a13f-553c-85d9-2731744fa2f3 with identifier: 1985635 to the API
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:27 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '641cc868-a13f-553c-85d9-2731744fa2f3',
'is_damaged': False,
'is_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': 116371,
'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': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2021}
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985635%27 HTTP/1.1" 200 None
2026-03-30 10:54:27 [ayvens.be] INFO: Saving data for 1985635: {'auction_closing_time': 1774958400.0, 'created_time': 1774565823.070913, 'last_price_update_time': 1774868067.490191}
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985635') HTTP/1.1" 204 0
2026-03-30 10:54:27 [ayvens.be] INFO: Found listing with ID: 1985636
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985636%27 HTTP/1.1" 200 None
2026-03-30 10:54:27 [ayvens.be] INFO: Scrape type for 1985636: 2
2026-03-30 10:54:27 [ayvens.be] INFO: Extracting data for car ID: 1985636
2026-03-30 10:54:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86266e6c-be0f-5870-a58f-16ec6650520e with identifier: 1985636
2026-03-30 10:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86266e6c-be0f-5870-a58f-16ec6650520e with scrape type 2
2026-03-30 10:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86266e6c-be0f-5870-a58f-16ec6650520e with scrape type 2
2026-03-30 10:54:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 86266e6c-be0f-5870-a58f-16ec6650520e, identifier: 1985636
2026-03-30 10:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 86266e6c-be0f-5870-a58f-16ec6650520e with identifier: 1985636
2026-03-30 10:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 86266e6c-be0f-5870-a58f-16ec6650520e with identifier: 1985636
2026-03-30 10:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 86266e6c-be0f-5870-a58f-16ec6650520e with identifier: 1985636 to the API
2026-03-30 10:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:28 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '86266e6c-be0f-5870-a58f-16ec6650520e',
'is_damaged': False,
'is_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': 80193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'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-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985636%27 HTTP/1.1" 200 None
2026-03-30 10:54:28 [ayvens.be] INFO: Saving data for 1985636: {'auction_closing_time': 1774958400.0, 'created_time': 1774565824.767814, 'last_price_update_time': 1774868068.260132}
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985636') HTTP/1.1" 204 0
2026-03-30 10:54:28 [ayvens.be] INFO: Found listing with ID: 1985637
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985637%27 HTTP/1.1" 200 None
2026-03-30 10:54:28 [ayvens.be] INFO: Scrape type for 1985637: 2
2026-03-30 10:54:28 [ayvens.be] INFO: Extracting data for car ID: 1985637
2026-03-30 10:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09a43b0a-c88e-5129-a2da-10bd3bc2cdeb with identifier: 1985637
2026-03-30 10:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09a43b0a-c88e-5129-a2da-10bd3bc2cdeb with scrape type 2
2026-03-30 10:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09a43b0a-c88e-5129-a2da-10bd3bc2cdeb with scrape type 2
2026-03-30 10:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 09a43b0a-c88e-5129-a2da-10bd3bc2cdeb, identifier: 1985637
2026-03-30 10:54:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 09a43b0a-c88e-5129-a2da-10bd3bc2cdeb with identifier: 1985637
2026-03-30 10:54:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 09a43b0a-c88e-5129-a2da-10bd3bc2cdeb with identifier: 1985637
2026-03-30 10:54:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 09a43b0a-c88e-5129-a2da-10bd3bc2cdeb with identifier: 1985637 to the API
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:28 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '09a43b0a-c88e-5129-a2da-10bd3bc2cdeb',
'is_damaged': False,
'is_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': 83345,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-14',
'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': 2020}
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985637%27 HTTP/1.1" 200 None
2026-03-30 10:54:28 [ayvens.be] INFO: Saving data for 1985637: {'auction_closing_time': 1774958400.0, 'created_time': 1774565825.807441, 'last_price_update_time': 1774868068.694931}
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985637') HTTP/1.1" 204 0
2026-03-30 10:54:28 [ayvens.be] INFO: Found listing with ID: 1985638
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985638%27 HTTP/1.1" 200 None
2026-03-30 10:54:28 [ayvens.be] INFO: Scrape type for 1985638: 2
2026-03-30 10:54:28 [ayvens.be] INFO: Extracting data for car ID: 1985638
2026-03-30 10:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17ed58f7-556f-5b74-8723-4dac22a8dc51 with identifier: 1985638
2026-03-30 10:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17ed58f7-556f-5b74-8723-4dac22a8dc51 with scrape type 2
2026-03-30 10:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17ed58f7-556f-5b74-8723-4dac22a8dc51 with scrape type 2
2026-03-30 10:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 17ed58f7-556f-5b74-8723-4dac22a8dc51, identifier: 1985638
2026-03-30 10:54:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 17ed58f7-556f-5b74-8723-4dac22a8dc51 with identifier: 1985638
2026-03-30 10:54:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 17ed58f7-556f-5b74-8723-4dac22a8dc51 with identifier: 1985638
2026-03-30 10:54:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 17ed58f7-556f-5b74-8723-4dac22a8dc51 with identifier: 1985638 to the API
2026-03-30 10:54:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:29 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '17ed58f7-556f-5b74-8723-4dac22a8dc51',
'is_damaged': False,
'is_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': 42721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'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-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985638%27 HTTP/1.1" 200 None
2026-03-30 10:54:29 [ayvens.be] INFO: Saving data for 1985638: {'auction_closing_time': 1774958400.0, 'created_time': 1774565827.550006, 'last_price_update_time': 1774868069.123111}
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985638') HTTP/1.1" 204 0
2026-03-30 10:54:29 [ayvens.be] INFO: Found listing with ID: 1985639
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985639%27 HTTP/1.1" 200 None
2026-03-30 10:54:29 [ayvens.be] INFO: Scrape type for 1985639: 2
2026-03-30 10:54:29 [ayvens.be] INFO: Extracting data for car ID: 1985639
2026-03-30 10:54:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33e8cf4f-5fbe-503a-9c8f-93d0d779f4f8 with identifier: 1985639
2026-03-30 10:54:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33e8cf4f-5fbe-503a-9c8f-93d0d779f4f8 with scrape type 2
2026-03-30 10:54:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33e8cf4f-5fbe-503a-9c8f-93d0d779f4f8 with scrape type 2
2026-03-30 10:54:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 33e8cf4f-5fbe-503a-9c8f-93d0d779f4f8, identifier: 1985639
2026-03-30 10:54:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 33e8cf4f-5fbe-503a-9c8f-93d0d779f4f8 with identifier: 1985639
2026-03-30 10:54:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 33e8cf4f-5fbe-503a-9c8f-93d0d779f4f8 with identifier: 1985639
2026-03-30 10:54:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 33e8cf4f-5fbe-503a-9c8f-93d0d779f4f8 with identifier: 1985639 to the API
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:29 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '33e8cf4f-5fbe-503a-9c8f-93d0d779f4f8',
'is_damaged': False,
'is_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',
'odometer': 76254,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-12',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 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-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985639%27 HTTP/1.1" 200 None
2026-03-30 10:54:29 [ayvens.be] INFO: Saving data for 1985639: {'auction_closing_time': 1774958400.0, 'created_time': 1774565829.443275, 'last_price_update_time': 1774868069.552658}
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985639') HTTP/1.1" 204 0
2026-03-30 10:54:29 [ayvens.be] INFO: Found listing with ID: 1985640
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985640%27 HTTP/1.1" 200 None
2026-03-30 10:54:29 [ayvens.be] INFO: Scrape type for 1985640: 2
2026-03-30 10:54:29 [ayvens.be] INFO: Extracting data for car ID: 1985640
2026-03-30 10:54:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1256ce21-2938-5b93-a2c3-c014e79ced2a with identifier: 1985640
2026-03-30 10:54:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1256ce21-2938-5b93-a2c3-c014e79ced2a with scrape type 2
2026-03-30 10:54:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1256ce21-2938-5b93-a2c3-c014e79ced2a with scrape type 2
2026-03-30 10:54:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1256ce21-2938-5b93-a2c3-c014e79ced2a, identifier: 1985640
2026-03-30 10:54:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1256ce21-2938-5b93-a2c3-c014e79ced2a with identifier: 1985640
2026-03-30 10:54:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1256ce21-2938-5b93-a2c3-c014e79ced2a with identifier: 1985640
2026-03-30 10:54:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1256ce21-2938-5b93-a2c3-c014e79ced2a with identifier: 1985640 to the API
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:29 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '1256ce21-2938-5b93-a2c3-c014e79ced2a',
'is_damaged': False,
'is_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 ST',
'odometer': 49697,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-26',
'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-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985640%27 HTTP/1.1" 200 None
2026-03-30 10:54:29 [ayvens.be] INFO: Saving data for 1985640: {'auction_closing_time': 1774958400.0, 'created_time': 1774565830.710207, 'last_price_update_time': 1774868069.963417}
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985640') HTTP/1.1" 204 0
2026-03-30 10:54:29 [ayvens.be] INFO: Found listing with ID: 1985641
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985641%27 HTTP/1.1" 200 None
2026-03-30 10:54:29 [ayvens.be] INFO: Scrape type for 1985641: 2
2026-03-30 10:54:29 [ayvens.be] INFO: Extracting data for car ID: 1985641
2026-03-30 10:54:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d291316e-e7fb-5331-8027-e134326c102a with identifier: 1985641
2026-03-30 10:54:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d291316e-e7fb-5331-8027-e134326c102a with scrape type 2
2026-03-30 10:54:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d291316e-e7fb-5331-8027-e134326c102a with scrape type 2
2026-03-30 10:54:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d291316e-e7fb-5331-8027-e134326c102a, identifier: 1985641
2026-03-30 10:54:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d291316e-e7fb-5331-8027-e134326c102a with identifier: 1985641
2026-03-30 10:54:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d291316e-e7fb-5331-8027-e134326c102a with identifier: 1985641
2026-03-30 10:54:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d291316e-e7fb-5331-8027-e134326c102a with identifier: 1985641 to the API
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54: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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'd291316e-e7fb-5331-8027-e134326c102a',
'is_damaged': False,
'is_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': 116540,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-26',
'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-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985641%27 HTTP/1.1" 200 None
2026-03-30 10:54:30 [ayvens.be] INFO: Saving data for 1985641: {'auction_closing_time': 1774958400.0, 'created_time': 1774565832.587549, 'last_price_update_time': 1774868070.369296}
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985641') HTTP/1.1" 204 0
2026-03-30 10:54:30 [ayvens.be] INFO: Found listing with ID: 1985642
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985642%27 HTTP/1.1" 200 None
2026-03-30 10:54:30 [ayvens.be] INFO: Scrape type for 1985642: 2
2026-03-30 10:54:30 [ayvens.be] INFO: Extracting data for car ID: 1985642
2026-03-30 10:54:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8c3cd0c-7bfc-5763-9066-bf7cc29bfa19 with identifier: 1985642
2026-03-30 10:54:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8c3cd0c-7bfc-5763-9066-bf7cc29bfa19 with scrape type 2
2026-03-30 10:54:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8c3cd0c-7bfc-5763-9066-bf7cc29bfa19 with scrape type 2
2026-03-30 10:54:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f8c3cd0c-7bfc-5763-9066-bf7cc29bfa19, identifier: 1985642
2026-03-30 10:54:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f8c3cd0c-7bfc-5763-9066-bf7cc29bfa19 with identifier: 1985642
2026-03-30 10:54:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f8c3cd0c-7bfc-5763-9066-bf7cc29bfa19 with identifier: 1985642
2026-03-30 10:54:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f8c3cd0c-7bfc-5763-9066-bf7cc29bfa19 with identifier: 1985642 to the API
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 45,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f8c3cd0c-7bfc-5763-9066-bf7cc29bfa19',
'is_damaged': False,
'is_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': 100209,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'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': 2021}
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985642%27 HTTP/1.1" 200 None
2026-03-30 10:54:30 [ayvens.be] INFO: Saving data for 1985642: {'auction_closing_time': 1774958400.0, 'created_time': 1774565834.003883, 'last_price_update_time': 1774868070.800024}
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985642') HTTP/1.1" 204 0
2026-03-30 10:54:30 [ayvens.be] INFO: Found listing with ID: 1985643
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985643%27 HTTP/1.1" 200 None
2026-03-30 10:54:30 [ayvens.be] INFO: Scrape type for 1985643: 2
2026-03-30 10:54:30 [ayvens.be] INFO: Extracting data for car ID: 1985643
2026-03-30 10:54:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db4811c8-bd53-558b-b1fd-f2e5723c3231 with identifier: 1985643
2026-03-30 10:54:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db4811c8-bd53-558b-b1fd-f2e5723c3231 with scrape type 2
2026-03-30 10:54:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db4811c8-bd53-558b-b1fd-f2e5723c3231 with scrape type 2
2026-03-30 10:54:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: db4811c8-bd53-558b-b1fd-f2e5723c3231, identifier: 1985643
2026-03-30 10:54:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: db4811c8-bd53-558b-b1fd-f2e5723c3231 with identifier: 1985643
2026-03-30 10:54:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: db4811c8-bd53-558b-b1fd-f2e5723c3231 with identifier: 1985643
2026-03-30 10:54:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: db4811c8-bd53-558b-b1fd-f2e5723c3231 with identifier: 1985643 to the API
2026-03-30 10:54:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:31 [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.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'db4811c8-bd53-558b-b1fd-f2e5723c3231',
'is_damaged': False,
'is_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': 65895,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-16',
'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-30 10:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985643%27 HTTP/1.1" 200 None
2026-03-30 10:54:31 [ayvens.be] INFO: Saving data for 1985643: {'auction_closing_time': 1774958400.0, 'created_time': 1774565836.526357, 'last_price_update_time': 1774868071.77217}
2026-03-30 10:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985643') HTTP/1.1" 204 0
2026-03-30 10:54:31 [ayvens.be] INFO: Found listing with ID: 1985644
2026-03-30 10:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985644%27 HTTP/1.1" 200 None
2026-03-30 10:54:31 [ayvens.be] INFO: Scrape type for 1985644: 2
2026-03-30 10:54:31 [ayvens.be] INFO: Extracting data for car ID: 1985644
2026-03-30 10:54:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea4b1268-0e13-587a-9857-70ac9f7fa363 with identifier: 1985644
2026-03-30 10:54:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea4b1268-0e13-587a-9857-70ac9f7fa363 with scrape type 2
2026-03-30 10:54:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea4b1268-0e13-587a-9857-70ac9f7fa363 with scrape type 2
2026-03-30 10:54:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ea4b1268-0e13-587a-9857-70ac9f7fa363, identifier: 1985644
2026-03-30 10:54:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ea4b1268-0e13-587a-9857-70ac9f7fa363 with identifier: 1985644
2026-03-30 10:54:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ea4b1268-0e13-587a-9857-70ac9f7fa363 with identifier: 1985644
2026-03-30 10:54:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ea4b1268-0e13-587a-9857-70ac9f7fa363 with identifier: 1985644 to the API
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:32 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'ea4b1268-0e13-587a-9857-70ac9f7fa363',
'is_damaged': False,
'is_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': 80877,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'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-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985644%27 HTTP/1.1" 200 None
2026-03-30 10:54:32 [ayvens.be] INFO: Saving data for 1985644: {'auction_closing_time': 1774958400.0, 'created_time': 1774565838.810208, 'last_price_update_time': 1774868072.223575}
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985644') HTTP/1.1" 204 0
2026-03-30 10:54:32 [ayvens.be] INFO: Found listing with ID: 1985645
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985645%27 HTTP/1.1" 200 None
2026-03-30 10:54:32 [ayvens.be] INFO: Scrape type for 1985645: 2
2026-03-30 10:54:32 [ayvens.be] INFO: Extracting data for car ID: 1985645
2026-03-30 10:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30d9656e-2bff-5edd-a622-e761c0e64a36 with identifier: 1985645
2026-03-30 10:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30d9656e-2bff-5edd-a622-e761c0e64a36 with scrape type 2
2026-03-30 10:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30d9656e-2bff-5edd-a622-e761c0e64a36 with scrape type 2
2026-03-30 10:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 30d9656e-2bff-5edd-a622-e761c0e64a36, identifier: 1985645
2026-03-30 10:54:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 30d9656e-2bff-5edd-a622-e761c0e64a36 with identifier: 1985645
2026-03-30 10:54:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 30d9656e-2bff-5edd-a622-e761c0e64a36 with identifier: 1985645
2026-03-30 10:54:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 30d9656e-2bff-5edd-a622-e761c0e64a36 with identifier: 1985645 to the API
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:32 [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-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '30d9656e-2bff-5edd-a622-e761c0e64a36',
'is_damaged': False,
'is_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': 84286,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-20',
'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': 2021}
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985645%27 HTTP/1.1" 200 None
2026-03-30 10:54:32 [ayvens.be] INFO: Saving data for 1985645: {'auction_closing_time': 1774958400.0, 'created_time': 1774565839.836967, 'last_price_update_time': 1774868072.659681}
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985645') HTTP/1.1" 204 0
2026-03-30 10:54:32 [ayvens.be] INFO: Found listing with ID: 1985646
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985646%27 HTTP/1.1" 200 None
2026-03-30 10:54:32 [ayvens.be] INFO: Scrape type for 1985646: 2
2026-03-30 10:54:32 [ayvens.be] INFO: Extracting data for car ID: 1985646
2026-03-30 10:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37c6d6d4-46ac-5dce-91da-cd77a59a61e2 with identifier: 1985646
2026-03-30 10:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37c6d6d4-46ac-5dce-91da-cd77a59a61e2 with scrape type 2
2026-03-30 10:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37c6d6d4-46ac-5dce-91da-cd77a59a61e2 with scrape type 2
2026-03-30 10:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 37c6d6d4-46ac-5dce-91da-cd77a59a61e2, identifier: 1985646
2026-03-30 10:54:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 37c6d6d4-46ac-5dce-91da-cd77a59a61e2 with identifier: 1985646
2026-03-30 10:54:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 37c6d6d4-46ac-5dce-91da-cd77a59a61e2 with identifier: 1985646
2026-03-30 10:54:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 37c6d6d4-46ac-5dce-91da-cd77a59a61e2 with identifier: 1985646 to the API
2026-03-30 10:54:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:33 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '37c6d6d4-46ac-5dce-91da-cd77a59a61e2',
'is_damaged': False,
'is_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 DIESEL - 2020',
'odometer': 130237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI DIESEL - 2020 2.0 CR TDi EVO Style DSG',
'transmission': 'automatic',
'trim': '2.0 CR TDi EVO Style DSG',
'vin': None,
'year': 2021}
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985646%27 HTTP/1.1" 200 None
2026-03-30 10:54:33 [ayvens.be] INFO: Saving data for 1985646: {'auction_closing_time': 1774958400.0, 'created_time': 1774565842.20205, 'last_price_update_time': 1774868073.090215}
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985646') HTTP/1.1" 204 0
2026-03-30 10:54:33 [ayvens.be] INFO: Found listing with ID: 1985647
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985647%27 HTTP/1.1" 200 None
2026-03-30 10:54:33 [ayvens.be] INFO: Scrape type for 1985647: 2
2026-03-30 10:54:33 [ayvens.be] INFO: Extracting data for car ID: 1985647
2026-03-30 10:54:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c15c3042-dda2-5b63-a4f3-55042919f60f with identifier: 1985647
2026-03-30 10:54:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c15c3042-dda2-5b63-a4f3-55042919f60f with scrape type 2
2026-03-30 10:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c15c3042-dda2-5b63-a4f3-55042919f60f with scrape type 2
2026-03-30 10:54:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c15c3042-dda2-5b63-a4f3-55042919f60f, identifier: 1985647
2026-03-30 10:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c15c3042-dda2-5b63-a4f3-55042919f60f with identifier: 1985647
2026-03-30 10:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c15c3042-dda2-5b63-a4f3-55042919f60f with identifier: 1985647
2026-03-30 10:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c15c3042-dda2-5b63-a4f3-55042919f60f with identifier: 1985647 to the API
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:33 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'c15c3042-dda2-5b63-a4f3-55042919f60f',
'is_damaged': False,
'is_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': 107933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985647%27 HTTP/1.1" 200 None
2026-03-30 10:54:33 [ayvens.be] INFO: Saving data for 1985647: {'auction_closing_time': 1774958400.0, 'created_time': 1774565843.22024, 'last_price_update_time': 1774868073.758971}
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985647') HTTP/1.1" 204 0
2026-03-30 10:54:33 [ayvens.be] INFO: Found listing with ID: 1985648
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985648%27 HTTP/1.1" 200 None
2026-03-30 10:54:33 [ayvens.be] INFO: Scrape type for 1985648: 2
2026-03-30 10:54:33 [ayvens.be] INFO: Extracting data for car ID: 1985648
2026-03-30 10:54:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a98301-746b-5629-a92d-24d79beff483 with identifier: 1985648
2026-03-30 10:54:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a98301-746b-5629-a92d-24d79beff483 with scrape type 2
2026-03-30 10:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a98301-746b-5629-a92d-24d79beff483 with scrape type 2
2026-03-30 10:54:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 89a98301-746b-5629-a92d-24d79beff483, identifier: 1985648
2026-03-30 10:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 89a98301-746b-5629-a92d-24d79beff483 with identifier: 1985648
2026-03-30 10:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 89a98301-746b-5629-a92d-24d79beff483 with identifier: 1985648
2026-03-30 10:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 89a98301-746b-5629-a92d-24d79beff483 with identifier: 1985648 to the API
2026-03-30 10:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:34 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '89a98301-746b-5629-a92d-24d79beff483',
'is_damaged': False,
'is_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': 77722,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 2.0 A 180 D BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': '2.0 A 180 D BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985648%27 HTTP/1.1" 200 None
2026-03-30 10:54:34 [ayvens.be] INFO: Saving data for 1985648: {'auction_closing_time': 1774958400.0, 'created_time': 1774565844.642511, 'last_price_update_time': 1774868074.154816}
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985648') HTTP/1.1" 204 0
2026-03-30 10:54:34 [ayvens.be] INFO: Found listing with ID: 1985649
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985649%27 HTTP/1.1" 200 None
2026-03-30 10:54:34 [ayvens.be] INFO: Scrape type for 1985649: 2
2026-03-30 10:54:34 [ayvens.be] INFO: Extracting data for car ID: 1985649
2026-03-30 10:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b228193-ed00-578f-b827-fc5266b7ddc0 with identifier: 1985649
2026-03-30 10:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b228193-ed00-578f-b827-fc5266b7ddc0 with scrape type 2
2026-03-30 10:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b228193-ed00-578f-b827-fc5266b7ddc0 with scrape type 2
2026-03-30 10:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1b228193-ed00-578f-b827-fc5266b7ddc0, identifier: 1985649
2026-03-30 10:54:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1b228193-ed00-578f-b827-fc5266b7ddc0 with identifier: 1985649
2026-03-30 10:54:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1b228193-ed00-578f-b827-fc5266b7ddc0 with identifier: 1985649
2026-03-30 10:54:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1b228193-ed00-578f-b827-fc5266b7ddc0 with identifier: 1985649 to the API
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 22,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '1b228193-ed00-578f-b827-fc5266b7ddc0',
'is_damaged': False,
'is_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': 'RAV4',
'odometer': 39939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 2.5 PHEV 225KW STYLE PLUS E-CVT 4WD',
'transmission': 'automatic',
'trim': '2.5 PHEV 225KW STYLE PLUS E-CVT 4WD',
'vin': None,
'year': 2024}
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985649%27 HTTP/1.1" 200 None
2026-03-30 10:54:34 [ayvens.be] INFO: Saving data for 1985649: {'auction_closing_time': 1774958400.0, 'created_time': 1774565847.096255, 'last_price_update_time': 1774868074.552456}
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985649') HTTP/1.1" 204 0
2026-03-30 10:54:34 [ayvens.be] INFO: Found listing with ID: 1985650
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985650%27 HTTP/1.1" 200 None
2026-03-30 10:54:34 [ayvens.be] INFO: Scrape type for 1985650: 2
2026-03-30 10:54:34 [ayvens.be] INFO: Extracting data for car ID: 1985650
2026-03-30 10:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6125ccd-d4b3-506e-acae-78a769f08fc6 with identifier: 1985650
2026-03-30 10:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6125ccd-d4b3-506e-acae-78a769f08fc6 with scrape type 2
2026-03-30 10:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6125ccd-d4b3-506e-acae-78a769f08fc6 with scrape type 2
2026-03-30 10:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a6125ccd-d4b3-506e-acae-78a769f08fc6, identifier: 1985650
2026-03-30 10:54:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a6125ccd-d4b3-506e-acae-78a769f08fc6 with identifier: 1985650
2026-03-30 10:54:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a6125ccd-d4b3-506e-acae-78a769f08fc6 with identifier: 1985650
2026-03-30 10:54:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a6125ccd-d4b3-506e-acae-78a769f08fc6 with identifier: 1985650 to the API
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:34 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'a6125ccd-d4b3-506e-acae-78a769f08fc6',
'is_damaged': False,
'is_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': 'XC60',
'odometer': 79130,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'vin': None,
'year': 2021}
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985650%27 HTTP/1.1" 200 None
2026-03-30 10:54:34 [ayvens.be] INFO: Saving data for 1985650: {'auction_closing_time': 1774958400.0, 'created_time': 1774565848.31278, 'last_price_update_time': 1774868074.975011}
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985650') HTTP/1.1" 204 0
2026-03-30 10:54:34 [ayvens.be] INFO: Found listing with ID: 1985651
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985651%27 HTTP/1.1" 200 None
2026-03-30 10:54:35 [ayvens.be] INFO: Scrape type for 1985651: 2
2026-03-30 10:54:35 [ayvens.be] INFO: Extracting data for car ID: 1985651
2026-03-30 10:54:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc55a80c-dc69-57db-a80d-38f2613468b1 with identifier: 1985651
2026-03-30 10:54:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc55a80c-dc69-57db-a80d-38f2613468b1 with scrape type 2
2026-03-30 10:54:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc55a80c-dc69-57db-a80d-38f2613468b1 with scrape type 2
2026-03-30 10:54:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fc55a80c-dc69-57db-a80d-38f2613468b1, identifier: 1985651
2026-03-30 10:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fc55a80c-dc69-57db-a80d-38f2613468b1 with identifier: 1985651
2026-03-30 10:54:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fc55a80c-dc69-57db-a80d-38f2613468b1 with identifier: 1985651
2026-03-30 10:54:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fc55a80c-dc69-57db-a80d-38f2613468b1 with identifier: 1985651 to the API
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 22,
'color': 'DENIMBLAUW',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'fc55a80c-dc69-57db-a80d-38f2613468b1',
'is_damaged': False,
'is_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',
'odometer': 102962,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 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-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985651%27 HTTP/1.1" 200 None
2026-03-30 10:54:35 [ayvens.be] INFO: Saving data for 1985651: {'auction_closing_time': 1774958400.0, 'created_time': 1774565849.759795, 'last_price_update_time': 1774868075.397619}
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985651') HTTP/1.1" 204 0
2026-03-30 10:54:35 [ayvens.be] INFO: Found listing with ID: 1985652
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985652%27 HTTP/1.1" 200 None
2026-03-30 10:54:35 [ayvens.be] INFO: Scrape type for 1985652: 2
2026-03-30 10:54:35 [ayvens.be] INFO: Extracting data for car ID: 1985652
2026-03-30 10:54:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f07f567-8437-5fba-a342-a04349f88e38 with identifier: 1985652
2026-03-30 10:54:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f07f567-8437-5fba-a342-a04349f88e38 with scrape type 2
2026-03-30 10:54:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f07f567-8437-5fba-a342-a04349f88e38 with scrape type 2
2026-03-30 10:54:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9f07f567-8437-5fba-a342-a04349f88e38, identifier: 1985652
2026-03-30 10:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9f07f567-8437-5fba-a342-a04349f88e38 with identifier: 1985652
2026-03-30 10:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9f07f567-8437-5fba-a342-a04349f88e38 with identifier: 1985652
2026-03-30 10:54:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9f07f567-8437-5fba-a342-a04349f88e38 with identifier: 1985652 to the API
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:35 [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.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '9f07f567-8437-5fba-a342-a04349f88e38',
'is_damaged': False,
'is_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': 30338,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-05',
'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': 2023}
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985652%27 HTTP/1.1" 200 None
2026-03-30 10:54:35 [ayvens.be] INFO: Saving data for 1985652: {'auction_closing_time': 1774958400.0, 'created_time': 1774565852.305598, 'last_price_update_time': 1774868075.786467}
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985652') HTTP/1.1" 204 0
2026-03-30 10:54:35 [ayvens.be] INFO: Found listing with ID: 1985653
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985653%27 HTTP/1.1" 200 None
2026-03-30 10:54:35 [ayvens.be] INFO: Scrape type for 1985653: 2
2026-03-30 10:54:35 [ayvens.be] INFO: Extracting data for car ID: 1985653
2026-03-30 10:54:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f63b011-6860-565a-b21b-4983970a2e6c with identifier: 1985653
2026-03-30 10:54:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f63b011-6860-565a-b21b-4983970a2e6c with scrape type 2
2026-03-30 10:54:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f63b011-6860-565a-b21b-4983970a2e6c with scrape type 2
2026-03-30 10:54:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8f63b011-6860-565a-b21b-4983970a2e6c, identifier: 1985653
2026-03-30 10:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8f63b011-6860-565a-b21b-4983970a2e6c with identifier: 1985653
2026-03-30 10:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8f63b011-6860-565a-b21b-4983970a2e6c with identifier: 1985653
2026-03-30 10:54:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8f63b011-6860-565a-b21b-4983970a2e6c with identifier: 1985653 to the API
2026-03-30 10:54:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:36 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '8f63b011-6860-565a-b21b-4983970a2e6c',
'is_damaged': False,
'is_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': 24335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.6 PHEV 180 S-S AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': '1.6 PHEV 180 S-S AUTO ALLURE PACK',
'vin': None,
'year': 2024}
2026-03-30 10:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985653%27 HTTP/1.1" 200 None
2026-03-30 10:54:36 [ayvens.be] INFO: Saving data for 1985653: {'auction_closing_time': 1774958400.0, 'created_time': 1774565853.883279, 'last_price_update_time': 1774868076.448628}
2026-03-30 10:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985653') HTTP/1.1" 204 0
2026-03-30 10:54:36 [ayvens.be] INFO: Found listing with ID: 1985654
2026-03-30 10:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985654%27 HTTP/1.1" 200 None
2026-03-30 10:54:36 [ayvens.be] INFO: Scrape type for 1985654: 2
2026-03-30 10:54:36 [ayvens.be] INFO: Extracting data for car ID: 1985654
2026-03-30 10:54:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4acde836-8759-5802-85f5-e7e4c5e1beca with identifier: 1985654
2026-03-30 10:54:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4acde836-8759-5802-85f5-e7e4c5e1beca with scrape type 2
2026-03-30 10:54:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4acde836-8759-5802-85f5-e7e4c5e1beca with scrape type 2
2026-03-30 10:54:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4acde836-8759-5802-85f5-e7e4c5e1beca, identifier: 1985654
2026-03-30 10:54:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4acde836-8759-5802-85f5-e7e4c5e1beca with identifier: 1985654
2026-03-30 10:54:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4acde836-8759-5802-85f5-e7e4c5e1beca with identifier: 1985654
2026-03-30 10:54:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4acde836-8759-5802-85f5-e7e4c5e1beca with identifier: 1985654 to the API
2026-03-30 10:54:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:37 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '4acde836-8759-5802-85f5-e7e4c5e1beca',
'is_damaged': False,
'is_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': 100298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-13',
'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': 2023}
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985654%27 HTTP/1.1" 200 None
2026-03-30 10:54:37 [ayvens.be] INFO: Saving data for 1985654: {'auction_closing_time': 1774958400.0, 'created_time': 1774565855.088108, 'last_price_update_time': 1774868077.078217}
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985654') HTTP/1.1" 204 0
2026-03-30 10:54:37 [ayvens.be] INFO: Found listing with ID: 1985655
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985655%27 HTTP/1.1" 200 None
2026-03-30 10:54:37 [ayvens.be] INFO: Scrape type for 1985655: 2
2026-03-30 10:54:37 [ayvens.be] INFO: Extracting data for car ID: 1985655
2026-03-30 10:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4663043-cff4-5c88-8a1a-8bd891f8805c with identifier: 1985655
2026-03-30 10:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4663043-cff4-5c88-8a1a-8bd891f8805c with scrape type 2
2026-03-30 10:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4663043-cff4-5c88-8a1a-8bd891f8805c with scrape type 2
2026-03-30 10:54:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f4663043-cff4-5c88-8a1a-8bd891f8805c, identifier: 1985655
2026-03-30 10:54:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f4663043-cff4-5c88-8a1a-8bd891f8805c with identifier: 1985655
2026-03-30 10:54:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f4663043-cff4-5c88-8a1a-8bd891f8805c with identifier: 1985655
2026-03-30 10:54:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f4663043-cff4-5c88-8a1a-8bd891f8805c with identifier: 1985655 to the API
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:37 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f4663043-cff4-5c88-8a1a-8bd891f8805c',
'is_damaged': False,
'is_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': 179930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 PHEV 180 E-AUTO8 ACTIVE PACK',
'transmission': 'automatic',
'trim': '1.6 PHEV 180 E-AUTO8 ACTIVE PACK',
'vin': None,
'year': 2023}
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985655%27 HTTP/1.1" 200 None
2026-03-30 10:54:37 [ayvens.be] INFO: Saving data for 1985655: {'auction_closing_time': 1774958400.0, 'created_time': 1774565856.806263, 'last_price_update_time': 1774868077.528636}
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985655') HTTP/1.1" 204 0
2026-03-30 10:54:37 [ayvens.be] INFO: Found listing with ID: 1985656
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985656%27 HTTP/1.1" 200 None
2026-03-30 10:54:37 [ayvens.be] INFO: Scrape type for 1985656: 2
2026-03-30 10:54:37 [ayvens.be] INFO: Extracting data for car ID: 1985656
2026-03-30 10:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b75e7a9a-8fdf-5e28-bbbd-e7abbd5f15c8 with identifier: 1985656
2026-03-30 10:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b75e7a9a-8fdf-5e28-bbbd-e7abbd5f15c8 with scrape type 2
2026-03-30 10:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b75e7a9a-8fdf-5e28-bbbd-e7abbd5f15c8 with scrape type 2
2026-03-30 10:54:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b75e7a9a-8fdf-5e28-bbbd-e7abbd5f15c8, identifier: 1985656
2026-03-30 10:54:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b75e7a9a-8fdf-5e28-bbbd-e7abbd5f15c8 with identifier: 1985656
2026-03-30 10:54:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b75e7a9a-8fdf-5e28-bbbd-e7abbd5f15c8 with identifier: 1985656
2026-03-30 10:54:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b75e7a9a-8fdf-5e28-bbbd-e7abbd5f15c8 with identifier: 1985656 to the API
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:37 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b75e7a9a-8fdf-5e28-bbbd-e7abbd5f15c8',
'is_damaged': False,
'is_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': 87882,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985656%27 HTTP/1.1" 200 None
2026-03-30 10:54:37 [ayvens.be] INFO: Saving data for 1985656: {'auction_closing_time': 1774958400.0, 'created_time': 1774565858.193853, 'last_price_update_time': 1774868077.947921}
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985656') HTTP/1.1" 204 0
2026-03-30 10:54:37 [ayvens.be] INFO: Found listing with ID: 1985657
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985657%27 HTTP/1.1" 200 None
2026-03-30 10:54:37 [ayvens.be] INFO: Scrape type for 1985657: 2
2026-03-30 10:54:37 [ayvens.be] INFO: Extracting data for car ID: 1985657
2026-03-30 10:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b2a6bf-e004-5c5f-a6a1-3bd7a0568c79 with identifier: 1985657
2026-03-30 10:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b2a6bf-e004-5c5f-a6a1-3bd7a0568c79 with scrape type 2
2026-03-30 10:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b2a6bf-e004-5c5f-a6a1-3bd7a0568c79 with scrape type 2
2026-03-30 10:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d1b2a6bf-e004-5c5f-a6a1-3bd7a0568c79, identifier: 1985657
2026-03-30 10:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d1b2a6bf-e004-5c5f-a6a1-3bd7a0568c79 with identifier: 1985657
2026-03-30 10:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d1b2a6bf-e004-5c5f-a6a1-3bd7a0568c79 with identifier: 1985657
2026-03-30 10:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d1b2a6bf-e004-5c5f-a6a1-3bd7a0568c79 with identifier: 1985657 to the API
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:38 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'd1b2a6bf-e004-5c5f-a6a1-3bd7a0568c79',
'is_damaged': False,
'is_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': 107217,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'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-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985657%27 HTTP/1.1" 200 None
2026-03-30 10:54:38 [ayvens.be] INFO: Saving data for 1985657: {'auction_closing_time': 1774958400.0, 'created_time': 1774565861.540428, 'last_price_update_time': 1774868078.357663}
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985657') HTTP/1.1" 204 0
2026-03-30 10:54:38 [ayvens.be] INFO: Found listing with ID: 1985658
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985658%27 HTTP/1.1" 200 None
2026-03-30 10:54:38 [ayvens.be] INFO: Scrape type for 1985658: 2
2026-03-30 10:54:38 [ayvens.be] INFO: Extracting data for car ID: 1985658
2026-03-30 10:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6479a13-66d2-51e7-b80a-e69b1d185324 with identifier: 1985658
2026-03-30 10:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6479a13-66d2-51e7-b80a-e69b1d185324 with scrape type 2
2026-03-30 10:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6479a13-66d2-51e7-b80a-e69b1d185324 with scrape type 2
2026-03-30 10:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b6479a13-66d2-51e7-b80a-e69b1d185324, identifier: 1985658
2026-03-30 10:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b6479a13-66d2-51e7-b80a-e69b1d185324 with identifier: 1985658
2026-03-30 10:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b6479a13-66d2-51e7-b80a-e69b1d185324 with identifier: 1985658
2026-03-30 10:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b6479a13-66d2-51e7-b80a-e69b1d185324 with identifier: 1985658 to the API
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 47,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b6479a13-66d2-51e7-b80a-e69b1d185324',
'is_damaged': False,
'is_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': 104277,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 PHEV Inscription Expres.',
'transmission': 'automatic',
'trim': '1.5 T5 PHEV Inscription Expres.',
'vin': None,
'year': 2021}
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985658%27 HTTP/1.1" 200 None
2026-03-30 10:54:38 [ayvens.be] INFO: Saving data for 1985658: {'auction_closing_time': 1774958400.0, 'created_time': 1774565860.76812, 'last_price_update_time': 1774868078.775762}
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985658') HTTP/1.1" 204 0
2026-03-30 10:54:38 [ayvens.be] INFO: Found listing with ID: 1985659
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985659%27 HTTP/1.1" 200 None
2026-03-30 10:54:38 [ayvens.be] INFO: Scrape type for 1985659: 2
2026-03-30 10:54:38 [ayvens.be] INFO: Extracting data for car ID: 1985659
2026-03-30 10:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 475ee9c4-092b-5843-b6ad-2aa8911b972e with identifier: 1985659
2026-03-30 10:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 475ee9c4-092b-5843-b6ad-2aa8911b972e with scrape type 2
2026-03-30 10:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 475ee9c4-092b-5843-b6ad-2aa8911b972e with scrape type 2
2026-03-30 10:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 475ee9c4-092b-5843-b6ad-2aa8911b972e, identifier: 1985659
2026-03-30 10:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 475ee9c4-092b-5843-b6ad-2aa8911b972e with identifier: 1985659
2026-03-30 10:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 475ee9c4-092b-5843-b6ad-2aa8911b972e with identifier: 1985659
2026-03-30 10:54:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 475ee9c4-092b-5843-b6ad-2aa8911b972e with identifier: 1985659 to the API
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:39 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '475ee9c4-092b-5843-b6ad-2aa8911b972e',
'is_damaged': False,
'is_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': 158208,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 316D (90KW) TOURING',
'transmission': 'manual',
'trim': '2.0 316D (90KW) TOURING',
'vin': None,
'year': 2022}
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985659%27 HTTP/1.1" 200 None
2026-03-30 10:54:39 [ayvens.be] INFO: Saving data for 1985659: {'auction_closing_time': 1774958400.0, 'created_time': 1774565863.285197, 'last_price_update_time': 1774868079.263264}
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985659') HTTP/1.1" 204 0
2026-03-30 10:54:39 [ayvens.be] INFO: Found listing with ID: 1985660
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985660%27 HTTP/1.1" 200 None
2026-03-30 10:54:39 [ayvens.be] INFO: Scrape type for 1985660: 2
2026-03-30 10:54:39 [ayvens.be] INFO: Extracting data for car ID: 1985660
2026-03-30 10:54:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bbedb24-f36b-5eb6-a1cc-e6d26b6a6e77 with identifier: 1985660
2026-03-30 10:54:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bbedb24-f36b-5eb6-a1cc-e6d26b6a6e77 with scrape type 2
2026-03-30 10:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bbedb24-f36b-5eb6-a1cc-e6d26b6a6e77 with scrape type 2
2026-03-30 10:54:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9bbedb24-f36b-5eb6-a1cc-e6d26b6a6e77, identifier: 1985660
2026-03-30 10:54:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9bbedb24-f36b-5eb6-a1cc-e6d26b6a6e77 with identifier: 1985660
2026-03-30 10:54:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9bbedb24-f36b-5eb6-a1cc-e6d26b6a6e77 with identifier: 1985660
2026-03-30 10:54:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9bbedb24-f36b-5eb6-a1cc-e6d26b6a6e77 with identifier: 1985660 to the API
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:39 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '9bbedb24-f36b-5eb6-a1cc-e6d26b6a6e77',
'is_damaged': False,
'is_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 DIESEL',
'odometer': 85006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 DIESEL 1.5 dA sDrive16',
'transmission': 'automatic',
'trim': '1.5 dA sDrive16',
'vin': None,
'year': 2021}
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985660%27 HTTP/1.1" 200 None
2026-03-30 10:54:39 [ayvens.be] INFO: Saving data for 1985660: {'auction_closing_time': 1774958400.0, 'created_time': 1774565864.112787, 'last_price_update_time': 1774868079.668558}
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985660') HTTP/1.1" 204 0
2026-03-30 10:54:39 [ayvens.be] INFO: Found listing with ID: 1985661
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985661%27 HTTP/1.1" 200 None
2026-03-30 10:54:39 [ayvens.be] INFO: Scrape type for 1985661: 2
2026-03-30 10:54:39 [ayvens.be] INFO: Extracting data for car ID: 1985661
2026-03-30 10:54:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31776f69-743f-5210-afca-b1b6483e3e9e with identifier: 1985661
2026-03-30 10:54:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31776f69-743f-5210-afca-b1b6483e3e9e with scrape type 2
2026-03-30 10:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31776f69-743f-5210-afca-b1b6483e3e9e with scrape type 2
2026-03-30 10:54:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 31776f69-743f-5210-afca-b1b6483e3e9e, identifier: 1985661
2026-03-30 10:54:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 31776f69-743f-5210-afca-b1b6483e3e9e with identifier: 1985661
2026-03-30 10:54:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 31776f69-743f-5210-afca-b1b6483e3e9e with identifier: 1985661
2026-03-30 10:54:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 31776f69-743f-5210-afca-b1b6483e3e9e with identifier: 1985661 to the API
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:40 [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.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '31776f69-743f-5210-afca-b1b6483e3e9e',
'is_damaged': False,
'is_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': 140122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-12',
'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': 2022}
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985661%27 HTTP/1.1" 200 None
2026-03-30 10:54:40 [ayvens.be] INFO: Saving data for 1985661: {'auction_closing_time': 1774958400.0, 'created_time': 1774565866.136462, 'last_price_update_time': 1774868080.07739}
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985661') HTTP/1.1" 204 0
2026-03-30 10:54:40 [ayvens.be] INFO: Found listing with ID: 1985662
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985662%27 HTTP/1.1" 200 None
2026-03-30 10:54:40 [ayvens.be] INFO: Scrape type for 1985662: 2
2026-03-30 10:54:40 [ayvens.be] INFO: Extracting data for car ID: 1985662
2026-03-30 10:54:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6d58cdd-aa50-5952-b531-46485dc8de9c with identifier: 1985662
2026-03-30 10:54:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6d58cdd-aa50-5952-b531-46485dc8de9c with scrape type 2
2026-03-30 10:54:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6d58cdd-aa50-5952-b531-46485dc8de9c with scrape type 2
2026-03-30 10:54:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b6d58cdd-aa50-5952-b531-46485dc8de9c, identifier: 1985662
2026-03-30 10:54:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b6d58cdd-aa50-5952-b531-46485dc8de9c with identifier: 1985662
2026-03-30 10:54:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b6d58cdd-aa50-5952-b531-46485dc8de9c with identifier: 1985662
2026-03-30 10:54:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b6d58cdd-aa50-5952-b531-46485dc8de9c with identifier: 1985662 to the API
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:40 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'b6d58cdd-aa50-5952-b531-46485dc8de9c',
'is_damaged': False,
'is_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': 79497,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985662%27 HTTP/1.1" 200 None
2026-03-30 10:54:40 [ayvens.be] INFO: Saving data for 1985662: {'auction_closing_time': 1774958400.0, 'created_time': 1774565866.987224, 'last_price_update_time': 1774868080.507093}
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985662') HTTP/1.1" 204 0
2026-03-30 10:54:40 [ayvens.be] INFO: Found listing with ID: 1985663
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985663%27 HTTP/1.1" 200 None
2026-03-30 10:54:40 [ayvens.be] INFO: Scrape type for 1985663: 2
2026-03-30 10:54:40 [ayvens.be] INFO: Extracting data for car ID: 1985663
2026-03-30 10:54:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e0caed5-1fb6-58fb-a2e6-65e6018b09cf with identifier: 1985663
2026-03-30 10:54:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e0caed5-1fb6-58fb-a2e6-65e6018b09cf with scrape type 2
2026-03-30 10:54:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e0caed5-1fb6-58fb-a2e6-65e6018b09cf with scrape type 2
2026-03-30 10:54:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5e0caed5-1fb6-58fb-a2e6-65e6018b09cf, identifier: 1985663
2026-03-30 10:54:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5e0caed5-1fb6-58fb-a2e6-65e6018b09cf with identifier: 1985663
2026-03-30 10:54:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5e0caed5-1fb6-58fb-a2e6-65e6018b09cf with identifier: 1985663
2026-03-30 10:54:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5e0caed5-1fb6-58fb-a2e6-65e6018b09cf with identifier: 1985663 to the API
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:40 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '5e0caed5-1fb6-58fb-a2e6-65e6018b09cf',
'is_damaged': False,
'is_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': 121863,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-14',
'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': 2021}
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985663%27 HTTP/1.1" 200 None
2026-03-30 10:54:40 [ayvens.be] INFO: Saving data for 1985663: {'auction_closing_time': 1774958400.0, 'created_time': 1774565868.770496, 'last_price_update_time': 1774868080.956291}
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985663') HTTP/1.1" 204 0
2026-03-30 10:54:40 [ayvens.be] INFO: Found listing with ID: 1985664
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985664%27 HTTP/1.1" 200 None
2026-03-30 10:54:40 [ayvens.be] INFO: Scrape type for 1985664: 2
2026-03-30 10:54:40 [ayvens.be] INFO: Extracting data for car ID: 1985664
2026-03-30 10:54:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8897836b-5393-5b54-b0d9-9b410fbd8588 with identifier: 1985664
2026-03-30 10:54:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8897836b-5393-5b54-b0d9-9b410fbd8588 with scrape type 2
2026-03-30 10:54:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8897836b-5393-5b54-b0d9-9b410fbd8588 with scrape type 2
2026-03-30 10:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8897836b-5393-5b54-b0d9-9b410fbd8588, identifier: 1985664
2026-03-30 10:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8897836b-5393-5b54-b0d9-9b410fbd8588 with identifier: 1985664
2026-03-30 10:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8897836b-5393-5b54-b0d9-9b410fbd8588 with identifier: 1985664
2026-03-30 10:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8897836b-5393-5b54-b0d9-9b410fbd8588 with identifier: 1985664 to the API
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:41 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '8897836b-5393-5b54-b0d9-9b410fbd8588',
'is_damaged': False,
'is_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': 101953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-20',
'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': 2023}
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985664%27 HTTP/1.1" 200 None
2026-03-30 10:54:41 [ayvens.be] INFO: Saving data for 1985664: {'auction_closing_time': 1774958400.0, 'created_time': 1774565870.315604, 'last_price_update_time': 1774868081.387691}
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985664') HTTP/1.1" 204 0
2026-03-30 10:54:41 [ayvens.be] INFO: Found listing with ID: 1985665
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985665%27 HTTP/1.1" 200 None
2026-03-30 10:54:41 [ayvens.be] INFO: Scrape type for 1985665: 2
2026-03-30 10:54:41 [ayvens.be] INFO: Extracting data for car ID: 1985665
2026-03-30 10:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a86c029b-7f83-5f8f-b81d-a7e0e4164053 with identifier: 1985665
2026-03-30 10:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a86c029b-7f83-5f8f-b81d-a7e0e4164053 with scrape type 2
2026-03-30 10:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a86c029b-7f83-5f8f-b81d-a7e0e4164053 with scrape type 2
2026-03-30 10:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a86c029b-7f83-5f8f-b81d-a7e0e4164053, identifier: 1985665
2026-03-30 10:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a86c029b-7f83-5f8f-b81d-a7e0e4164053 with identifier: 1985665
2026-03-30 10:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a86c029b-7f83-5f8f-b81d-a7e0e4164053 with identifier: 1985665
2026-03-30 10:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a86c029b-7f83-5f8f-b81d-a7e0e4164053 with identifier: 1985665 to the API
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:41 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'a86c029b-7f83-5f8f-b81d-a7e0e4164053',
'is_damaged': False,
'is_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': 93071,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 RECHARGE GEARTR. INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': '1.5 T5 RECHARGE GEARTR. INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985665%27 HTTP/1.1" 200 None
2026-03-30 10:54:41 [ayvens.be] INFO: Saving data for 1985665: {'auction_closing_time': 1774958400.0, 'created_time': 1774565871.686499, 'last_price_update_time': 1774868081.912186}
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985665') HTTP/1.1" 204 0
2026-03-30 10:54:41 [ayvens.be] INFO: Found listing with ID: 1985666
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985666%27 HTTP/1.1" 200 None
2026-03-30 10:54:41 [ayvens.be] INFO: Scrape type for 1985666: 2
2026-03-30 10:54:41 [ayvens.be] INFO: Extracting data for car ID: 1985666
2026-03-30 10:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7320108-93e1-5815-b2ae-f9adc20ddb67 with identifier: 1985666
2026-03-30 10:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7320108-93e1-5815-b2ae-f9adc20ddb67 with scrape type 2
2026-03-30 10:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7320108-93e1-5815-b2ae-f9adc20ddb67 with scrape type 2
2026-03-30 10:54:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a7320108-93e1-5815-b2ae-f9adc20ddb67, identifier: 1985666
2026-03-30 10:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a7320108-93e1-5815-b2ae-f9adc20ddb67 with identifier: 1985666
2026-03-30 10:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a7320108-93e1-5815-b2ae-f9adc20ddb67 with identifier: 1985666
2026-03-30 10:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a7320108-93e1-5815-b2ae-f9adc20ddb67 with identifier: 1985666 to the API
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:42 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'a7320108-93e1-5815-b2ae-f9adc20ddb67',
'is_damaged': False,
'is_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': 117996,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-13',
'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': 2023}
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985666%27 HTTP/1.1" 200 None
2026-03-30 10:54:42 [ayvens.be] INFO: Saving data for 1985666: {'auction_closing_time': 1774958400.0, 'created_time': 1774565873.142429, 'last_price_update_time': 1774868082.331685}
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985666') HTTP/1.1" 204 0
2026-03-30 10:54:42 [ayvens.be] INFO: Found listing with ID: 1985667
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985667%27 HTTP/1.1" 200 None
2026-03-30 10:54:42 [ayvens.be] INFO: Scrape type for 1985667: 2
2026-03-30 10:54:42 [ayvens.be] INFO: Extracting data for car ID: 1985667
2026-03-30 10:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7a90720-4e95-5ec8-a958-7d17809d3896 with identifier: 1985667
2026-03-30 10:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7a90720-4e95-5ec8-a958-7d17809d3896 with scrape type 2
2026-03-30 10:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7a90720-4e95-5ec8-a958-7d17809d3896 with scrape type 2
2026-03-30 10:54:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e7a90720-4e95-5ec8-a958-7d17809d3896, identifier: 1985667
2026-03-30 10:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e7a90720-4e95-5ec8-a958-7d17809d3896 with identifier: 1985667
2026-03-30 10:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e7a90720-4e95-5ec8-a958-7d17809d3896 with identifier: 1985667
2026-03-30 10:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e7a90720-4e95-5ec8-a958-7d17809d3896 with identifier: 1985667 to the API
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:42 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'e7a90720-4e95-5ec8-a958-7d17809d3896',
'is_damaged': False,
'is_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': 95871,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV 160KW DSG6 CLEVER',
'vin': None,
'year': 2022}
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985667%27 HTTP/1.1" 200 None
2026-03-30 10:54:42 [ayvens.be] INFO: Saving data for 1985667: {'auction_closing_time': 1774958400.0, 'created_time': 1774565874.988514, 'last_price_update_time': 1774868082.741438}
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985667') HTTP/1.1" 204 0
2026-03-30 10:54:42 [ayvens.be] INFO: Found listing with ID: 1985668
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985668%27 HTTP/1.1" 200 None
2026-03-30 10:54:42 [ayvens.be] INFO: Scrape type for 1985668: 2
2026-03-30 10:54:42 [ayvens.be] INFO: Extracting data for car ID: 1985668
2026-03-30 10:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 575acd25-7abc-59a1-b3eb-26695f75fd69 with identifier: 1985668
2026-03-30 10:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 575acd25-7abc-59a1-b3eb-26695f75fd69 with scrape type 2
2026-03-30 10:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 575acd25-7abc-59a1-b3eb-26695f75fd69 with scrape type 2
2026-03-30 10:54:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 575acd25-7abc-59a1-b3eb-26695f75fd69, identifier: 1985668
2026-03-30 10:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 575acd25-7abc-59a1-b3eb-26695f75fd69 with identifier: 1985668
2026-03-30 10:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 575acd25-7abc-59a1-b3eb-26695f75fd69 with identifier: 1985668
2026-03-30 10:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 575acd25-7abc-59a1-b3eb-26695f75fd69 with identifier: 1985668 to the API
2026-03-30 10:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:43 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '575acd25-7abc-59a1-b3eb-26695f75fd69',
'is_damaged': False,
'is_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': 51428,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC SPORTBACK',
'transmission': 'automatic',
'trim': '1.4 40 TFSI E S TRONIC SPORTBACK',
'vin': None,
'year': 2022}
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985668%27 HTTP/1.1" 200 None
2026-03-30 10:54:43 [ayvens.be] INFO: Saving data for 1985668: {'auction_closing_time': 1774958400.0, 'created_time': 1774565876.064927, 'last_price_update_time': 1774868083.161291}
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985668') HTTP/1.1" 204 0
2026-03-30 10:54:43 [ayvens.be] INFO: Found listing with ID: 1985669
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985669%27 HTTP/1.1" 200 None
2026-03-30 10:54:43 [ayvens.be] INFO: Scrape type for 1985669: 2
2026-03-30 10:54:43 [ayvens.be] INFO: Extracting data for car ID: 1985669
2026-03-30 10:54:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00efd6d5-bab1-54f3-8526-5077d1dd40f2 with identifier: 1985669
2026-03-30 10:54:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00efd6d5-bab1-54f3-8526-5077d1dd40f2 with scrape type 2
2026-03-30 10:54:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00efd6d5-bab1-54f3-8526-5077d1dd40f2 with scrape type 2
2026-03-30 10:54:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 00efd6d5-bab1-54f3-8526-5077d1dd40f2, identifier: 1985669
2026-03-30 10:54:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 00efd6d5-bab1-54f3-8526-5077d1dd40f2 with identifier: 1985669
2026-03-30 10:54:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 00efd6d5-bab1-54f3-8526-5077d1dd40f2 with identifier: 1985669
2026-03-30 10:54:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 00efd6d5-bab1-54f3-8526-5077d1dd40f2 with identifier: 1985669 to the API
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:43 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '00efd6d5-bab1-54f3-8526-5077d1dd40f2',
'is_damaged': False,
'is_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',
'odometer': 78888,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-14',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2.0TDCI 96KW TREND 350L',
'transmission': 'manual',
'trim': '2.0TDCI 96KW TREND 350L',
'vin': None,
'year': 2022}
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985669%27 HTTP/1.1" 200 None
2026-03-30 10:54:43 [ayvens.be] INFO: Saving data for 1985669: {'auction_closing_time': 1774958400.0, 'created_time': 1774565877.4607, 'last_price_update_time': 1774868083.574631}
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985669') HTTP/1.1" 204 0
2026-03-30 10:54:43 [ayvens.be] INFO: Found listing with ID: 1985670
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985670%27 HTTP/1.1" 200 None
2026-03-30 10:54:43 [ayvens.be] INFO: Scrape type for 1985670: 2
2026-03-30 10:54:43 [ayvens.be] INFO: Extracting data for car ID: 1985670
2026-03-30 10:54:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313dd6d5-92c8-50d8-8204-aa92b87058e7 with identifier: 1985670
2026-03-30 10:54:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313dd6d5-92c8-50d8-8204-aa92b87058e7 with scrape type 2
2026-03-30 10:54:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313dd6d5-92c8-50d8-8204-aa92b87058e7 with scrape type 2
2026-03-30 10:54:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 313dd6d5-92c8-50d8-8204-aa92b87058e7, identifier: 1985670
2026-03-30 10:54:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 313dd6d5-92c8-50d8-8204-aa92b87058e7 with identifier: 1985670
2026-03-30 10:54:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 313dd6d5-92c8-50d8-8204-aa92b87058e7 with identifier: 1985670
2026-03-30 10:54:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 313dd6d5-92c8-50d8-8204-aa92b87058e7 with identifier: 1985670 to the API
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:43 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '313dd6d5-92c8-50d8-8204-aa92b87058e7',
'is_damaged': False,
'is_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': 'KONA',
'odometer': 63230,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI KONA 64 KWH ELECTRIC SKY',
'transmission': 'automatic',
'trim': '64 KWH ELECTRIC SKY',
'vin': None,
'year': 2020}
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985670%27 HTTP/1.1" 200 None
2026-03-30 10:54:43 [ayvens.be] INFO: Saving data for 1985670: {'auction_closing_time': 1774958400.0, 'created_time': 1774565879.292901, 'last_price_update_time': 1774868083.989533}
2026-03-30 10:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985670') HTTP/1.1" 204 0
2026-03-30 10:54:44 [ayvens.be] INFO: Found listing with ID: 1985671
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985671%27 HTTP/1.1" 200 None
2026-03-30 10:54:44 [ayvens.be] INFO: Scrape type for 1985671: 2
2026-03-30 10:54:44 [ayvens.be] INFO: Extracting data for car ID: 1985671
2026-03-30 10:54:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b98af7d6-f024-5aa3-97ef-40e680410d5e with identifier: 1985671
2026-03-30 10:54:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b98af7d6-f024-5aa3-97ef-40e680410d5e with scrape type 2
2026-03-30 10:54:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b98af7d6-f024-5aa3-97ef-40e680410d5e with scrape type 2
2026-03-30 10:54:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b98af7d6-f024-5aa3-97ef-40e680410d5e, identifier: 1985671
2026-03-30 10:54:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b98af7d6-f024-5aa3-97ef-40e680410d5e with identifier: 1985671
2026-03-30 10:54:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b98af7d6-f024-5aa3-97ef-40e680410d5e with identifier: 1985671
2026-03-30 10:54:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b98af7d6-f024-5aa3-97ef-40e680410d5e with identifier: 1985671 to the API
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'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': 'b98af7d6-f024-5aa3-97ef-40e680410d5e',
'is_damaged': False,
'is_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': 40473,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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 STOCK',
'transmission': 'manual',
'trim': '2.0 TDCi L2H2 Trend STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985671%27 HTTP/1.1" 200 None
2026-03-30 10:54:44 [ayvens.be] INFO: Saving data for 1985671: {'auction_closing_time': 1774958400.0, 'created_time': 1774565880.636502, 'last_price_update_time': 1774868084.458671}
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985671') HTTP/1.1" 204 0
2026-03-30 10:54:44 [ayvens.be] INFO: Found listing with ID: 1985672
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985672%27 HTTP/1.1" 200 None
2026-03-30 10:54:44 [ayvens.be] INFO: Scrape type for 1985672: 2
2026-03-30 10:54:44 [ayvens.be] INFO: Extracting data for car ID: 1985672
2026-03-30 10:54:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eed05e3d-f763-50bb-8774-2ad0b64eac8d with identifier: 1985672
2026-03-30 10:54:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eed05e3d-f763-50bb-8774-2ad0b64eac8d with scrape type 2
2026-03-30 10:54:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eed05e3d-f763-50bb-8774-2ad0b64eac8d with scrape type 2
2026-03-30 10:54:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: eed05e3d-f763-50bb-8774-2ad0b64eac8d, identifier: 1985672
2026-03-30 10:54:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: eed05e3d-f763-50bb-8774-2ad0b64eac8d with identifier: 1985672
2026-03-30 10:54:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: eed05e3d-f763-50bb-8774-2ad0b64eac8d with identifier: 1985672
2026-03-30 10:54:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: eed05e3d-f763-50bb-8774-2ad0b64eac8d with identifier: 1985672 to the API
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:44 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'eed05e3d-f763-50bb-8774-2ad0b64eac8d',
'is_damaged': False,
'is_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': 81231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-22',
'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-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985672%27 HTTP/1.1" 200 None
2026-03-30 10:54:44 [ayvens.be] INFO: Saving data for 1985672: {'auction_closing_time': 1774958400.0, 'created_time': 1774565882.280723, 'last_price_update_time': 1774868084.885112}
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985672') HTTP/1.1" 204 0
2026-03-30 10:54:44 [ayvens.be] INFO: Found listing with ID: 1985673
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985673%27 HTTP/1.1" 200 None
2026-03-30 10:54:44 [ayvens.be] INFO: Scrape type for 1985673: 2
2026-03-30 10:54:44 [ayvens.be] INFO: Extracting data for car ID: 1985673
2026-03-30 10:54:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43bfe296-351d-5e28-8a25-5f5aae11d602 with identifier: 1985673
2026-03-30 10:54:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43bfe296-351d-5e28-8a25-5f5aae11d602 with scrape type 2
2026-03-30 10:54:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43bfe296-351d-5e28-8a25-5f5aae11d602 with scrape type 2
2026-03-30 10:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 43bfe296-351d-5e28-8a25-5f5aae11d602, identifier: 1985673
2026-03-30 10:54:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 43bfe296-351d-5e28-8a25-5f5aae11d602 with identifier: 1985673
2026-03-30 10:54:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 43bfe296-351d-5e28-8a25-5f5aae11d602 with identifier: 1985673
2026-03-30 10:54:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 43bfe296-351d-5e28-8a25-5f5aae11d602 with identifier: 1985673 to the API
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:45 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '43bfe296-351d-5e28-8a25-5f5aae11d602',
'is_damaged': False,
'is_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': 53332,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-27',
'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-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985673%27 HTTP/1.1" 200 None
2026-03-30 10:54:45 [ayvens.be] INFO: Saving data for 1985673: {'auction_closing_time': 1774958400.0, 'created_time': 1774565884.565044, 'last_price_update_time': 1774868085.330915}
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985673') HTTP/1.1" 204 0
2026-03-30 10:54:45 [ayvens.be] INFO: Found listing with ID: 1985674
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985674%27 HTTP/1.1" 200 None
2026-03-30 10:54:45 [ayvens.be] INFO: Scrape type for 1985674: 2
2026-03-30 10:54:45 [ayvens.be] INFO: Extracting data for car ID: 1985674
2026-03-30 10:54:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d83f80e-b981-55eb-ba32-3dbbda630b16 with identifier: 1985674
2026-03-30 10:54:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d83f80e-b981-55eb-ba32-3dbbda630b16 with scrape type 2
2026-03-30 10:54:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d83f80e-b981-55eb-ba32-3dbbda630b16 with scrape type 2
2026-03-30 10:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7d83f80e-b981-55eb-ba32-3dbbda630b16, identifier: 1985674
2026-03-30 10:54:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7d83f80e-b981-55eb-ba32-3dbbda630b16 with identifier: 1985674
2026-03-30 10:54:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7d83f80e-b981-55eb-ba32-3dbbda630b16 with identifier: 1985674
2026-03-30 10:54:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7d83f80e-b981-55eb-ba32-3dbbda630b16 with identifier: 1985674 to the API
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:45 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '7d83f80e-b981-55eb-ba32-3dbbda630b16',
'is_damaged': False,
'is_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': 61618,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-26',
'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': 2023}
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985674%27 HTTP/1.1" 200 None
2026-03-30 10:54:45 [ayvens.be] INFO: Saving data for 1985674: {'auction_closing_time': 1774958400.0, 'created_time': 1774565885.995422, 'last_price_update_time': 1774868085.724729}
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985674') HTTP/1.1" 204 0
2026-03-30 10:54:45 [ayvens.be] INFO: Found listing with ID: 1985675
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985675%27 HTTP/1.1" 200 None
2026-03-30 10:54:45 [ayvens.be] INFO: Scrape type for 1985675: 2
2026-03-30 10:54:45 [ayvens.be] INFO: Extracting data for car ID: 1985675
2026-03-30 10:54:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3f96dd9-a309-5d3d-b9f0-8186628076bd with identifier: 1985675
2026-03-30 10:54:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3f96dd9-a309-5d3d-b9f0-8186628076bd with scrape type 2
2026-03-30 10:54:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3f96dd9-a309-5d3d-b9f0-8186628076bd with scrape type 2
2026-03-30 10:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b3f96dd9-a309-5d3d-b9f0-8186628076bd, identifier: 1985675
2026-03-30 10:54:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b3f96dd9-a309-5d3d-b9f0-8186628076bd with identifier: 1985675
2026-03-30 10:54:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b3f96dd9-a309-5d3d-b9f0-8186628076bd with identifier: 1985675
2026-03-30 10:54:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b3f96dd9-a309-5d3d-b9f0-8186628076bd with identifier: 1985675 to the API
2026-03-30 10:54:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:46 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'b3f96dd9-a309-5d3d-b9f0-8186628076bd',
'is_damaged': False,
'is_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': 50581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985675%27 HTTP/1.1" 200 None
2026-03-30 10:54:46 [ayvens.be] INFO: Saving data for 1985675: {'auction_closing_time': 1774958400.0, 'created_time': 1774565887.838944, 'last_price_update_time': 1774868086.153593}
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985675') HTTP/1.1" 204 0
2026-03-30 10:54:46 [ayvens.be] INFO: Found listing with ID: 1985676
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985676%27 HTTP/1.1" 200 None
2026-03-30 10:54:46 [ayvens.be] INFO: Scrape type for 1985676: 2
2026-03-30 10:54:46 [ayvens.be] INFO: Extracting data for car ID: 1985676
2026-03-30 10:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a020241f-9671-558c-b1cb-37c2c25a38ed with identifier: 1985676
2026-03-30 10:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a020241f-9671-558c-b1cb-37c2c25a38ed with scrape type 2
2026-03-30 10:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a020241f-9671-558c-b1cb-37c2c25a38ed with scrape type 2
2026-03-30 10:54:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a020241f-9671-558c-b1cb-37c2c25a38ed, identifier: 1985676
2026-03-30 10:54:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a020241f-9671-558c-b1cb-37c2c25a38ed with identifier: 1985676
2026-03-30 10:54:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:54:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a020241f-9671-558c-b1cb-37c2c25a38ed with identifier: 1985676
2026-03-30 10:54:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a020241f-9671-558c-b1cb-37c2c25a38ed with identifier: 1985676 to the API
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'STD',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'a020241f-9671-558c-b1cb-37c2c25a38ed',
'is_damaged': False,
'is_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': 'MIRAI',
'odometer': 31331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-19',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA MIRAI Mirai Fuel Cell',
'transmission': 'automatic',
'trim': 'Mirai Fuel Cell',
'vin': None,
'year': 2020}
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985676%27 HTTP/1.1" 200 None
2026-03-30 10:54:46 [ayvens.be] INFO: Saving data for 1985676: {'auction_closing_time': 1774958400.0, 'created_time': 1774565889.967087, 'last_price_update_time': 1774868086.997336}
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985676') HTTP/1.1" 204 0
2026-03-30 10:54:47 [ayvens.be] INFO: Found listing with ID: 1985677
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985677%27 HTTP/1.1" 200 None
2026-03-30 10:54:47 [ayvens.be] INFO: Scrape type for 1985677: 2
2026-03-30 10:54:47 [ayvens.be] INFO: Extracting data for car ID: 1985677
2026-03-30 10:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1df76a12-ab1c-5bdf-9805-12191f762d3c with identifier: 1985677
2026-03-30 10:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1df76a12-ab1c-5bdf-9805-12191f762d3c with scrape type 2
2026-03-30 10:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1df76a12-ab1c-5bdf-9805-12191f762d3c with scrape type 2
2026-03-30 10:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1df76a12-ab1c-5bdf-9805-12191f762d3c, identifier: 1985677
2026-03-30 10:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1df76a12-ab1c-5bdf-9805-12191f762d3c with identifier: 1985677
2026-03-30 10:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1df76a12-ab1c-5bdf-9805-12191f762d3c with identifier: 1985677
2026-03-30 10:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1df76a12-ab1c-5bdf-9805-12191f762d3c with identifier: 1985677 to the API
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'STD',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '1df76a12-ab1c-5bdf-9805-12191f762d3c',
'is_damaged': False,
'is_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': 'MIRAI',
'odometer': 1895,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-26',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA MIRAI Mirai Fuel Cell',
'transmission': 'automatic',
'trim': 'Mirai Fuel Cell',
'vin': None,
'year': 2020}
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985677%27 HTTP/1.1" 200 None
2026-03-30 10:54:47 [ayvens.be] INFO: Saving data for 1985677: {'auction_closing_time': 1774958400.0, 'created_time': 1774565890.296896, 'last_price_update_time': 1774868087.459569}
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985677') HTTP/1.1" 204 0
2026-03-30 10:54:47 [ayvens.be] INFO: Found listing with ID: 1985678
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985678%27 HTTP/1.1" 200 None
2026-03-30 10:54:47 [ayvens.be] INFO: Scrape type for 1985678: 2
2026-03-30 10:54:47 [ayvens.be] INFO: Extracting data for car ID: 1985678
2026-03-30 10:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f95b6f5-ec00-5c09-9f02-b54ca7a1e021 with identifier: 1985678
2026-03-30 10:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f95b6f5-ec00-5c09-9f02-b54ca7a1e021 with scrape type 2
2026-03-30 10:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f95b6f5-ec00-5c09-9f02-b54ca7a1e021 with scrape type 2
2026-03-30 10:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6f95b6f5-ec00-5c09-9f02-b54ca7a1e021, identifier: 1985678
2026-03-30 10:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6f95b6f5-ec00-5c09-9f02-b54ca7a1e021 with identifier: 1985678
2026-03-30 10:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6f95b6f5-ec00-5c09-9f02-b54ca7a1e021 with identifier: 1985678
2026-03-30 10:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6f95b6f5-ec00-5c09-9f02-b54ca7a1e021 with identifier: 1985678 to the API
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:47 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '6f95b6f5-ec00-5c09-9f02-b54ca7a1e021',
'is_damaged': False,
'is_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': 92915,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2020}
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985678%27 HTTP/1.1" 200 None
2026-03-30 10:54:47 [ayvens.be] INFO: Saving data for 1985678: {'auction_closing_time': 1774958400.0, 'created_time': 1774565892.698756, 'last_price_update_time': 1774868087.931724}
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985678') HTTP/1.1" 204 0
2026-03-30 10:54:47 [ayvens.be] INFO: Found listing with ID: 1985679
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985679%27 HTTP/1.1" 200 None
2026-03-30 10:54:47 [ayvens.be] INFO: Scrape type for 1985679: 2
2026-03-30 10:54:47 [ayvens.be] INFO: Extracting data for car ID: 1985679
2026-03-30 10:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85d66156-2e3e-548c-8bbb-85097e13616c with identifier: 1985679
2026-03-30 10:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85d66156-2e3e-548c-8bbb-85097e13616c with scrape type 2
2026-03-30 10:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85d66156-2e3e-548c-8bbb-85097e13616c with scrape type 2
2026-03-30 10:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 85d66156-2e3e-548c-8bbb-85097e13616c, identifier: 1985679
2026-03-30 10:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 85d66156-2e3e-548c-8bbb-85097e13616c with identifier: 1985679
2026-03-30 10:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 85d66156-2e3e-548c-8bbb-85097e13616c with identifier: 1985679
2026-03-30 10:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 85d66156-2e3e-548c-8bbb-85097e13616c with identifier: 1985679 to the API
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:48 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '85d66156-2e3e-548c-8bbb-85097e13616c',
'is_damaged': False,
'is_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': 93888,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-CROSS 1.0 TSI 81KW ACTIVE',
'transmission': 'manual',
'trim': '1.0 TSI 81KW ACTIVE',
'vin': None,
'year': 2021}
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985679%27 HTTP/1.1" 200 None
2026-03-30 10:54:48 [ayvens.be] INFO: Saving data for 1985679: {'auction_closing_time': 1774958400.0, 'created_time': 1774565894.168878, 'last_price_update_time': 1774868088.338906}
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985679') HTTP/1.1" 204 0
2026-03-30 10:54:48 [ayvens.be] INFO: Found listing with ID: 1985680
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985680%27 HTTP/1.1" 200 None
2026-03-30 10:54:48 [ayvens.be] INFO: Scrape type for 1985680: 2
2026-03-30 10:54:48 [ayvens.be] INFO: Extracting data for car ID: 1985680
2026-03-30 10:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38e5fee7-112c-57a0-a045-c2601d471e9d with identifier: 1985680
2026-03-30 10:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e5fee7-112c-57a0-a045-c2601d471e9d with scrape type 2
2026-03-30 10:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38e5fee7-112c-57a0-a045-c2601d471e9d with scrape type 2
2026-03-30 10:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 38e5fee7-112c-57a0-a045-c2601d471e9d, identifier: 1985680
2026-03-30 10:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 38e5fee7-112c-57a0-a045-c2601d471e9d with identifier: 1985680
2026-03-30 10:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 38e5fee7-112c-57a0-a045-c2601d471e9d with identifier: 1985680
2026-03-30 10:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 38e5fee7-112c-57a0-a045-c2601d471e9d with identifier: 1985680 to the API
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'STD',
'currency': 'EUR',
'doors_number': 4,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': '38e5fee7-112c-57a0-a045-c2601d471e9d',
'is_damaged': False,
'is_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': 'MIRAI',
'odometer': 16613,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-26',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA MIRAI Mirai Fuel Cell',
'transmission': 'automatic',
'trim': 'Mirai Fuel Cell',
'vin': None,
'year': 2020}
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985680%27 HTTP/1.1" 200 None
2026-03-30 10:54:48 [ayvens.be] INFO: Saving data for 1985680: {'auction_closing_time': 1774958400.0, 'created_time': 1774565895.870135, 'last_price_update_time': 1774868088.746823}
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985680') HTTP/1.1" 204 0
2026-03-30 10:54:48 [ayvens.be] INFO: Found listing with ID: 1985681
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985681%27 HTTP/1.1" 200 None
2026-03-30 10:54:48 [ayvens.be] INFO: Scrape type for 1985681: 2
2026-03-30 10:54:48 [ayvens.be] INFO: Extracting data for car ID: 1985681
2026-03-30 10:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6de310f-3ed4-54eb-93fd-40cf284d08ea with identifier: 1985681
2026-03-30 10:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6de310f-3ed4-54eb-93fd-40cf284d08ea with scrape type 2
2026-03-30 10:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6de310f-3ed4-54eb-93fd-40cf284d08ea with scrape type 2
2026-03-30 10:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c6de310f-3ed4-54eb-93fd-40cf284d08ea, identifier: 1985681
2026-03-30 10:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c6de310f-3ed4-54eb-93fd-40cf284d08ea with identifier: 1985681
2026-03-30 10:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c6de310f-3ed4-54eb-93fd-40cf284d08ea with identifier: 1985681
2026-03-30 10:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c6de310f-3ed4-54eb-93fd-40cf284d08ea with identifier: 1985681 to the API
2026-03-30 10:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:49 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': 'c6de310f-3ed4-54eb-93fd-40cf284d08ea',
'is_damaged': False,
'is_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',
'odometer': 113184,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-02',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia 2.0 CRTDI 85KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '2.0 CRTDI 85KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985681%27 HTTP/1.1" 200 None
2026-03-30 10:54:49 [ayvens.be] INFO: Saving data for 1985681: {'auction_closing_time': 1774958400.0, 'created_time': 1774565897.191276, 'last_price_update_time': 1774868089.281748}
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985681') HTTP/1.1" 204 0
2026-03-30 10:54:49 [ayvens.be] INFO: Found listing with ID: 1985682
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985682%27 HTTP/1.1" 200 None
2026-03-30 10:54:49 [ayvens.be] INFO: Scrape type for 1985682: 2
2026-03-30 10:54:49 [ayvens.be] INFO: Extracting data for car ID: 1985682
2026-03-30 10:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ec8777e-7d1c-5539-adbe-9c85041f9c4d with identifier: 1985682
2026-03-30 10:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ec8777e-7d1c-5539-adbe-9c85041f9c4d with scrape type 2
2026-03-30 10:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ec8777e-7d1c-5539-adbe-9c85041f9c4d with scrape type 2
2026-03-30 10:54:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0ec8777e-7d1c-5539-adbe-9c85041f9c4d, identifier: 1985682
2026-03-30 10:54:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0ec8777e-7d1c-5539-adbe-9c85041f9c4d with identifier: 1985682
2026-03-30 10:54:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0ec8777e-7d1c-5539-adbe-9c85041f9c4d with identifier: 1985682
2026-03-30 10:54:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0ec8777e-7d1c-5539-adbe-9c85041f9c4d with identifier: 1985682 to the API
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:49 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '0ec8777e-7d1c-5539-adbe-9c85041f9c4d',
'is_damaged': False,
'is_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': 111755,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 2.0 XDRIVE18D 4WD AUTO 100KW',
'transmission': 'automatic',
'trim': '2.0 XDRIVE18D 4WD AUTO 100KW',
'vin': None,
'year': 2022}
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985682%27 HTTP/1.1" 200 None
2026-03-30 10:54:49 [ayvens.be] INFO: Saving data for 1985682: {'auction_closing_time': 1774958400.0, 'created_time': 1774565898.529405, 'last_price_update_time': 1774868089.720072}
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985682') HTTP/1.1" 204 0
2026-03-30 10:54:49 [ayvens.be] INFO: Found listing with ID: 1985683
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985683%27 HTTP/1.1" 200 None
2026-03-30 10:54:49 [ayvens.be] INFO: Scrape type for 1985683: 2
2026-03-30 10:54:49 [ayvens.be] INFO: Extracting data for car ID: 1985683
2026-03-30 10:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c52951fe-413c-577b-b815-1e7f4950c75e with identifier: 1985683
2026-03-30 10:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c52951fe-413c-577b-b815-1e7f4950c75e with scrape type 2
2026-03-30 10:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c52951fe-413c-577b-b815-1e7f4950c75e with scrape type 2
2026-03-30 10:54:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c52951fe-413c-577b-b815-1e7f4950c75e, identifier: 1985683
2026-03-30 10:54:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c52951fe-413c-577b-b815-1e7f4950c75e with identifier: 1985683
2026-03-30 10:54:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c52951fe-413c-577b-b815-1e7f4950c75e with identifier: 1985683
2026-03-30 10:54:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c52951fe-413c-577b-b815-1e7f4950c75e with identifier: 1985683 to the API
2026-03-30 10:54:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:50 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'c52951fe-413c-577b-b815-1e7f4950c75e',
'is_damaged': False,
'is_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',
'odometer': 113189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSI E S TRONIC',
'transmission': 'automatic',
'trim': '1.4 45 TFSI E S TRONIC',
'vin': None,
'year': 2022}
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985683%27 HTTP/1.1" 200 None
2026-03-30 10:54:50 [ayvens.be] INFO: Saving data for 1985683: {'auction_closing_time': 1774958400.0, 'created_time': 1774565900.677815, 'last_price_update_time': 1774868090.127526}
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985683') HTTP/1.1" 204 0
2026-03-30 10:54:50 [ayvens.be] INFO: Found listing with ID: 1985684
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985684%27 HTTP/1.1" 200 None
2026-03-30 10:54:50 [ayvens.be] INFO: Scrape type for 1985684: 2
2026-03-30 10:54:50 [ayvens.be] INFO: Extracting data for car ID: 1985684
2026-03-30 10:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a86a63cd-4b75-5d5a-88ab-2edf899ef6f9 with identifier: 1985684
2026-03-30 10:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a86a63cd-4b75-5d5a-88ab-2edf899ef6f9 with scrape type 2
2026-03-30 10:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a86a63cd-4b75-5d5a-88ab-2edf899ef6f9 with scrape type 2
2026-03-30 10:54:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a86a63cd-4b75-5d5a-88ab-2edf899ef6f9, identifier: 1985684
2026-03-30 10:54:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a86a63cd-4b75-5d5a-88ab-2edf899ef6f9 with identifier: 1985684
2026-03-30 10:54:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a86a63cd-4b75-5d5a-88ab-2edf899ef6f9 with identifier: 1985684
2026-03-30 10:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a86a63cd-4b75-5d5a-88ab-2edf899ef6f9 with identifier: 1985684 to the API
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:50 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'a86a63cd-4b75-5d5a-88ab-2edf899ef6f9',
'is_damaged': False,
'is_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': 'EV6',
'odometer': 76315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 BEV 77KWH EARTH AUTO RWD',
'transmission': 'automatic',
'trim': 'BEV 77KWH EARTH AUTO RWD',
'vin': None,
'year': 2023}
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985684%27 HTTP/1.1" 200 None
2026-03-30 10:54:50 [ayvens.be] INFO: Saving data for 1985684: {'auction_closing_time': 1774958400.0, 'created_time': 1774565901.981794, 'last_price_update_time': 1774868090.535836}
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985684') HTTP/1.1" 204 0
2026-03-30 10:54:50 [ayvens.be] INFO: Found listing with ID: 1985685
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985685%27 HTTP/1.1" 200 None
2026-03-30 10:54:50 [ayvens.be] INFO: Scrape type for 1985685: 2
2026-03-30 10:54:50 [ayvens.be] INFO: Extracting data for car ID: 1985685
2026-03-30 10:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7696874-805f-5be8-b5ff-4078f283f07b with identifier: 1985685
2026-03-30 10:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7696874-805f-5be8-b5ff-4078f283f07b with scrape type 2
2026-03-30 10:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7696874-805f-5be8-b5ff-4078f283f07b with scrape type 2
2026-03-30 10:54:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e7696874-805f-5be8-b5ff-4078f283f07b, identifier: 1985685
2026-03-30 10:54:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e7696874-805f-5be8-b5ff-4078f283f07b with identifier: 1985685
2026-03-30 10:54:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e7696874-805f-5be8-b5ff-4078f283f07b with identifier: 1985685
2026-03-30 10:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e7696874-805f-5be8-b5ff-4078f283f07b with identifier: 1985685 to the API
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:50 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'electric',
'id': 'e7696874-805f-5be8-b5ff-4078f283f07b',
'is_damaged': False,
'is_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': 119616,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-11',
'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': 2021}
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985685%27 HTTP/1.1" 200 None
2026-03-30 10:54:50 [ayvens.be] INFO: Saving data for 1985685: {'auction_closing_time': 1774958400.0, 'created_time': 1774565904.500748, 'last_price_update_time': 1774868090.952222}
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985685') HTTP/1.1" 204 0
2026-03-30 10:54:50 [ayvens.be] INFO: Found listing with ID: 1985686
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985686%27 HTTP/1.1" 200 None
2026-03-30 10:54:50 [ayvens.be] INFO: Scrape type for 1985686: 2
2026-03-30 10:54:50 [ayvens.be] INFO: Extracting data for car ID: 1985686
2026-03-30 10:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cee14472-5229-5fa6-8340-3ab9f5e814c8 with identifier: 1985686
2026-03-30 10:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cee14472-5229-5fa6-8340-3ab9f5e814c8 with scrape type 2
2026-03-30 10:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cee14472-5229-5fa6-8340-3ab9f5e814c8 with scrape type 2
2026-03-30 10:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cee14472-5229-5fa6-8340-3ab9f5e814c8, identifier: 1985686
2026-03-30 10:54:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cee14472-5229-5fa6-8340-3ab9f5e814c8 with identifier: 1985686
2026-03-30 10:54:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cee14472-5229-5fa6-8340-3ab9f5e814c8 with identifier: 1985686
2026-03-30 10:54:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cee14472-5229-5fa6-8340-3ab9f5e814c8 with identifier: 1985686 to the API
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:51 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'cee14472-5229-5fa6-8340-3ab9f5e814c8',
'is_damaged': False,
'is_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': 150966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'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-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985686%27 HTTP/1.1" 200 None
2026-03-30 10:54:51 [ayvens.be] INFO: Saving data for 1985686: {'auction_closing_time': 1774958400.0, 'created_time': 1774565905.561716, 'last_price_update_time': 1774868091.396704}
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985686') HTTP/1.1" 204 0
2026-03-30 10:54:51 [ayvens.be] INFO: Found listing with ID: 1985687
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985687%27 HTTP/1.1" 200 None
2026-03-30 10:54:51 [ayvens.be] INFO: Scrape type for 1985687: 2
2026-03-30 10:54:51 [ayvens.be] INFO: Extracting data for car ID: 1985687
2026-03-30 10:54:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24c055fd-c5e1-5a7a-93e4-e0d3d7f0e96d with identifier: 1985687
2026-03-30 10:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24c055fd-c5e1-5a7a-93e4-e0d3d7f0e96d with scrape type 2
2026-03-30 10:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24c055fd-c5e1-5a7a-93e4-e0d3d7f0e96d with scrape type 2
2026-03-30 10:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 24c055fd-c5e1-5a7a-93e4-e0d3d7f0e96d, identifier: 1985687
2026-03-30 10:54:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 24c055fd-c5e1-5a7a-93e4-e0d3d7f0e96d with identifier: 1985687
2026-03-30 10:54:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 24c055fd-c5e1-5a7a-93e4-e0d3d7f0e96d with identifier: 1985687
2026-03-30 10:54:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 24c055fd-c5e1-5a7a-93e4-e0d3d7f0e96d with identifier: 1985687 to the API
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:51 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '24c055fd-c5e1-5a7a-93e4-e0d3d7f0e96d',
'is_damaged': False,
'is_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': 120814,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES TOURING 2.0 518D 110KW TOURING AUTO',
'transmission': 'automatic',
'trim': '2.0 518D 110KW TOURING AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985687%27 HTTP/1.1" 200 None
2026-03-30 10:54:51 [ayvens.be] INFO: Saving data for 1985687: {'auction_closing_time': 1774958400.0, 'created_time': 1774565906.605945, 'last_price_update_time': 1774868091.911103}
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985687') HTTP/1.1" 204 0
2026-03-30 10:54:51 [ayvens.be] INFO: Found listing with ID: 1985688
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985688%27 HTTP/1.1" 200 None
2026-03-30 10:54:51 [ayvens.be] INFO: Scrape type for 1985688: 2
2026-03-30 10:54:51 [ayvens.be] INFO: Extracting data for car ID: 1985688
2026-03-30 10:54:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f721e15-332b-51f4-b704-261dcb3d5496 with identifier: 1985688
2026-03-30 10:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f721e15-332b-51f4-b704-261dcb3d5496 with scrape type 2
2026-03-30 10:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f721e15-332b-51f4-b704-261dcb3d5496 with scrape type 2
2026-03-30 10:54:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3f721e15-332b-51f4-b704-261dcb3d5496, identifier: 1985688
2026-03-30 10:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3f721e15-332b-51f4-b704-261dcb3d5496 with identifier: 1985688
2026-03-30 10:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3f721e15-332b-51f4-b704-261dcb3d5496 with identifier: 1985688
2026-03-30 10:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3f721e15-332b-51f4-b704-261dcb3d5496 with identifier: 1985688 to the API
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:52 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '3f721e15-332b-51f4-b704-261dcb3d5496',
'is_damaged': False,
'is_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': 56982,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985688%27 HTTP/1.1" 200 None
2026-03-30 10:54:52 [ayvens.be] INFO: Saving data for 1985688: {'auction_closing_time': 1774958400.0, 'created_time': 1774565907.768266, 'last_price_update_time': 1774868092.357613}
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985688') HTTP/1.1" 204 0
2026-03-30 10:54:52 [ayvens.be] INFO: Found listing with ID: 1985689
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985689%27 HTTP/1.1" 200 None
2026-03-30 10:54:52 [ayvens.be] INFO: Scrape type for 1985689: 2
2026-03-30 10:54:52 [ayvens.be] INFO: Extracting data for car ID: 1985689
2026-03-30 10:54:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 553a68b8-cbe1-5949-add3-97bebbbbfdee with identifier: 1985689
2026-03-30 10:54:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 553a68b8-cbe1-5949-add3-97bebbbbfdee with scrape type 2
2026-03-30 10:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 553a68b8-cbe1-5949-add3-97bebbbbfdee with scrape type 2
2026-03-30 10:54:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 553a68b8-cbe1-5949-add3-97bebbbbfdee, identifier: 1985689
2026-03-30 10:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 553a68b8-cbe1-5949-add3-97bebbbbfdee with identifier: 1985689
2026-03-30 10:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 553a68b8-cbe1-5949-add3-97bebbbbfdee with identifier: 1985689
2026-03-30 10:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 553a68b8-cbe1-5949-add3-97bebbbbfdee with identifier: 1985689 to the API
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:52 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'diesel',
'id': '553a68b8-cbe1-5949-add3-97bebbbbfdee',
'is_damaged': False,
'is_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': 59283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC 2.0 GLC 300 DE 4MATIC 4WD AUTO',
'transmission': 'automatic',
'trim': '2.0 GLC 300 DE 4MATIC 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985689%27 HTTP/1.1" 200 None
2026-03-30 10:54:52 [ayvens.be] INFO: Saving data for 1985689: {'auction_closing_time': 1774958400.0, 'created_time': 1774565909.572962, 'last_price_update_time': 1774868092.775166}
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985689') HTTP/1.1" 204 0
2026-03-30 10:54:52 [ayvens.be] INFO: Found listing with ID: 1985690
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985690%27 HTTP/1.1" 200 None
2026-03-30 10:54:52 [ayvens.be] INFO: Scrape type for 1985690: 2
2026-03-30 10:54:52 [ayvens.be] INFO: Extracting data for car ID: 1985690
2026-03-30 10:54:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f23d59d4-bf04-53b9-9d1d-7ba64f201fe0 with identifier: 1985690
2026-03-30 10:54:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23d59d4-bf04-53b9-9d1d-7ba64f201fe0 with scrape type 2
2026-03-30 10:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f23d59d4-bf04-53b9-9d1d-7ba64f201fe0 with scrape type 2
2026-03-30 10:54:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f23d59d4-bf04-53b9-9d1d-7ba64f201fe0, identifier: 1985690
2026-03-30 10:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f23d59d4-bf04-53b9-9d1d-7ba64f201fe0 with identifier: 1985690
2026-03-30 10:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f23d59d4-bf04-53b9-9d1d-7ba64f201fe0 with identifier: 1985690
2026-03-30 10:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f23d59d4-bf04-53b9-9d1d-7ba64f201fe0 with identifier: 1985690 to the API
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:53 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': 'f23d59d4-bf04-53b9-9d1d-7ba64f201fe0',
'is_damaged': False,
'is_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',
'odometer': 86813,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia 1.4 TSI PHEV 150KW DSG CLEVER+',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV 150KW DSG CLEVER+',
'vin': None,
'year': 2022}
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985690%27 HTTP/1.1" 200 None
2026-03-30 10:54:53 [ayvens.be] INFO: Saving data for 1985690: {'auction_closing_time': 1774958400.0, 'created_time': 1774565912.658525, 'last_price_update_time': 1774868093.268578}
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985690') HTTP/1.1" 204 0
2026-03-30 10:54:53 [ayvens.be] INFO: Found listing with ID: 1985691
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985691%27 HTTP/1.1" 200 None
2026-03-30 10:54:53 [ayvens.be] INFO: Scrape type for 1985691: 2
2026-03-30 10:54:53 [ayvens.be] INFO: Extracting data for car ID: 1985691
2026-03-30 10:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63e367b0-917d-51cc-9c21-36a4976b89c1 with identifier: 1985691
2026-03-30 10:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e367b0-917d-51cc-9c21-36a4976b89c1 with scrape type 2
2026-03-30 10:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63e367b0-917d-51cc-9c21-36a4976b89c1 with scrape type 2
2026-03-30 10:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 63e367b0-917d-51cc-9c21-36a4976b89c1, identifier: 1985691
2026-03-30 10:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 63e367b0-917d-51cc-9c21-36a4976b89c1 with identifier: 1985691
2026-03-30 10:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 63e367b0-917d-51cc-9c21-36a4976b89c1 with identifier: 1985691
2026-03-30 10:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 63e367b0-917d-51cc-9c21-36a4976b89c1 with identifier: 1985691 to the API
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:53 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'petrol',
'id': '63e367b0-917d-51cc-9c21-36a4976b89c1',
'is_damaged': False,
'is_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-ROC',
'odometer': 91752,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC 1.0 TSI STYLE',
'transmission': 'manual',
'trim': '1.0 TSI STYLE',
'vin': None,
'year': 2021}
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271985691%27 HTTP/1.1" 200 None
2026-03-30 10:54:53 [ayvens.be] INFO: Saving data for 1985691: {'auction_closing_time': 1774958400.0, 'created_time': 1774565913.659102, 'last_price_update_time': 1774868093.698487}
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1985691') HTTP/1.1" 204 0
2026-03-30 10:54:53 [ayvens.be] INFO: Found listing with ID: 1982329
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982329%27 HTTP/1.1" 200 None
2026-03-30 10:54:53 [ayvens.be] INFO: Scrape type for 1982329: 2
2026-03-30 10:54:53 [ayvens.be] INFO: Extracting data for car ID: 1982329
2026-03-30 10:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88032add-a537-5e53-ada9-4a19d9dc69ef with identifier: 1982329
2026-03-30 10:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88032add-a537-5e53-ada9-4a19d9dc69ef with scrape type 2
2026-03-30 10:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88032add-a537-5e53-ada9-4a19d9dc69ef with scrape type 2
2026-03-30 10:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 88032add-a537-5e53-ada9-4a19d9dc69ef, identifier: 1982329
2026-03-30 10:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 88032add-a537-5e53-ada9-4a19d9dc69ef with identifier: 1982329
2026-03-30 10:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 88032add-a537-5e53-ada9-4a19d9dc69ef with identifier: 1982329
2026-03-30 10:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 88032add-a537-5e53-ada9-4a19d9dc69ef with identifier: 1982329 to the API
2026-03-30 10:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '88032add-a537-5e53-ada9-4a19d9dc69ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3',
'odometer': 33237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 SDRIVE18D (100KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 SDRIVE18D (100KW) AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982329%27 HTTP/1.1" 200 None
2026-03-30 10:54:54 [ayvens.be] INFO: Saving data for 1982329: {'auction_closing_time': 1774942200.0, 'created_time': 1774478788.26907, 'last_price_update_time': 1774868094.181118}
2026-03-30 10:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982329') HTTP/1.1" 204 0
2026-03-30 10:54:54 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 800
2026-03-30 10:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:54:56 [ayvens.be] INFO: Found listing with ID: 1982330
2026-03-30 10:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982330%27 HTTP/1.1" 200 None
2026-03-30 10:54:56 [ayvens.be] INFO: Scrape type for 1982330: 2
2026-03-30 10:54:56 [ayvens.be] INFO: Extracting data for car ID: 1982330
2026-03-30 10:54:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3d264e6-64ee-5681-a2e2-b5c058193019 with identifier: 1982330
2026-03-30 10:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3d264e6-64ee-5681-a2e2-b5c058193019 with scrape type 2
2026-03-30 10:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3d264e6-64ee-5681-a2e2-b5c058193019 with scrape type 2
2026-03-30 10:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d3d264e6-64ee-5681-a2e2-b5c058193019, identifier: 1982330
2026-03-30 10:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d3d264e6-64ee-5681-a2e2-b5c058193019 with identifier: 1982330
2026-03-30 10:54:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d3d264e6-64ee-5681-a2e2-b5c058193019 with identifier: 1982330
2026-03-30 10:54:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d3d264e6-64ee-5681-a2e2-b5c058193019 with identifier: 1982330 to the API
2026-03-30 10:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLANC NACRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'd3d264e6-64ee-5681-a2e2-b5c058193019',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008 DIESEL - 2016',
'odometer': 187463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-06',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 3008 DIESEL - 2016 2.0 BlueHDi GT (EU6.2)',
'transmission': 'automatic',
'trim': '2.0 BlueHDi GT (EU6.2)',
'vin': None,
'year': 2019}
2026-03-30 10:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982330%27 HTTP/1.1" 200 None
2026-03-30 10:54:56 [ayvens.be] INFO: Saving data for 1982330: {'auction_closing_time': 1774942200.0, 'created_time': 1774478789.41912, 'last_price_update_time': 1774868096.987075}
2026-03-30 10:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982330') HTTP/1.1" 204 0
2026-03-30 10:54:57 [ayvens.be] INFO: Found listing with ID: 1982331
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982331%27 HTTP/1.1" 200 None
2026-03-30 10:54:57 [ayvens.be] INFO: Scrape type for 1982331: 2
2026-03-30 10:54:57 [ayvens.be] INFO: Extracting data for car ID: 1982331
2026-03-30 10:54:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a60bbba9-24f5-5fe1-b8e3-c1d495eae495 with identifier: 1982331
2026-03-30 10:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a60bbba9-24f5-5fe1-b8e3-c1d495eae495 with scrape type 2
2026-03-30 10:54:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a60bbba9-24f5-5fe1-b8e3-c1d495eae495 with scrape type 2
2026-03-30 10:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a60bbba9-24f5-5fe1-b8e3-c1d495eae495, identifier: 1982331
2026-03-30 10:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a60bbba9-24f5-5fe1-b8e3-c1d495eae495 with identifier: 1982331
2026-03-30 10:54:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a60bbba9-24f5-5fe1-b8e3-c1d495eae495 with identifier: 1982331
2026-03-30 10:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a60bbba9-24f5-5fe1-b8e3-c1d495eae495 with identifier: 1982331 to the API
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'a60bbba9-24f5-5fe1-b8e3-c1d495eae495',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'B-CLASS',
'odometer': 155312,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 2.0 B 180 D BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '2.0 B 180 D BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982331%27 HTTP/1.1" 200 None
2026-03-30 10:54:57 [ayvens.be] INFO: Saving data for 1982331: {'auction_closing_time': 1774942200.0, 'created_time': 1774478792.09054, 'last_price_update_time': 1774868097.460619}
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982331') HTTP/1.1" 204 0
2026-03-30 10:54:57 [ayvens.be] INFO: Found listing with ID: 1982332
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982332%27 HTTP/1.1" 200 None
2026-03-30 10:54:57 [ayvens.be] INFO: Scrape type for 1982332: 2
2026-03-30 10:54:57 [ayvens.be] INFO: Extracting data for car ID: 1982332
2026-03-30 10:54:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ab8f8c-f600-567b-bdfe-38251527bb98 with identifier: 1982332
2026-03-30 10:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ab8f8c-f600-567b-bdfe-38251527bb98 with scrape type 2
2026-03-30 10:54:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ab8f8c-f600-567b-bdfe-38251527bb98 with scrape type 2
2026-03-30 10:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f5ab8f8c-f600-567b-bdfe-38251527bb98, identifier: 1982332
2026-03-30 10:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f5ab8f8c-f600-567b-bdfe-38251527bb98 with identifier: 1982332
2026-03-30 10:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f5ab8f8c-f600-567b-bdfe-38251527bb98 with identifier: 1982332
2026-03-30 10:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f5ab8f8c-f600-567b-bdfe-38251527bb98 with identifier: 1982332 to the API
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54: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-30 10:54:57 [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': 5,
'engine': '2.8L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f5ab8f8c-f600-567b-bdfe-38251527bb98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'LAND CRUISER LWB DIESEL - 2013',
'odometer': 193258,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA LAND CRUISER LWB DIESEL - 2013 2.8 D-4D Active Van Aut',
'transmission': 'automatic',
'trim': '2.8 D-4D Active Van Aut',
'vin': None,
'year': 2017}
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982332%27 HTTP/1.1" 200 None
2026-03-30 10:54:57 [ayvens.be] INFO: Saving data for 1982332: {'auction_closing_time': 1774942200.0, 'created_time': 1774478793.162967, 'last_price_update_time': 1774868097.87755}
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982332') HTTP/1.1" 204 0
2026-03-30 10:54:57 [ayvens.be] INFO: Found listing with ID: 1982333
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982333%27 HTTP/1.1" 200 None
2026-03-30 10:54:57 [ayvens.be] INFO: Scrape type for 1982333: 2
2026-03-30 10:54:57 [ayvens.be] INFO: Extracting data for car ID: 1982333
2026-03-30 10:54:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f27e9242-9738-549f-a594-37d64626cefe with identifier: 1982333
2026-03-30 10:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f27e9242-9738-549f-a594-37d64626cefe with scrape type 2
2026-03-30 10:54:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f27e9242-9738-549f-a594-37d64626cefe with scrape type 2
2026-03-30 10:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f27e9242-9738-549f-a594-37d64626cefe, identifier: 1982333
2026-03-30 10:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f27e9242-9738-549f-a594-37d64626cefe with identifier: 1982333
2026-03-30 10:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f27e9242-9738-549f-a594-37d64626cefe with identifier: 1982333
2026-03-30 10:54:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f27e9242-9738-549f-a594-37d64626cefe with identifier: 1982333 to the API
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f27e9242-9738-549f-a594-37d64626cefe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT FOURGON MWB DSL - 2016',
'odometer': 175816,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-11',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 1.6 BlueHDi L2 Standard '
'Premium STOCK',
'transmission': 'manual',
'trim': '1.6 BlueHDi L2 Standard Premium STOCK',
'vin': None,
'year': 2018}
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982333%27 HTTP/1.1" 200 None
2026-03-30 10:54:58 [ayvens.be] INFO: Saving data for 1982333: {'auction_closing_time': 1774942200.0, 'created_time': 1774478816.927094, 'last_price_update_time': 1774868098.300519}
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982333') HTTP/1.1" 204 0
2026-03-30 10:54:58 [ayvens.be] INFO: Found listing with ID: 1982334
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982334%27 HTTP/1.1" 200 None
2026-03-30 10:54:58 [ayvens.be] INFO: Scrape type for 1982334: 2
2026-03-30 10:54:58 [ayvens.be] INFO: Extracting data for car ID: 1982334
2026-03-30 10:54:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e44bb305-671e-5a96-aed0-8f3645b2ee04 with identifier: 1982334
2026-03-30 10:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e44bb305-671e-5a96-aed0-8f3645b2ee04 with scrape type 2
2026-03-30 10:54:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e44bb305-671e-5a96-aed0-8f3645b2ee04 with scrape type 2
2026-03-30 10:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e44bb305-671e-5a96-aed0-8f3645b2ee04, identifier: 1982334
2026-03-30 10:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e44bb305-671e-5a96-aed0-8f3645b2ee04 with identifier: 1982334
2026-03-30 10:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e44bb305-671e-5a96-aed0-8f3645b2ee04 with identifier: 1982334
2026-03-30 10:54:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e44bb305-671e-5a96-aed0-8f3645b2ee04 with identifier: 1982334 to the API
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:59 [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': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e44bb305-671e-5a96-aed0-8f3645b2ee04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4 DIESEL - 2019',
'odometer': 173396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 DIESEL - 2019 35 TDi (EU6d-TEMP) STOCK',
'transmission': 'manual',
'trim': '35 TDi (EU6d-TEMP) STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982334%27 HTTP/1.1" 200 None
2026-03-30 10:54:59 [ayvens.be] INFO: Saving data for 1982334: {'auction_closing_time': 1774942200.0, 'created_time': 1774478815.97775, 'last_price_update_time': 1774868099.060359}
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982334') HTTP/1.1" 204 0
2026-03-30 10:54:59 [ayvens.be] INFO: Found listing with ID: 1982335
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982335%27 HTTP/1.1" 200 None
2026-03-30 10:54:59 [ayvens.be] INFO: Scrape type for 1982335: 2
2026-03-30 10:54:59 [ayvens.be] INFO: Extracting data for car ID: 1982335
2026-03-30 10:54:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 245d263a-8a9d-5652-900c-eb6ef49b5c65 with identifier: 1982335
2026-03-30 10:54:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 245d263a-8a9d-5652-900c-eb6ef49b5c65 with scrape type 2
2026-03-30 10:54:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 245d263a-8a9d-5652-900c-eb6ef49b5c65 with scrape type 2
2026-03-30 10:54:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 245d263a-8a9d-5652-900c-eb6ef49b5c65, identifier: 1982335
2026-03-30 10:54:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 245d263a-8a9d-5652-900c-eb6ef49b5c65 with identifier: 1982335
2026-03-30 10:54:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 245d263a-8a9d-5652-900c-eb6ef49b5c65 with identifier: 1982335
2026-03-30 10:54:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 245d263a-8a9d-5652-900c-eb6ef49b5c65 with identifier: 1982335 to the API
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:54:59 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '245d263a-8a9d-5652-900c-eb6ef49b5c65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 DIESEL - 2019',
'odometer': 160268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 DIESEL - 2019 1.5 BlueHDi Active',
'transmission': 'manual',
'trim': '1.5 BlueHDi Active',
'vin': None,
'year': 2020}
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982335%27 HTTP/1.1" 200 None
2026-03-30 10:54:59 [ayvens.be] INFO: Saving data for 1982335: {'auction_closing_time': 1774942200.0, 'created_time': 1774478798.085271, 'last_price_update_time': 1774868099.616641}
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982335') HTTP/1.1" 204 0
2026-03-30 10:54:59 [ayvens.be] INFO: Found listing with ID: 1982336
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982336%27 HTTP/1.1" 200 None
2026-03-30 10:54:59 [ayvens.be] INFO: Scrape type for 1982336: 2
2026-03-30 10:54:59 [ayvens.be] INFO: Extracting data for car ID: 1982336
2026-03-30 10:54:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff12b6a1-744a-5afb-8455-8dbc4dd88f69 with identifier: 1982336
2026-03-30 10:54:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff12b6a1-744a-5afb-8455-8dbc4dd88f69 with scrape type 2
2026-03-30 10:54:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff12b6a1-744a-5afb-8455-8dbc4dd88f69 with scrape type 2
2026-03-30 10:54:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ff12b6a1-744a-5afb-8455-8dbc4dd88f69, identifier: 1982336
2026-03-30 10:54:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ff12b6a1-744a-5afb-8455-8dbc4dd88f69 with identifier: 1982336
2026-03-30 10:54:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ff12b6a1-744a-5afb-8455-8dbc4dd88f69 with identifier: 1982336
2026-03-30 10:54:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ff12b6a1-744a-5afb-8455-8dbc4dd88f69 with identifier: 1982336 to the API
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:54:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:00 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'ff12b6a1-744a-5afb-8455-8dbc4dd88f69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 218065,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PURETECH 96KW S&S ALLURE',
'transmission': 'manual',
'trim': '1.2 PURETECH 96KW S&S ALLURE',
'vin': None,
'year': 2022}
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982336%27 HTTP/1.1" 200 None
2026-03-30 10:55:00 [ayvens.be] INFO: Saving data for 1982336: {'auction_closing_time': 1774942200.0, 'created_time': 1774478814.266784, 'last_price_update_time': 1774868100.04578}
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982336') HTTP/1.1" 204 0
2026-03-30 10:55:00 [ayvens.be] INFO: Found listing with ID: 1982337
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982337%27 HTTP/1.1" 200 None
2026-03-30 10:55:00 [ayvens.be] INFO: Scrape type for 1982337: 2
2026-03-30 10:55:00 [ayvens.be] INFO: Extracting data for car ID: 1982337
2026-03-30 10:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1e5cde9-97c2-5535-b035-cdb008ccc8cf with identifier: 1982337
2026-03-30 10:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1e5cde9-97c2-5535-b035-cdb008ccc8cf with scrape type 2
2026-03-30 10:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1e5cde9-97c2-5535-b035-cdb008ccc8cf with scrape type 2
2026-03-30 10:55:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b1e5cde9-97c2-5535-b035-cdb008ccc8cf, identifier: 1982337
2026-03-30 10:55:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b1e5cde9-97c2-5535-b035-cdb008ccc8cf with identifier: 1982337
2026-03-30 10:55:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b1e5cde9-97c2-5535-b035-cdb008ccc8cf with identifier: 1982337
2026-03-30 10:55:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b1e5cde9-97c2-5535-b035-cdb008ccc8cf with identifier: 1982337 to the API
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'NOIR OBSIDIENNE METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'b1e5cde9-97c2-5535-b035-cdb008ccc8cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLC',
'odometer': 138110,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC 2.0 GLC 200 D BUS SOL AUTO',
'transmission': 'automatic',
'trim': '2.0 GLC 200 D BUS SOL AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982337%27 HTTP/1.1" 200 None
2026-03-30 10:55:00 [ayvens.be] INFO: Saving data for 1982337: {'auction_closing_time': 1774942200.0, 'created_time': 1774478800.549661, 'last_price_update_time': 1774868100.48751}
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982337') HTTP/1.1" 204 0
2026-03-30 10:55:00 [ayvens.be] INFO: Found listing with ID: 1982338
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982338%27 HTTP/1.1" 200 None
2026-03-30 10:55:00 [ayvens.be] INFO: Scrape type for 1982338: 2
2026-03-30 10:55:00 [ayvens.be] INFO: Extracting data for car ID: 1982338
2026-03-30 10:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c17b7144-1840-536d-9e87-64ba56072f21 with identifier: 1982338
2026-03-30 10:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c17b7144-1840-536d-9e87-64ba56072f21 with scrape type 2
2026-03-30 10:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c17b7144-1840-536d-9e87-64ba56072f21 with scrape type 2
2026-03-30 10:55:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c17b7144-1840-536d-9e87-64ba56072f21, identifier: 1982338
2026-03-30 10:55:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c17b7144-1840-536d-9e87-64ba56072f21 with identifier: 1982338
2026-03-30 10:55:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c17b7144-1840-536d-9e87-64ba56072f21 with identifier: 1982338
2026-03-30 10:55:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c17b7144-1840-536d-9e87-64ba56072f21 with identifier: 1982338 to the API
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'NACRE WIT PARELKLEUR',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c17b7144-1840-536d-9e87-64ba56072f21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 134405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-14',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PURETECH 130 AUTO CROSSWAY',
'transmission': 'automatic',
'trim': '1.2 PURETECH 130 AUTO CROSSWAY',
'vin': None,
'year': 2020}
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982338%27 HTTP/1.1" 200 None
2026-03-30 10:55:00 [ayvens.be] INFO: Saving data for 1982338: {'auction_closing_time': 1774942200.0, 'created_time': 1774478811.68787, 'last_price_update_time': 1774868100.899901}
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982338') HTTP/1.1" 204 0
2026-03-30 10:55:00 [ayvens.be] INFO: Found listing with ID: 1982339
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982339%27 HTTP/1.1" 200 None
2026-03-30 10:55:00 [ayvens.be] INFO: Scrape type for 1982339: 2
2026-03-30 10:55:00 [ayvens.be] INFO: Extracting data for car ID: 1982339
2026-03-30 10:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03d96b29-1dca-51e2-a634-54c278f07d69 with identifier: 1982339
2026-03-30 10:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03d96b29-1dca-51e2-a634-54c278f07d69 with scrape type 2
2026-03-30 10:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03d96b29-1dca-51e2-a634-54c278f07d69 with scrape type 2
2026-03-30 10:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 03d96b29-1dca-51e2-a634-54c278f07d69, identifier: 1982339
2026-03-30 10:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 03d96b29-1dca-51e2-a634-54c278f07d69 with identifier: 1982339
2026-03-30 10:55:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 03d96b29-1dca-51e2-a634-54c278f07d69 with identifier: 1982339
2026-03-30 10:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 03d96b29-1dca-51e2-a634-54c278f07d69 with identifier: 1982339 to the API
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'MAGNETIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '03d96b29-1dca-51e2-a634-54c278f07d69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS CLIPPER DIESEL - 2018',
'odometer': 147787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS CLIPPER DIESEL - 2018 1.5 EcoBlue Trend Edition Bus. '
'(EU6.2) STOCK',
'transmission': 'manual',
'trim': '1.5 EcoBlue Trend Edition Bus. (EU6.2) STOCK',
'vin': None,
'year': 2020}
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982339%27 HTTP/1.1" 200 None
2026-03-30 10:55:01 [ayvens.be] INFO: Saving data for 1982339: {'auction_closing_time': 1774942200.0, 'created_time': 1774478812.065567, 'last_price_update_time': 1774868101.404316}
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982339') HTTP/1.1" 204 0
2026-03-30 10:55:01 [ayvens.be] INFO: Found listing with ID: 1982340
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982340%27 HTTP/1.1" 200 None
2026-03-30 10:55:01 [ayvens.be] INFO: Scrape type for 1982340: 2
2026-03-30 10:55:01 [ayvens.be] INFO: Extracting data for car ID: 1982340
2026-03-30 10:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50d8f030-3e13-5662-8c7d-a6278d5b4211 with identifier: 1982340
2026-03-30 10:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50d8f030-3e13-5662-8c7d-a6278d5b4211 with scrape type 2
2026-03-30 10:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50d8f030-3e13-5662-8c7d-a6278d5b4211 with scrape type 2
2026-03-30 10:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 50d8f030-3e13-5662-8c7d-a6278d5b4211, identifier: 1982340
2026-03-30 10:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 50d8f030-3e13-5662-8c7d-a6278d5b4211 with identifier: 1982340
2026-03-30 10:55:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 50d8f030-3e13-5662-8c7d-a6278d5b4211 with identifier: 1982340
2026-03-30 10:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 50d8f030-3e13-5662-8c7d-a6278d5b4211 with identifier: 1982340 to the API
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'CRYSTAL WHITE',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '50d8f030-3e13-5662-8c7d-a6278d5b4211',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 134118,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 2,
'seller_name': None,
'title': 'VOLVO XC40 2.0 D3 GEARTRONIC R-DESIGN TRANSFO VAN',
'transmission': 'automatic',
'trim': '2.0 D3 GEARTRONIC R-DESIGN TRANSFO VAN',
'vin': None,
'year': 2021}
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982340%27 HTTP/1.1" 200 None
2026-03-30 10:55:01 [ayvens.be] INFO: Saving data for 1982340: {'auction_closing_time': 1774942200.0, 'created_time': 1774478804.888618, 'last_price_update_time': 1774868101.851327}
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982340') HTTP/1.1" 204 0
2026-03-30 10:55:01 [ayvens.be] INFO: Found listing with ID: 1982341
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982341%27 HTTP/1.1" 200 None
2026-03-30 10:55:01 [ayvens.be] INFO: Scrape type for 1982341: 2
2026-03-30 10:55:01 [ayvens.be] INFO: Extracting data for car ID: 1982341
2026-03-30 10:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 913f2d2d-b7d2-5f52-9d16-ac234d31b81a with identifier: 1982341
2026-03-30 10:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 913f2d2d-b7d2-5f52-9d16-ac234d31b81a with scrape type 2
2026-03-30 10:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 913f2d2d-b7d2-5f52-9d16-ac234d31b81a with scrape type 2
2026-03-30 10:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 913f2d2d-b7d2-5f52-9d16-ac234d31b81a, identifier: 1982341
2026-03-30 10:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 913f2d2d-b7d2-5f52-9d16-ac234d31b81a with identifier: 1982341
2026-03-30 10:55:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 913f2d2d-b7d2-5f52-9d16-ac234d31b81a with identifier: 1982341
2026-03-30 10:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 913f2d2d-b7d2-5f52-9d16-ac234d31b81a with identifier: 1982341 to the API
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'CANDY WHITE',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '913f2d2d-b7d2-5f52-9d16-ac234d31b81a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI DIESEL - 2015',
'odometer': 152698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-03',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY MAXI DIESEL - 2015 2.0 TDi SCR Conceptline (EU6.2) '
'Transfo Van',
'transmission': 'manual',
'trim': '2.0 TDi SCR Conceptline (EU6.2) Transfo Van',
'vin': None,
'year': 2020}
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982341%27 HTTP/1.1" 200 None
2026-03-30 10:55:02 [ayvens.be] INFO: Saving data for 1982341: {'auction_closing_time': 1774942200.0, 'created_time': 1774478810.138818, 'last_price_update_time': 1774868102.337478}
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982341') HTTP/1.1" 204 0
2026-03-30 10:55:02 [ayvens.be] INFO: Found listing with ID: 1982342
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982342%27 HTTP/1.1" 200 None
2026-03-30 10:55:02 [ayvens.be] INFO: Scrape type for 1982342: 2
2026-03-30 10:55:02 [ayvens.be] INFO: Extracting data for car ID: 1982342
2026-03-30 10:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c73498a3-7301-5ec3-a68d-6842f08000dd with identifier: 1982342
2026-03-30 10:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c73498a3-7301-5ec3-a68d-6842f08000dd with scrape type 2
2026-03-30 10:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c73498a3-7301-5ec3-a68d-6842f08000dd with scrape type 2
2026-03-30 10:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c73498a3-7301-5ec3-a68d-6842f08000dd, identifier: 1982342
2026-03-30 10:55:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c73498a3-7301-5ec3-a68d-6842f08000dd with identifier: 1982342
2026-03-30 10:55:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c73498a3-7301-5ec3-a68d-6842f08000dd with identifier: 1982342
2026-03-30 10:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c73498a3-7301-5ec3-a68d-6842f08000dd with identifier: 1982342 to the API
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'METAALKLEUR',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'c73498a3-7301-5ec3-a68d-6842f08000dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60 DIESEL - 2017',
'odometer': 140551,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 DIESEL - 2017 2.0 D3 Inscription AdBlue',
'transmission': 'manual',
'trim': '2.0 D3 Inscription AdBlue',
'vin': None,
'year': 2020}
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982342%27 HTTP/1.1" 200 None
2026-03-30 10:55:02 [ayvens.be] INFO: Saving data for 1982342: {'auction_closing_time': 1774942200.0, 'created_time': 1774478809.778097, 'last_price_update_time': 1774868102.866621}
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982342') HTTP/1.1" 204 0
2026-03-30 10:55:02 [ayvens.be] INFO: Found listing with ID: 1982343
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982343%27 HTTP/1.1" 200 None
2026-03-30 10:55:02 [ayvens.be] INFO: Scrape type for 1982343: 2
2026-03-30 10:55:02 [ayvens.be] INFO: Extracting data for car ID: 1982343
2026-03-30 10:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fefe2540-1ee0-52bc-9a99-baead36263f7 with identifier: 1982343
2026-03-30 10:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fefe2540-1ee0-52bc-9a99-baead36263f7 with scrape type 2
2026-03-30 10:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fefe2540-1ee0-52bc-9a99-baead36263f7 with scrape type 2
2026-03-30 10:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fefe2540-1ee0-52bc-9a99-baead36263f7, identifier: 1982343
2026-03-30 10:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fefe2540-1ee0-52bc-9a99-baead36263f7 with identifier: 1982343
2026-03-30 10:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fefe2540-1ee0-52bc-9a99-baead36263f7 with identifier: 1982343
2026-03-30 10:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fefe2540-1ee0-52bc-9a99-baead36263f7 with identifier: 1982343 to the API
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:03 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'fefe2540-1ee0-52bc-9a99-baead36263f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 TOURING DIESEL - 2019',
'odometer': 155118,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 TOURING DIESEL - 2019 320 dXA MHD AdBlue',
'transmission': 'automatic',
'trim': '320 dXA MHD AdBlue',
'vin': None,
'year': 2021}
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982343%27 HTTP/1.1" 200 None
2026-03-30 10:55:03 [ayvens.be] INFO: Saving data for 1982343: {'auction_closing_time': 1774942200.0, 'created_time': 1774478809.390058, 'last_price_update_time': 1774868103.481624}
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982343') HTTP/1.1" 204 0
2026-03-30 10:55:03 [ayvens.be] INFO: Found listing with ID: 1982344
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982344%27 HTTP/1.1" 200 None
2026-03-30 10:55:03 [ayvens.be] INFO: Scrape type for 1982344: 2
2026-03-30 10:55:03 [ayvens.be] INFO: Extracting data for car ID: 1982344
2026-03-30 10:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b0bf027-1869-5cba-9be5-bc6c487317b9 with identifier: 1982344
2026-03-30 10:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b0bf027-1869-5cba-9be5-bc6c487317b9 with scrape type 2
2026-03-30 10:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b0bf027-1869-5cba-9be5-bc6c487317b9 with scrape type 2
2026-03-30 10:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3b0bf027-1869-5cba-9be5-bc6c487317b9, identifier: 1982344
2026-03-30 10:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3b0bf027-1869-5cba-9be5-bc6c487317b9 with identifier: 1982344
2026-03-30 10:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3b0bf027-1869-5cba-9be5-bc6c487317b9 with identifier: 1982344
2026-03-30 10:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3b0bf027-1869-5cba-9be5-bc6c487317b9 with identifier: 1982344 to the API
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:03 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '3b0bf027-1869-5cba-9be5-bc6c487317b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TOURAN',
'odometer': 142790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TOURAN 2.0 TDI 110KW HIGHLINE DSG',
'transmission': 'automatic',
'trim': '2.0 TDI 110KW HIGHLINE DSG',
'vin': None,
'year': 2021}
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982344%27 HTTP/1.1" 200 None
2026-03-30 10:55:03 [ayvens.be] INFO: Saving data for 1982344: {'auction_closing_time': 1774942200.0, 'created_time': 1774478810.497817, 'last_price_update_time': 1774868103.977745}
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982344') HTTP/1.1" 204 0
2026-03-30 10:55:04 [ayvens.be] INFO: Found listing with ID: 1982345
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982345%27 HTTP/1.1" 200 None
2026-03-30 10:55:04 [ayvens.be] INFO: Scrape type for 1982345: 2
2026-03-30 10:55:04 [ayvens.be] INFO: Extracting data for car ID: 1982345
2026-03-30 10:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6acaa694-d3c3-5f58-b05a-1ff123a94e0f with identifier: 1982345
2026-03-30 10:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6acaa694-d3c3-5f58-b05a-1ff123a94e0f with scrape type 2
2026-03-30 10:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6acaa694-d3c3-5f58-b05a-1ff123a94e0f with scrape type 2
2026-03-30 10:55:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6acaa694-d3c3-5f58-b05a-1ff123a94e0f, identifier: 1982345
2026-03-30 10:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6acaa694-d3c3-5f58-b05a-1ff123a94e0f with identifier: 1982345
2026-03-30 10:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6acaa694-d3c3-5f58-b05a-1ff123a94e0f with identifier: 1982345
2026-03-30 10:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6acaa694-d3c3-5f58-b05a-1ff123a94e0f with identifier: 1982345 to the API
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:04 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '6acaa694-d3c3-5f58-b05a-1ff123a94e0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KAROQ',
'odometer': 199961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KAROQ 1.5 TSI ACT Ambition (EU6.2)',
'transmission': 'manual',
'trim': '1.5 TSI ACT Ambition (EU6.2)',
'vin': None,
'year': 2019}
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982345%27 HTTP/1.1" 200 None
2026-03-30 10:55:04 [ayvens.be] INFO: Saving data for 1982345: {'auction_closing_time': 1774942200.0, 'created_time': 1774478813.913185, 'last_price_update_time': 1774868104.464996}
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982345') HTTP/1.1" 204 0
2026-03-30 10:55:04 [ayvens.be] INFO: Found listing with ID: 1982346
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982346%27 HTTP/1.1" 200 None
2026-03-30 10:55:04 [ayvens.be] INFO: Scrape type for 1982346: 2
2026-03-30 10:55:04 [ayvens.be] INFO: Extracting data for car ID: 1982346
2026-03-30 10:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6169cd80-e650-504d-b377-0bb023cf43c7 with identifier: 1982346
2026-03-30 10:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6169cd80-e650-504d-b377-0bb023cf43c7 with scrape type 2
2026-03-30 10:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6169cd80-e650-504d-b377-0bb023cf43c7 with scrape type 2
2026-03-30 10:55:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6169cd80-e650-504d-b377-0bb023cf43c7, identifier: 1982346
2026-03-30 10:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6169cd80-e650-504d-b377-0bb023cf43c7 with identifier: 1982346
2026-03-30 10:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6169cd80-e650-504d-b377-0bb023cf43c7 with identifier: 1982346
2026-03-30 10:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6169cd80-e650-504d-b377-0bb023cf43c7 with identifier: 1982346 to the API
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:05 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '6169cd80-e650-504d-b377-0bb023cf43c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A5 SPORTBACK',
'odometer': 161249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-09',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 35 TDI S TRONIC BUS. ED.',
'transmission': 'automatic',
'trim': '2.0 35 TDI S TRONIC BUS. ED.',
'vin': None,
'year': 2020}
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982346%27 HTTP/1.1" 200 None
2026-03-30 10:55:05 [ayvens.be] INFO: Saving data for 1982346: {'auction_closing_time': 1774942200.0, 'created_time': 1774478817.638513, 'last_price_update_time': 1774868105.019722}
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982346') HTTP/1.1" 204 0
2026-03-30 10:55:05 [ayvens.be] INFO: Found listing with ID: 1982347
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982347%27 HTTP/1.1" 200 None
2026-03-30 10:55:05 [ayvens.be] INFO: Scrape type for 1982347: 2
2026-03-30 10:55:05 [ayvens.be] INFO: Extracting data for car ID: 1982347
2026-03-30 10:55:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64300d52-37b6-58ad-926a-f5f378e1bb2b with identifier: 1982347
2026-03-30 10:55:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64300d52-37b6-58ad-926a-f5f378e1bb2b with scrape type 2
2026-03-30 10:55:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64300d52-37b6-58ad-926a-f5f378e1bb2b with scrape type 2
2026-03-30 10:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 64300d52-37b6-58ad-926a-f5f378e1bb2b, identifier: 1982347
2026-03-30 10:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 64300d52-37b6-58ad-926a-f5f378e1bb2b with identifier: 1982347
2026-03-30 10:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 64300d52-37b6-58ad-926a-f5f378e1bb2b with identifier: 1982347
2026-03-30 10:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 64300d52-37b6-58ad-926a-f5f378e1bb2b with identifier: 1982347 to the API
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:05 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '64300d52-37b6-58ad-926a-f5f378e1bb2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS GLA DIESEL (H247)',
'odometer': 207172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLA DIESEL (H247) GLA 180 d Business Solution',
'transmission': 'automatic',
'trim': 'GLA 180 d Business Solution',
'vin': None,
'year': 2020}
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982347%27 HTTP/1.1" 200 None
2026-03-30 10:55:05 [ayvens.be] INFO: Saving data for 1982347: {'auction_closing_time': 1774942200.0, 'created_time': 1774478829.577431, 'last_price_update_time': 1774868105.410504}
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982347') HTTP/1.1" 204 0
2026-03-30 10:55:05 [ayvens.be] INFO: Found listing with ID: 1982348
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982348%27 HTTP/1.1" 200 None
2026-03-30 10:55:05 [ayvens.be] INFO: Scrape type for 1982348: 2
2026-03-30 10:55:05 [ayvens.be] INFO: Extracting data for car ID: 1982348
2026-03-30 10:55:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccc18215-eeba-51d7-9900-4cec45a42db8 with identifier: 1982348
2026-03-30 10:55:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccc18215-eeba-51d7-9900-4cec45a42db8 with scrape type 2
2026-03-30 10:55:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccc18215-eeba-51d7-9900-4cec45a42db8 with scrape type 2
2026-03-30 10:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ccc18215-eeba-51d7-9900-4cec45a42db8, identifier: 1982348
2026-03-30 10:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ccc18215-eeba-51d7-9900-4cec45a42db8 with identifier: 1982348
2026-03-30 10:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ccc18215-eeba-51d7-9900-4cec45a42db8 with identifier: 1982348
2026-03-30 10:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ccc18215-eeba-51d7-9900-4cec45a42db8 with identifier: 1982348 to the API
2026-03-30 10:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:06 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'ccc18215-eeba-51d7-9900-4cec45a42db8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q2',
'odometer': 167539,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 2.0 30 TDI S TRONIC ADVANCED BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 30 TDI S TRONIC ADVANCED BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-30 10:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982348%27 HTTP/1.1" 200 None
2026-03-30 10:55:06 [ayvens.be] INFO: Saving data for 1982348: {'auction_closing_time': 1774942200.0, 'created_time': 1774478820.748151, 'last_price_update_time': 1774868106.795182}
2026-03-30 10:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982348') HTTP/1.1" 204 0
2026-03-30 10:55:06 [ayvens.be] INFO: Found listing with ID: 1982349
2026-03-30 10:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982349%27 HTTP/1.1" 200 None
2026-03-30 10:55:06 [ayvens.be] INFO: Scrape type for 1982349: 2
2026-03-30 10:55:06 [ayvens.be] INFO: Extracting data for car ID: 1982349
2026-03-30 10:55:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb974a7-8bc0-5c94-8ee6-4a477d1d77af with identifier: 1982349
2026-03-30 10:55:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb974a7-8bc0-5c94-8ee6-4a477d1d77af with scrape type 2
2026-03-30 10:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb974a7-8bc0-5c94-8ee6-4a477d1d77af with scrape type 2
2026-03-30 10:55:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6cb974a7-8bc0-5c94-8ee6-4a477d1d77af, identifier: 1982349
2026-03-30 10:55:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6cb974a7-8bc0-5c94-8ee6-4a477d1d77af with identifier: 1982349
2026-03-30 10:55:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6cb974a7-8bc0-5c94-8ee6-4a477d1d77af with identifier: 1982349
2026-03-30 10:55:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6cb974a7-8bc0-5c94-8ee6-4a477d1d77af with identifier: 1982349 to the API
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:07 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '6cb974a7-8bc0-5c94-8ee6-4a477d1d77af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'Vivaro',
'odometer': 167206,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 2.0 TURBO 106KW INNOVATION L3H1 AUTO',
'transmission': 'automatic',
'trim': '2.0 TURBO 106KW INNOVATION L3H1 AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982349%27 HTTP/1.1" 200 None
2026-03-30 10:55:07 [ayvens.be] INFO: Saving data for 1982349: {'auction_closing_time': 1774942200.0, 'created_time': 1774478822.241517, 'last_price_update_time': 1774868107.523638}
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982349') HTTP/1.1" 204 0
2026-03-30 10:55:07 [ayvens.be] INFO: Found listing with ID: 1982350
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982350%27 HTTP/1.1" 200 None
2026-03-30 10:55:07 [ayvens.be] INFO: Scrape type for 1982350: 2
2026-03-30 10:55:07 [ayvens.be] INFO: Extracting data for car ID: 1982350
2026-03-30 10:55:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e35ee64d-0ec6-584a-a656-f24bce655830 with identifier: 1982350
2026-03-30 10:55:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e35ee64d-0ec6-584a-a656-f24bce655830 with scrape type 2
2026-03-30 10:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e35ee64d-0ec6-584a-a656-f24bce655830 with scrape type 2
2026-03-30 10:55:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e35ee64d-0ec6-584a-a656-f24bce655830, identifier: 1982350
2026-03-30 10:55:07 [scrapy.extensions.logstats] INFO: Crawled 10 pages (at 2 pages/min), scraped 748 items (at 120 items/min)
2026-03-30 10:55:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 168MiB
2026-03-30 10:55:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e35ee64d-0ec6-584a-a656-f24bce655830 with identifier: 1982350
2026-03-30 10:55:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e35ee64d-0ec6-584a-a656-f24bce655830 with identifier: 1982350
2026-03-30 10:55:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e35ee64d-0ec6-584a-a656-f24bce655830 with identifier: 1982350 to the API
2026-03-30 10:55:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:08 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e35ee64d-0ec6-584a-a656-f24bce655830',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KAROQ',
'odometer': 197795,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-02',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KAROQ 2.0 CRTDI 85KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '2.0 CRTDI 85KW DSG7 CLEVER+',
'vin': None,
'year': 2021}
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982350%27 HTTP/1.1" 200 None
2026-03-30 10:55:08 [ayvens.be] INFO: Saving data for 1982350: {'auction_closing_time': 1774942200.0, 'created_time': 1774478826.626647, 'last_price_update_time': 1774868108.34453}
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982350') HTTP/1.1" 204 0
2026-03-30 10:55:08 [ayvens.be] INFO: Found listing with ID: 1982351
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982351%27 HTTP/1.1" 200 None
2026-03-30 10:55:08 [ayvens.be] INFO: Scrape type for 1982351: 2
2026-03-30 10:55:08 [ayvens.be] INFO: Extracting data for car ID: 1982351
2026-03-30 10:55:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a39e4b4-9ce8-5cb4-9929-e88c92c19cfd with identifier: 1982351
2026-03-30 10:55:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a39e4b4-9ce8-5cb4-9929-e88c92c19cfd with scrape type 2
2026-03-30 10:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a39e4b4-9ce8-5cb4-9929-e88c92c19cfd with scrape type 2
2026-03-30 10:55:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1a39e4b4-9ce8-5cb4-9929-e88c92c19cfd, identifier: 1982351
2026-03-30 10:55:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1a39e4b4-9ce8-5cb4-9929-e88c92c19cfd with identifier: 1982351
2026-03-30 10:55:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1a39e4b4-9ce8-5cb4-9929-e88c92c19cfd with identifier: 1982351
2026-03-30 10:55:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1a39e4b4-9ce8-5cb4-9929-e88c92c19cfd with identifier: 1982351 to the API
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:08 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '1a39e4b4-9ce8-5cb4-9929-e88c92c19cfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3',
'odometer': 183975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 SDRIVE18D (100KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 SDRIVE18D (100KW) AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982351%27 HTTP/1.1" 200 None
2026-03-30 10:55:08 [ayvens.be] INFO: Saving data for 1982351: {'auction_closing_time': 1774942200.0, 'created_time': 1774478825.69092, 'last_price_update_time': 1774868108.850235}
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982351') HTTP/1.1" 204 0
2026-03-30 10:55:08 [ayvens.be] INFO: Found listing with ID: 1982352
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982352%27 HTTP/1.1" 200 None
2026-03-30 10:55:08 [ayvens.be] INFO: Scrape type for 1982352: 2
2026-03-30 10:55:08 [ayvens.be] INFO: Extracting data for car ID: 1982352
2026-03-30 10:55:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a245134c-4e87-5115-a573-4691a07681a0 with identifier: 1982352
2026-03-30 10:55:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a245134c-4e87-5115-a573-4691a07681a0 with scrape type 2
2026-03-30 10:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a245134c-4e87-5115-a573-4691a07681a0 with scrape type 2
2026-03-30 10:55:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a245134c-4e87-5115-a573-4691a07681a0, identifier: 1982352
2026-03-30 10:55:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a245134c-4e87-5115-a573-4691a07681a0 with identifier: 1982352
2026-03-30 10:55:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a245134c-4e87-5115-a573-4691a07681a0 with identifier: 1982352
2026-03-30 10:55:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a245134c-4e87-5115-a573-4691a07681a0 with identifier: 1982352 to the API
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:09 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'a245134c-4e87-5115-a573-4691a07681a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A5 SPORTBACK DIESEL - 2020',
'odometer': 204053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-04',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK DIESEL - 2020 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': '30 TDi Business Edition S tronic',
'vin': None,
'year': 2020}
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982352%27 HTTP/1.1" 200 None
2026-03-30 10:55:09 [ayvens.be] INFO: Saving data for 1982352: {'auction_closing_time': 1774942200.0, 'created_time': 1774478827.960688, 'last_price_update_time': 1774868109.28528}
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982352') HTTP/1.1" 204 0
2026-03-30 10:55:09 [ayvens.be] INFO: Found listing with ID: 1982353
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982353%27 HTTP/1.1" 200 None
2026-03-30 10:55:09 [ayvens.be] INFO: Scrape type for 1982353: 2
2026-03-30 10:55:09 [ayvens.be] INFO: Extracting data for car ID: 1982353
2026-03-30 10:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da9a13e0-8bd8-5101-8235-801ece0e6766 with identifier: 1982353
2026-03-30 10:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da9a13e0-8bd8-5101-8235-801ece0e6766 with scrape type 2
2026-03-30 10:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da9a13e0-8bd8-5101-8235-801ece0e6766 with scrape type 2
2026-03-30 10:55:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: da9a13e0-8bd8-5101-8235-801ece0e6766, identifier: 1982353
2026-03-30 10:55:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: da9a13e0-8bd8-5101-8235-801ece0e6766 with identifier: 1982353
2026-03-30 10:55:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: da9a13e0-8bd8-5101-8235-801ece0e6766 with identifier: 1982353
2026-03-30 10:55:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: da9a13e0-8bd8-5101-8235-801ece0e6766 with identifier: 1982353 to the API
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:09 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'da9a13e0-8bd8-5101-8235-801ece0e6766',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 75775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE18IA (100KW)',
'transmission': 'automatic',
'trim': '1.5 SDRIVE18IA (100KW)',
'vin': None,
'year': 2022}
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982353%27 HTTP/1.1" 200 None
2026-03-30 10:55:09 [ayvens.be] INFO: Saving data for 1982353: {'auction_closing_time': 1774942200.0, 'created_time': 1774478828.685969, 'last_price_update_time': 1774868109.706047}
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982353') HTTP/1.1" 204 0
2026-03-30 10:55:09 [ayvens.be] INFO: Found listing with ID: 1982354
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982354%27 HTTP/1.1" 200 None
2026-03-30 10:55:09 [ayvens.be] INFO: Scrape type for 1982354: 2
2026-03-30 10:55:09 [ayvens.be] INFO: Extracting data for car ID: 1982354
2026-03-30 10:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0314240d-b381-5798-98ae-4d0788a8f32a with identifier: 1982354
2026-03-30 10:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0314240d-b381-5798-98ae-4d0788a8f32a with scrape type 2
2026-03-30 10:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0314240d-b381-5798-98ae-4d0788a8f32a with scrape type 2
2026-03-30 10:55:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0314240d-b381-5798-98ae-4d0788a8f32a, identifier: 1982354
2026-03-30 10:55:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0314240d-b381-5798-98ae-4d0788a8f32a with identifier: 1982354
2026-03-30 10:55:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0314240d-b381-5798-98ae-4d0788a8f32a with identifier: 1982354
2026-03-30 10:55:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0314240d-b381-5798-98ae-4d0788a8f32a with identifier: 1982354 to the API
2026-03-30 10:55:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:10 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '0314240d-b381-5798-98ae-4d0788a8f32a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 55941,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'transmission': 'automatic',
'trim': '1.2 PURETECH 96KW S-S AUTO GT PACK',
'vin': None,
'year': 2023}
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982354%27 HTTP/1.1" 200 None
2026-03-30 10:55:10 [ayvens.be] INFO: Saving data for 1982354: {'auction_closing_time': 1774942200.0, 'created_time': 1774478832.573938, 'last_price_update_time': 1774868110.107497}
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982354') HTTP/1.1" 204 0
2026-03-30 10:55:10 [ayvens.be] INFO: Found listing with ID: 1982355
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982355%27 HTTP/1.1" 200 None
2026-03-30 10:55:10 [ayvens.be] INFO: Scrape type for 1982355: 2
2026-03-30 10:55:10 [ayvens.be] INFO: Extracting data for car ID: 1982355
2026-03-30 10:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62ad896d-e91c-5202-9835-1dfea3e44517 with identifier: 1982355
2026-03-30 10:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62ad896d-e91c-5202-9835-1dfea3e44517 with scrape type 2
2026-03-30 10:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62ad896d-e91c-5202-9835-1dfea3e44517 with scrape type 2
2026-03-30 10:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 62ad896d-e91c-5202-9835-1dfea3e44517, identifier: 1982355
2026-03-30 10:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 62ad896d-e91c-5202-9835-1dfea3e44517 with identifier: 1982355
2026-03-30 10:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 62ad896d-e91c-5202-9835-1dfea3e44517 with identifier: 1982355
2026-03-30 10:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 62ad896d-e91c-5202-9835-1dfea3e44517 with identifier: 1982355 to the API
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '62ad896d-e91c-5202-9835-1dfea3e44517',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C5 X',
'odometer': 60986,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-12',
'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': 2023}
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982355%27 HTTP/1.1" 200 None
2026-03-30 10:55:10 [ayvens.be] INFO: Saving data for 1982355: {'auction_closing_time': 1774942200.0, 'created_time': 1774478836.0746, 'last_price_update_time': 1774868110.529759}
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982355') HTTP/1.1" 204 0
2026-03-30 10:55:10 [ayvens.be] INFO: Found listing with ID: 1982356
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982356%27 HTTP/1.1" 200 None
2026-03-30 10:55:10 [ayvens.be] INFO: Scrape type for 1982356: 2
2026-03-30 10:55:10 [ayvens.be] INFO: Extracting data for car ID: 1982356
2026-03-30 10:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6743647-357c-5f2f-89ac-6b555c76e721 with identifier: 1982356
2026-03-30 10:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6743647-357c-5f2f-89ac-6b555c76e721 with scrape type 2
2026-03-30 10:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6743647-357c-5f2f-89ac-6b555c76e721 with scrape type 2
2026-03-30 10:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c6743647-357c-5f2f-89ac-6b555c76e721, identifier: 1982356
2026-03-30 10:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c6743647-357c-5f2f-89ac-6b555c76e721 with identifier: 1982356
2026-03-30 10:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c6743647-357c-5f2f-89ac-6b555c76e721 with identifier: 1982356
2026-03-30 10:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c6743647-357c-5f2f-89ac-6b555c76e721 with identifier: 1982356 to the API
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:10 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'c6743647-357c-5f2f-89ac-6b555c76e721',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 77659,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982356%27 HTTP/1.1" 200 None
2026-03-30 10:55:10 [ayvens.be] INFO: Saving data for 1982356: {'auction_closing_time': 1774942200.0, 'created_time': 1774478865.627455, 'last_price_update_time': 1774868110.986918}
2026-03-30 10:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982356') HTTP/1.1" 204 0
2026-03-30 10:55:11 [ayvens.be] INFO: Found listing with ID: 1982357
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982357%27 HTTP/1.1" 200 None
2026-03-30 10:55:11 [ayvens.be] INFO: Scrape type for 1982357: 2
2026-03-30 10:55:11 [ayvens.be] INFO: Extracting data for car ID: 1982357
2026-03-30 10:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9b6005f-c543-5e51-80c8-6fa0585684e9 with identifier: 1982357
2026-03-30 10:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9b6005f-c543-5e51-80c8-6fa0585684e9 with scrape type 2
2026-03-30 10:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9b6005f-c543-5e51-80c8-6fa0585684e9 with scrape type 2
2026-03-30 10:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d9b6005f-c543-5e51-80c8-6fa0585684e9, identifier: 1982357
2026-03-30 10:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d9b6005f-c543-5e51-80c8-6fa0585684e9 with identifier: 1982357
2026-03-30 10:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d9b6005f-c543-5e51-80c8-6fa0585684e9 with identifier: 1982357
2026-03-30 10:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d9b6005f-c543-5e51-80c8-6fa0585684e9 with identifier: 1982357 to the API
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:11 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'd9b6005f-c543-5e51-80c8-6fa0585684e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK DIESEL - 2020',
'odometer': 73865,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-20',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK DIESEL - 2020 30 TDi',
'transmission': 'manual',
'trim': '30 TDi',
'vin': None,
'year': 2021}
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982357%27 HTTP/1.1" 200 None
2026-03-30 10:55:11 [ayvens.be] INFO: Saving data for 1982357: {'auction_closing_time': 1774942200.0, 'created_time': 1774478866.33197, 'last_price_update_time': 1774868111.479756}
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982357') HTTP/1.1" 204 0
2026-03-30 10:55:11 [ayvens.be] INFO: Found listing with ID: 1982358
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982358%27 HTTP/1.1" 200 None
2026-03-30 10:55:11 [ayvens.be] INFO: Scrape type for 1982358: 2
2026-03-30 10:55:11 [ayvens.be] INFO: Extracting data for car ID: 1982358
2026-03-30 10:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 332e6710-3a5f-5d99-b557-eba9e7dcf17e with identifier: 1982358
2026-03-30 10:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 332e6710-3a5f-5d99-b557-eba9e7dcf17e with scrape type 2
2026-03-30 10:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 332e6710-3a5f-5d99-b557-eba9e7dcf17e with scrape type 2
2026-03-30 10:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 332e6710-3a5f-5d99-b557-eba9e7dcf17e, identifier: 1982358
2026-03-30 10:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 332e6710-3a5f-5d99-b557-eba9e7dcf17e with identifier: 1982358
2026-03-30 10:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 332e6710-3a5f-5d99-b557-eba9e7dcf17e with identifier: 1982358
2026-03-30 10:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 332e6710-3a5f-5d99-b557-eba9e7dcf17e with identifier: 1982358 to the API
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:11 [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.4L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '332e6710-3a5f-5d99-b557-eba9e7dcf17e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT',
'odometer': 57955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT 1.4 TSI GTE BUSINESS DSG',
'transmission': 'automatic',
'trim': '1.4 TSI GTE BUSINESS DSG',
'vin': None,
'year': 2021}
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982358%27 HTTP/1.1" 200 None
2026-03-30 10:55:11 [ayvens.be] INFO: Saving data for 1982358: {'auction_closing_time': 1774942200.0, 'created_time': 1774478865.963672, 'last_price_update_time': 1774868111.881922}
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982358') HTTP/1.1" 204 0
2026-03-30 10:55:11 [ayvens.be] INFO: Found listing with ID: 1982359
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982359%27 HTTP/1.1" 200 None
2026-03-30 10:55:11 [ayvens.be] INFO: Scrape type for 1982359: 2
2026-03-30 10:55:11 [ayvens.be] INFO: Extracting data for car ID: 1982359
2026-03-30 10:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e96b9b1a-8274-5af2-9c5c-b5cb8890b308 with identifier: 1982359
2026-03-30 10:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e96b9b1a-8274-5af2-9c5c-b5cb8890b308 with scrape type 2
2026-03-30 10:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e96b9b1a-8274-5af2-9c5c-b5cb8890b308 with scrape type 2
2026-03-30 10:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e96b9b1a-8274-5af2-9c5c-b5cb8890b308, identifier: 1982359
2026-03-30 10:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e96b9b1a-8274-5af2-9c5c-b5cb8890b308 with identifier: 1982359
2026-03-30 10:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e96b9b1a-8274-5af2-9c5c-b5cb8890b308 with identifier: 1982359
2026-03-30 10:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e96b9b1a-8274-5af2-9c5c-b5cb8890b308 with identifier: 1982359 to the API
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:12 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e96b9b1a-8274-5af2-9c5c-b5cb8890b308',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 48727,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PURETECH 130 AUTO GT PACK',
'transmission': 'automatic',
'trim': '1.2 PURETECH 130 AUTO GT PACK',
'vin': None,
'year': 2021}
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982359%27 HTTP/1.1" 200 None
2026-03-30 10:55:12 [ayvens.be] INFO: Saving data for 1982359: {'auction_closing_time': 1774942200.0, 'created_time': 1774478840.591405, 'last_price_update_time': 1774868112.557757}
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982359') HTTP/1.1" 204 0
2026-03-30 10:55:12 [ayvens.be] INFO: Found listing with ID: 1982360
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982360%27 HTTP/1.1" 200 None
2026-03-30 10:55:12 [ayvens.be] INFO: Scrape type for 1982360: 2
2026-03-30 10:55:12 [ayvens.be] INFO: Extracting data for car ID: 1982360
2026-03-30 10:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5617fe04-6629-5d82-9a7e-a97abf42e2ad with identifier: 1982360
2026-03-30 10:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5617fe04-6629-5d82-9a7e-a97abf42e2ad with scrape type 2
2026-03-30 10:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5617fe04-6629-5d82-9a7e-a97abf42e2ad with scrape type 2
2026-03-30 10:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5617fe04-6629-5d82-9a7e-a97abf42e2ad, identifier: 1982360
2026-03-30 10:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5617fe04-6629-5d82-9a7e-a97abf42e2ad with identifier: 1982360
2026-03-30 10:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5617fe04-6629-5d82-9a7e-a97abf42e2ad with identifier: 1982360
2026-03-30 10:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5617fe04-6629-5d82-9a7e-a97abf42e2ad with identifier: 1982360 to the API
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:12 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '5617fe04-6629-5d82-9a7e-a97abf42e2ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 41905,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 SDRIVE18I 100KW DCT',
'transmission': 'automatic',
'trim': '1.5 SDRIVE18I 100KW DCT',
'vin': None,
'year': 2022}
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982360%27 HTTP/1.1" 200 None
2026-03-30 10:55:12 [ayvens.be] INFO: Saving data for 1982360: {'auction_closing_time': 1774942200.0, 'created_time': 1774478842.565642, 'last_price_update_time': 1774868112.995638}
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982360') HTTP/1.1" 204 0
2026-03-30 10:55:13 [ayvens.be] INFO: Found listing with ID: 1982361
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982361%27 HTTP/1.1" 200 None
2026-03-30 10:55:13 [ayvens.be] INFO: Scrape type for 1982361: 2
2026-03-30 10:55:13 [ayvens.be] INFO: Extracting data for car ID: 1982361
2026-03-30 10:55:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62ce4bcb-b26f-52f9-8101-2847d7dcc6a0 with identifier: 1982361
2026-03-30 10:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62ce4bcb-b26f-52f9-8101-2847d7dcc6a0 with scrape type 2
2026-03-30 10:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62ce4bcb-b26f-52f9-8101-2847d7dcc6a0 with scrape type 2
2026-03-30 10:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 62ce4bcb-b26f-52f9-8101-2847d7dcc6a0, identifier: 1982361
2026-03-30 10:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 62ce4bcb-b26f-52f9-8101-2847d7dcc6a0 with identifier: 1982361
2026-03-30 10:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 62ce4bcb-b26f-52f9-8101-2847d7dcc6a0 with identifier: 1982361
2026-03-30 10:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 62ce4bcb-b26f-52f9-8101-2847d7dcc6a0 with identifier: 1982361 to the API
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:13 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '62ce4bcb-b26f-52f9-8101-2847d7dcc6a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 182827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.6 PHEV 180 S-S AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': '1.6 PHEV 180 S-S AUTO ALLURE PACK',
'vin': None,
'year': 2022}
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982361%27 HTTP/1.1" 200 None
2026-03-30 10:55:13 [ayvens.be] INFO: Saving data for 1982361: {'auction_closing_time': 1774942200.0, 'created_time': 1774478843.848242, 'last_price_update_time': 1774868113.69875}
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982361') HTTP/1.1" 204 0
2026-03-30 10:55:13 [ayvens.be] INFO: Found listing with ID: 1982362
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982362%27 HTTP/1.1" 200 None
2026-03-30 10:55:13 [ayvens.be] INFO: Scrape type for 1982362: 2
2026-03-30 10:55:13 [ayvens.be] INFO: Extracting data for car ID: 1982362
2026-03-30 10:55:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ca879a9-f76e-522e-8f3d-0187d2220f2a with identifier: 1982362
2026-03-30 10:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ca879a9-f76e-522e-8f3d-0187d2220f2a with scrape type 2
2026-03-30 10:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ca879a9-f76e-522e-8f3d-0187d2220f2a with scrape type 2
2026-03-30 10:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3ca879a9-f76e-522e-8f3d-0187d2220f2a, identifier: 1982362
2026-03-30 10:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3ca879a9-f76e-522e-8f3d-0187d2220f2a with identifier: 1982362
2026-03-30 10:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3ca879a9-f76e-522e-8f3d-0187d2220f2a with identifier: 1982362
2026-03-30 10:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3ca879a9-f76e-522e-8f3d-0187d2220f2a with identifier: 1982362 to the API
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:14 [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-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '3ca879a9-f76e-522e-8f3d-0187d2220f2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 SERIES GRAN COUPE',
'odometer': 190523,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-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-30 10:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982362%27 HTTP/1.1" 200 None
2026-03-30 10:55:14 [ayvens.be] INFO: Saving data for 1982362: {'auction_closing_time': 1774942200.0, 'created_time': 1774478846.236708, 'last_price_update_time': 1774868114.101653}
2026-03-30 10:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982362') HTTP/1.1" 204 0
2026-03-30 10:55:14 [ayvens.be] INFO: Found listing with ID: 1982363
2026-03-30 10:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982363%27 HTTP/1.1" 200 None
2026-03-30 10:55:14 [ayvens.be] INFO: Scrape type for 1982363: 2
2026-03-30 10:55:14 [ayvens.be] INFO: Extracting data for car ID: 1982363
2026-03-30 10:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2caed4b9-cbe4-5dab-9099-7dd1f501f2c0 with identifier: 1982363
2026-03-30 10:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2caed4b9-cbe4-5dab-9099-7dd1f501f2c0 with scrape type 2
2026-03-30 10:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2caed4b9-cbe4-5dab-9099-7dd1f501f2c0 with scrape type 2
2026-03-30 10:55:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2caed4b9-cbe4-5dab-9099-7dd1f501f2c0, identifier: 1982363
2026-03-30 10:55:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2caed4b9-cbe4-5dab-9099-7dd1f501f2c0 with identifier: 1982363
2026-03-30 10:55:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2caed4b9-cbe4-5dab-9099-7dd1f501f2c0 with identifier: 1982363
2026-03-30 10:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2caed4b9-cbe4-5dab-9099-7dd1f501f2c0 with identifier: 1982363 to the API
2026-03-30 10:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:15 [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.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '2caed4b9-cbe4-5dab-9099-7dd1f501f2c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'VITO',
'odometer': 223946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-14',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ VITO 2.0 100KW 114 CDI L2',
'transmission': 'manual',
'trim': '2.0 100KW 114 CDI L2',
'vin': None,
'year': 2022}
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982363%27 HTTP/1.1" 200 None
2026-03-30 10:55:15 [ayvens.be] INFO: Saving data for 1982363: {'auction_closing_time': 1774942200.0, 'created_time': 1774478847.560597, 'last_price_update_time': 1774868115.374629}
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982363') HTTP/1.1" 204 0
2026-03-30 10:55:15 [ayvens.be] INFO: Found listing with ID: 1982364
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982364%27 HTTP/1.1" 200 None
2026-03-30 10:55:15 [ayvens.be] INFO: Scrape type for 1982364: 2
2026-03-30 10:55:15 [ayvens.be] INFO: Extracting data for car ID: 1982364
2026-03-30 10:55:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5acb7406-40bb-51e1-995c-1de2c3f8a8c5 with identifier: 1982364
2026-03-30 10:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5acb7406-40bb-51e1-995c-1de2c3f8a8c5 with scrape type 2
2026-03-30 10:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5acb7406-40bb-51e1-995c-1de2c3f8a8c5 with scrape type 2
2026-03-30 10:55:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5acb7406-40bb-51e1-995c-1de2c3f8a8c5, identifier: 1982364
2026-03-30 10:55:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5acb7406-40bb-51e1-995c-1de2c3f8a8c5 with identifier: 1982364
2026-03-30 10:55:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5acb7406-40bb-51e1-995c-1de2c3f8a8c5 with identifier: 1982364
2026-03-30 10:55:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5acb7406-40bb-51e1-995c-1de2c3f8a8c5 with identifier: 1982364 to the API
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '5acb7406-40bb-51e1-995c-1de2c3f8a8c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'CADDY',
'odometer': 209411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY 2.0TDI 55KW BMT CARGO',
'transmission': 'manual',
'trim': '2.0TDI 55KW BMT CARGO',
'vin': None,
'year': 2022}
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982364%27 HTTP/1.1" 200 None
2026-03-30 10:55:15 [ayvens.be] INFO: Saving data for 1982364: {'auction_closing_time': 1774942200.0, 'created_time': 1774478850.585558, 'last_price_update_time': 1774868115.805897}
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982364') HTTP/1.1" 204 0
2026-03-30 10:55:15 [ayvens.be] INFO: Found listing with ID: 1982365
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982365%27 HTTP/1.1" 200 None
2026-03-30 10:55:15 [ayvens.be] INFO: Scrape type for 1982365: 2
2026-03-30 10:55:15 [ayvens.be] INFO: Extracting data for car ID: 1982365
2026-03-30 10:55:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d3a7b6a-cc06-5926-be1f-7f29745f83ee with identifier: 1982365
2026-03-30 10:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d3a7b6a-cc06-5926-be1f-7f29745f83ee with scrape type 2
2026-03-30 10:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d3a7b6a-cc06-5926-be1f-7f29745f83ee with scrape type 2
2026-03-30 10:55:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1d3a7b6a-cc06-5926-be1f-7f29745f83ee, identifier: 1982365
2026-03-30 10:55:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1d3a7b6a-cc06-5926-be1f-7f29745f83ee with identifier: 1982365
2026-03-30 10:55:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1d3a7b6a-cc06-5926-be1f-7f29745f83ee with identifier: 1982365
2026-03-30 10:55:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1d3a7b6a-cc06-5926-be1f-7f29745f83ee with identifier: 1982365 to the API
2026-03-30 10:55:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:16 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '1d3a7b6a-cc06-5926-be1f-7f29745f83ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'FABIA COMBI - 2018',
'odometer': 197844,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'transmission': 'manual',
'trim': '1.0 TSI Ambition',
'vin': None,
'year': 2019}
2026-03-30 10:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982365%27 HTTP/1.1" 200 None
2026-03-30 10:55:16 [ayvens.be] INFO: Saving data for 1982365: {'auction_closing_time': 1774942200.0, 'created_time': 1774478865.272644, 'last_price_update_time': 1774868116.88441}
2026-03-30 10:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982365') HTTP/1.1" 204 0
2026-03-30 10:55:16 [ayvens.be] INFO: Found listing with ID: 1982366
2026-03-30 10:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982366%27 HTTP/1.1" 200 None
2026-03-30 10:55:16 [ayvens.be] INFO: Scrape type for 1982366: 2
2026-03-30 10:55:16 [ayvens.be] INFO: Extracting data for car ID: 1982366
2026-03-30 10:55:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26f9dfe2-d663-518c-8fd2-7f71ec532d28 with identifier: 1982366
2026-03-30 10:55:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26f9dfe2-d663-518c-8fd2-7f71ec532d28 with scrape type 2
2026-03-30 10:55:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26f9dfe2-d663-518c-8fd2-7f71ec532d28 with scrape type 2
2026-03-30 10:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 26f9dfe2-d663-518c-8fd2-7f71ec532d28, identifier: 1982366
2026-03-30 10:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 26f9dfe2-d663-518c-8fd2-7f71ec532d28 with identifier: 1982366
2026-03-30 10:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 26f9dfe2-d663-518c-8fd2-7f71ec532d28 with identifier: 1982366
2026-03-30 10:55:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 26f9dfe2-d663-518c-8fd2-7f71ec532d28 with identifier: 1982366 to the API
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:17 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '26f9dfe2-d663-518c-8fd2-7f71ec532d28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'V60',
'odometer': 163253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 T6 RECHARGE GEARTR INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': '2.0 T6 RECHARGE GEARTR INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982366%27 HTTP/1.1" 200 None
2026-03-30 10:55:17 [ayvens.be] INFO: Saving data for 1982366: {'auction_closing_time': 1774942200.0, 'created_time': 1774478864.900403, 'last_price_update_time': 1774868117.28585}
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982366') HTTP/1.1" 204 0
2026-03-30 10:55:17 [ayvens.be] INFO: Found listing with ID: 1982367
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982367%27 HTTP/1.1" 200 None
2026-03-30 10:55:17 [ayvens.be] INFO: Scrape type for 1982367: 2
2026-03-30 10:55:17 [ayvens.be] INFO: Extracting data for car ID: 1982367
2026-03-30 10:55:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f410232-5e8f-5468-b97f-fcbec566c596 with identifier: 1982367
2026-03-30 10:55:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f410232-5e8f-5468-b97f-fcbec566c596 with scrape type 2
2026-03-30 10:55:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f410232-5e8f-5468-b97f-fcbec566c596 with scrape type 2
2026-03-30 10:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5f410232-5e8f-5468-b97f-fcbec566c596, identifier: 1982367
2026-03-30 10:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5f410232-5e8f-5468-b97f-fcbec566c596 with identifier: 1982367
2026-03-30 10:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5f410232-5e8f-5468-b97f-fcbec566c596 with identifier: 1982367
2026-03-30 10:55:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5f410232-5e8f-5468-b97f-fcbec566c596 with identifier: 1982367 to the API
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:17 [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': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '5f410232-5e8f-5468-b97f-fcbec566c596',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'RANGER',
'odometer': 242195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD RANGER 2.0 BIT 156KW 4WD D-CAB WILDTRAK AUTO',
'transmission': 'automatic',
'trim': '2.0 BIT 156KW 4WD D-CAB WILDTRAK AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982367%27 HTTP/1.1" 200 None
2026-03-30 10:55:17 [ayvens.be] INFO: Saving data for 1982367: {'auction_closing_time': 1774942200.0, 'created_time': 1774478853.964136, 'last_price_update_time': 1774868117.684534}
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982367') HTTP/1.1" 204 0
2026-03-30 10:55:17 [ayvens.be] INFO: Found listing with ID: 1982368
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982368%27 HTTP/1.1" 200 None
2026-03-30 10:55:17 [ayvens.be] INFO: Scrape type for 1982368: 2
2026-03-30 10:55:17 [ayvens.be] INFO: Extracting data for car ID: 1982368
2026-03-30 10:55:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0efb8a44-b42c-5a49-beba-3efd9e9a2cdd with identifier: 1982368
2026-03-30 10:55:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0efb8a44-b42c-5a49-beba-3efd9e9a2cdd with scrape type 2
2026-03-30 10:55:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0efb8a44-b42c-5a49-beba-3efd9e9a2cdd with scrape type 2
2026-03-30 10:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0efb8a44-b42c-5a49-beba-3efd9e9a2cdd, identifier: 1982368
2026-03-30 10:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0efb8a44-b42c-5a49-beba-3efd9e9a2cdd with identifier: 1982368
2026-03-30 10:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0efb8a44-b42c-5a49-beba-3efd9e9a2cdd with identifier: 1982368
2026-03-30 10:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0efb8a44-b42c-5a49-beba-3efd9e9a2cdd with identifier: 1982368 to the API
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:18 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '0efb8a44-b42c-5a49-beba-3efd9e9a2cdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL - 2016',
'odometer': 156193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN DIESEL - 2016 2.0 TDi SCR Comfortline (EU6.2)',
'transmission': 'manual',
'trim': '2.0 TDi SCR Comfortline (EU6.2)',
'vin': None,
'year': 2020}
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982368%27 HTTP/1.1" 200 None
2026-03-30 10:55:18 [ayvens.be] INFO: Saving data for 1982368: {'auction_closing_time': 1774942200.0, 'created_time': 1774478858.931639, 'last_price_update_time': 1774868118.205107}
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982368') HTTP/1.1" 204 0
2026-03-30 10:55:18 [ayvens.be] INFO: Found listing with ID: 1982369
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982369%27 HTTP/1.1" 200 None
2026-03-30 10:55:18 [ayvens.be] INFO: Scrape type for 1982369: 2
2026-03-30 10:55:18 [ayvens.be] INFO: Extracting data for car ID: 1982369
2026-03-30 10:55:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 654038e2-6432-5b5b-9e3f-65c9d3e967dc with identifier: 1982369
2026-03-30 10:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 654038e2-6432-5b5b-9e3f-65c9d3e967dc with scrape type 2
2026-03-30 10:55:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 654038e2-6432-5b5b-9e3f-65c9d3e967dc with scrape type 2
2026-03-30 10:55:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 654038e2-6432-5b5b-9e3f-65c9d3e967dc, identifier: 1982369
2026-03-30 10:55:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 654038e2-6432-5b5b-9e3f-65c9d3e967dc with identifier: 1982369
2026-03-30 10:55:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 654038e2-6432-5b5b-9e3f-65c9d3e967dc with identifier: 1982369
2026-03-30 10:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 654038e2-6432-5b5b-9e3f-65c9d3e967dc with identifier: 1982369 to the API
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:18 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '654038e2-6432-5b5b-9e3f-65c9d3e967dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 91533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': '1.3 A 180 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982369%27 HTTP/1.1" 200 None
2026-03-30 10:55:18 [ayvens.be] INFO: Saving data for 1982369: {'auction_closing_time': 1774942200.0, 'created_time': 1774478857.462004, 'last_price_update_time': 1774868118.621514}
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982369') HTTP/1.1" 204 0
2026-03-30 10:55:18 [ayvens.be] INFO: Found listing with ID: 1982370
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982370%27 HTTP/1.1" 200 None
2026-03-30 10:55:18 [ayvens.be] INFO: Scrape type for 1982370: 2
2026-03-30 10:55:18 [ayvens.be] INFO: Extracting data for car ID: 1982370
2026-03-30 10:55:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c34ad44-3e1b-50dd-a354-6c883c1ddeb9 with identifier: 1982370
2026-03-30 10:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c34ad44-3e1b-50dd-a354-6c883c1ddeb9 with scrape type 2
2026-03-30 10:55:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c34ad44-3e1b-50dd-a354-6c883c1ddeb9 with scrape type 2
2026-03-30 10:55:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c34ad44-3e1b-50dd-a354-6c883c1ddeb9, identifier: 1982370
2026-03-30 10:55:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c34ad44-3e1b-50dd-a354-6c883c1ddeb9 with identifier: 1982370
2026-03-30 10:55:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c34ad44-3e1b-50dd-a354-6c883c1ddeb9 with identifier: 1982370
2026-03-30 10:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c34ad44-3e1b-50dd-a354-6c883c1ddeb9 with identifier: 1982370 to the API
2026-03-30 10:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '3c34ad44-3e1b-50dd-a354-6c883c1ddeb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 85585,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 EVOLUTION',
'transmission': 'manual',
'trim': '1.0 TCE 90 EVOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982370%27 HTTP/1.1" 200 None
2026-03-30 10:55:19 [ayvens.be] INFO: Saving data for 1982370: {'auction_closing_time': 1774942200.0, 'created_time': 1774478857.936936, 'last_price_update_time': 1774868119.073511}
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982370') HTTP/1.1" 204 0
2026-03-30 10:55:19 [ayvens.be] INFO: Found listing with ID: 1982371
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982371%27 HTTP/1.1" 200 None
2026-03-30 10:55:19 [ayvens.be] INFO: Scrape type for 1982371: 2
2026-03-30 10:55:19 [ayvens.be] INFO: Extracting data for car ID: 1982371
2026-03-30 10:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8f9e6d5-ecfe-5080-ad1b-4defdd1509b5 with identifier: 1982371
2026-03-30 10:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8f9e6d5-ecfe-5080-ad1b-4defdd1509b5 with scrape type 2
2026-03-30 10:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8f9e6d5-ecfe-5080-ad1b-4defdd1509b5 with scrape type 2
2026-03-30 10:55:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e8f9e6d5-ecfe-5080-ad1b-4defdd1509b5, identifier: 1982371
2026-03-30 10:55:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e8f9e6d5-ecfe-5080-ad1b-4defdd1509b5 with identifier: 1982371
2026-03-30 10:55:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e8f9e6d5-ecfe-5080-ad1b-4defdd1509b5 with identifier: 1982371
2026-03-30 10:55:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e8f9e6d5-ecfe-5080-ad1b-4defdd1509b5 with identifier: 1982371 to the API
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e8f9e6d5-ecfe-5080-ad1b-4defdd1509b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 102124,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2021}
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982371%27 HTTP/1.1" 200 None
2026-03-30 10:55:19 [ayvens.be] INFO: Saving data for 1982371: {'auction_closing_time': 1774942200.0, 'created_time': 1774478860.734076, 'last_price_update_time': 1774868119.50487}
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982371') HTTP/1.1" 204 0
2026-03-30 10:55:19 [ayvens.be] INFO: Found listing with ID: 1982372
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982372%27 HTTP/1.1" 200 None
2026-03-30 10:55:19 [ayvens.be] INFO: Scrape type for 1982372: 2
2026-03-30 10:55:19 [ayvens.be] INFO: Extracting data for car ID: 1982372
2026-03-30 10:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b9e223a-a958-5530-a528-f172915a1616 with identifier: 1982372
2026-03-30 10:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b9e223a-a958-5530-a528-f172915a1616 with scrape type 2
2026-03-30 10:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b9e223a-a958-5530-a528-f172915a1616 with scrape type 2
2026-03-30 10:55:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8b9e223a-a958-5530-a528-f172915a1616, identifier: 1982372
2026-03-30 10:55:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8b9e223a-a958-5530-a528-f172915a1616 with identifier: 1982372
2026-03-30 10:55:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8b9e223a-a958-5530-a528-f172915a1616 with identifier: 1982372
2026-03-30 10:55:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8b9e223a-a958-5530-a528-f172915a1616 with identifier: 1982372 to the API
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:19 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '8b9e223a-a958-5530-a528-f172915a1616',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 69715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-04',
'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-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982372%27 HTTP/1.1" 200 None
2026-03-30 10:55:19 [ayvens.be] INFO: Saving data for 1982372: {'auction_closing_time': 1774942200.0, 'created_time': 1774478861.949055, 'last_price_update_time': 1774868119.960867}
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982372') HTTP/1.1" 204 0
2026-03-30 10:55:19 [ayvens.be] INFO: Found listing with ID: 1982373
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982373%27 HTTP/1.1" 200 None
2026-03-30 10:55:20 [ayvens.be] INFO: Scrape type for 1982373: 2
2026-03-30 10:55:20 [ayvens.be] INFO: Extracting data for car ID: 1982373
2026-03-30 10:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 785dd859-af55-5763-9b46-06d6f50a3d70 with identifier: 1982373
2026-03-30 10:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785dd859-af55-5763-9b46-06d6f50a3d70 with scrape type 2
2026-03-30 10:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 785dd859-af55-5763-9b46-06d6f50a3d70 with scrape type 2
2026-03-30 10:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 785dd859-af55-5763-9b46-06d6f50a3d70, identifier: 1982373
2026-03-30 10:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 785dd859-af55-5763-9b46-06d6f50a3d70 with identifier: 1982373
2026-03-30 10:55:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 785dd859-af55-5763-9b46-06d6f50a3d70 with identifier: 1982373
2026-03-30 10:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 785dd859-af55-5763-9b46-06d6f50a3d70 with identifier: 1982373 to the API
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '785dd859-af55-5763-9b46-06d6f50a3d70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008 DIESEL - 2020',
'odometer': 55014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-29',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2020 1.5 BlueHDi Allure',
'transmission': 'automatic',
'trim': '1.5 BlueHDi Allure',
'vin': None,
'year': 2020}
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982373%27 HTTP/1.1" 200 None
2026-03-30 10:55:20 [ayvens.be] INFO: Saving data for 1982373: {'auction_closing_time': 1774942200.0, 'created_time': 1774478863.104647, 'last_price_update_time': 1774868120.426568}
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982373') HTTP/1.1" 204 0
2026-03-30 10:55:20 [ayvens.be] INFO: Found listing with ID: 1982374
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982374%27 HTTP/1.1" 200 None
2026-03-30 10:55:20 [ayvens.be] INFO: Scrape type for 1982374: 2
2026-03-30 10:55:20 [ayvens.be] INFO: Extracting data for car ID: 1982374
2026-03-30 10:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d057e446-aaa5-5849-b692-2eea29002f92 with identifier: 1982374
2026-03-30 10:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d057e446-aaa5-5849-b692-2eea29002f92 with scrape type 2
2026-03-30 10:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d057e446-aaa5-5849-b692-2eea29002f92 with scrape type 2
2026-03-30 10:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d057e446-aaa5-5849-b692-2eea29002f92, identifier: 1982374
2026-03-30 10:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d057e446-aaa5-5849-b692-2eea29002f92 with identifier: 1982374
2026-03-30 10:55:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d057e446-aaa5-5849-b692-2eea29002f92 with identifier: 1982374
2026-03-30 10:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d057e446-aaa5-5849-b692-2eea29002f92 with identifier: 1982374 to the API
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'WIT',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd057e446-aaa5-5849-b692-2eea29002f92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'Berlingo',
'odometer': 75593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N Berlingo 1.6 VTi Feel',
'transmission': 'manual',
'trim': '1.6 VTi Feel',
'vin': None,
'year': 2017}
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982374%27 HTTP/1.1" 200 None
2026-03-30 10:55:20 [ayvens.be] INFO: Saving data for 1982374: {'auction_closing_time': 1774942200.0, 'created_time': 1774478874.453032, 'last_price_update_time': 1774868120.867154}
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982374') HTTP/1.1" 204 0
2026-03-30 10:55:20 [ayvens.be] INFO: Found listing with ID: 1982375
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982375%27 HTTP/1.1" 200 None
2026-03-30 10:55:20 [ayvens.be] INFO: Scrape type for 1982375: 2
2026-03-30 10:55:20 [ayvens.be] INFO: Extracting data for car ID: 1982375
2026-03-30 10:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1321fa06-3436-5cce-9b4b-d08e45d7298a with identifier: 1982375
2026-03-30 10:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1321fa06-3436-5cce-9b4b-d08e45d7298a with scrape type 2
2026-03-30 10:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1321fa06-3436-5cce-9b4b-d08e45d7298a with scrape type 2
2026-03-30 10:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1321fa06-3436-5cce-9b4b-d08e45d7298a, identifier: 1982375
2026-03-30 10:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1321fa06-3436-5cce-9b4b-d08e45d7298a with identifier: 1982375
2026-03-30 10:55:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1321fa06-3436-5cce-9b4b-d08e45d7298a with identifier: 1982375
2026-03-30 10:55:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1321fa06-3436-5cce-9b4b-d08e45d7298a with identifier: 1982375 to the API
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 41,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '1321fa06-3436-5cce-9b4b-d08e45d7298a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 84866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 TE PHEV Inscription DCT STOCK',
'transmission': 'automatic',
'trim': '1.5 T5 TE PHEV Inscription DCT STOCK',
'vin': None,
'year': 2020}
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982375%27 HTTP/1.1" 200 None
2026-03-30 10:55:21 [ayvens.be] INFO: Saving data for 1982375: {'auction_closing_time': 1774942200.0, 'created_time': 1774478874.814417, 'last_price_update_time': 1774868121.296682}
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982375') HTTP/1.1" 204 0
2026-03-30 10:55:21 [ayvens.be] INFO: Found listing with ID: 1982376
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982376%27 HTTP/1.1" 200 None
2026-03-30 10:55:21 [ayvens.be] INFO: Scrape type for 1982376: 2
2026-03-30 10:55:21 [ayvens.be] INFO: Extracting data for car ID: 1982376
2026-03-30 10:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 040d8843-27a3-5075-957d-30ca3378b5a1 with identifier: 1982376
2026-03-30 10:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 040d8843-27a3-5075-957d-30ca3378b5a1 with scrape type 2
2026-03-30 10:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 040d8843-27a3-5075-957d-30ca3378b5a1 with scrape type 2
2026-03-30 10:55:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 040d8843-27a3-5075-957d-30ca3378b5a1, identifier: 1982376
2026-03-30 10:55:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 040d8843-27a3-5075-957d-30ca3378b5a1 with identifier: 1982376
2026-03-30 10:55:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 040d8843-27a3-5075-957d-30ca3378b5a1 with identifier: 1982376
2026-03-30 10:55:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 040d8843-27a3-5075-957d-30ca3378b5a1 with identifier: 1982376 to the API
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'ONYX BLACK METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '040d8843-27a3-5075-957d-30ca3378b5a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 84265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 2.0 D3 GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': '2.0 D3 GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982376%27 HTTP/1.1" 200 None
2026-03-30 10:55:21 [ayvens.be] INFO: Saving data for 1982376: {'auction_closing_time': 1774942200.0, 'created_time': 1774478876.56052, 'last_price_update_time': 1774868121.716835}
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982376') HTTP/1.1" 204 0
2026-03-30 10:55:21 [ayvens.be] INFO: Found listing with ID: 1982377
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982377%27 HTTP/1.1" 200 None
2026-03-30 10:55:21 [ayvens.be] INFO: Scrape type for 1982377: 2
2026-03-30 10:55:21 [ayvens.be] INFO: Extracting data for car ID: 1982377
2026-03-30 10:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e22ac190-a7f9-5fcf-8ba0-d3a47ae8acc8 with identifier: 1982377
2026-03-30 10:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e22ac190-a7f9-5fcf-8ba0-d3a47ae8acc8 with scrape type 2
2026-03-30 10:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e22ac190-a7f9-5fcf-8ba0-d3a47ae8acc8 with scrape type 2
2026-03-30 10:55:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e22ac190-a7f9-5fcf-8ba0-d3a47ae8acc8, identifier: 1982377
2026-03-30 10:55:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e22ac190-a7f9-5fcf-8ba0-d3a47ae8acc8 with identifier: 1982377
2026-03-30 10:55:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e22ac190-a7f9-5fcf-8ba0-d3a47ae8acc8 with identifier: 1982377
2026-03-30 10:55:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e22ac190-a7f9-5fcf-8ba0-d3a47ae8acc8 with identifier: 1982377 to the API
2026-03-30 10:55:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:22 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': 'e22ac190-a7f9-5fcf-8ba0-d3a47ae8acc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 162296,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'BEV 75KWH LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982377%27 HTTP/1.1" 200 None
2026-03-30 10:55:22 [ayvens.be] INFO: Saving data for 1982377: {'auction_closing_time': 1774942200.0, 'created_time': 1774478879.74978, 'last_price_update_time': 1774868122.136873}
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982377') HTTP/1.1" 204 0
2026-03-30 10:55:22 [ayvens.be] INFO: Found listing with ID: 1982378
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982378%27 HTTP/1.1" 200 None
2026-03-30 10:55:22 [ayvens.be] INFO: Scrape type for 1982378: 2
2026-03-30 10:55:22 [ayvens.be] INFO: Extracting data for car ID: 1982378
2026-03-30 10:55:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73485618-5170-5b7a-b324-cf77a23aeb42 with identifier: 1982378
2026-03-30 10:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73485618-5170-5b7a-b324-cf77a23aeb42 with scrape type 2
2026-03-30 10:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73485618-5170-5b7a-b324-cf77a23aeb42 with scrape type 2
2026-03-30 10:55:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 73485618-5170-5b7a-b324-cf77a23aeb42, identifier: 1982378
2026-03-30 10:55:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 73485618-5170-5b7a-b324-cf77a23aeb42 with identifier: 1982378
2026-03-30 10:55:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 73485618-5170-5b7a-b324-cf77a23aeb42 with identifier: 1982378
2026-03-30 10:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 73485618-5170-5b7a-b324-cf77a23aeb42 with identifier: 1982378 to the API
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:22 [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': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '73485618-5170-5b7a-b324-cf77a23aeb42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 SERIES BERLINE',
'odometer': 180867,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'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': 2021}
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982378%27 HTTP/1.1" 200 None
2026-03-30 10:55:22 [ayvens.be] INFO: Saving data for 1982378: {'auction_closing_time': 1774942200.0, 'created_time': 1774478882.360886, 'last_price_update_time': 1774868122.527286}
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982378') HTTP/1.1" 204 0
2026-03-30 10:55:22 [ayvens.be] INFO: Found listing with ID: 1982379
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982379%27 HTTP/1.1" 200 None
2026-03-30 10:55:22 [ayvens.be] INFO: Scrape type for 1982379: 2
2026-03-30 10:55:22 [ayvens.be] INFO: Extracting data for car ID: 1982379
2026-03-30 10:55:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a19ac83-5fc0-5b35-aa5b-cefe01aa0810 with identifier: 1982379
2026-03-30 10:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a19ac83-5fc0-5b35-aa5b-cefe01aa0810 with scrape type 2
2026-03-30 10:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a19ac83-5fc0-5b35-aa5b-cefe01aa0810 with scrape type 2
2026-03-30 10:55:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5a19ac83-5fc0-5b35-aa5b-cefe01aa0810, identifier: 1982379
2026-03-30 10:55:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5a19ac83-5fc0-5b35-aa5b-cefe01aa0810 with identifier: 1982379
2026-03-30 10:55:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5a19ac83-5fc0-5b35-aa5b-cefe01aa0810 with identifier: 1982379
2026-03-30 10:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5a19ac83-5fc0-5b35-aa5b-cefe01aa0810 with identifier: 1982379 to the API
2026-03-30 10:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:23 [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': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': '5a19ac83-5fc0-5b35-aa5b-cefe01aa0810',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 157744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-08',
'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-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982379%27 HTTP/1.1" 200 None
2026-03-30 10:55:23 [ayvens.be] INFO: Saving data for 1982379: {'auction_closing_time': 1774942200.0, 'created_time': 1774478883.737769, 'last_price_update_time': 1774868123.03783}
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982379') HTTP/1.1" 204 0
2026-03-30 10:55:23 [ayvens.be] INFO: Found listing with ID: 1982380
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982380%27 HTTP/1.1" 200 None
2026-03-30 10:55:23 [ayvens.be] INFO: Scrape type for 1982380: 2
2026-03-30 10:55:23 [ayvens.be] INFO: Extracting data for car ID: 1982380
2026-03-30 10:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be621ee0-f86b-5a1b-9698-2fb276af75a5 with identifier: 1982380
2026-03-30 10:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be621ee0-f86b-5a1b-9698-2fb276af75a5 with scrape type 2
2026-03-30 10:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be621ee0-f86b-5a1b-9698-2fb276af75a5 with scrape type 2
2026-03-30 10:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: be621ee0-f86b-5a1b-9698-2fb276af75a5, identifier: 1982380
2026-03-30 10:55:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: be621ee0-f86b-5a1b-9698-2fb276af75a5 with identifier: 1982380
2026-03-30 10:55:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: be621ee0-f86b-5a1b-9698-2fb276af75a5 with identifier: 1982380
2026-03-30 10:55:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: be621ee0-f86b-5a1b-9698-2fb276af75a5 with identifier: 1982380 to the API
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:23 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'be621ee0-f86b-5a1b-9698-2fb276af75a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'Vivaro',
'odometer': 164503,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL Vivaro 2.0 TURBO 90KW EDITION L3H1 3.1T AUTO',
'transmission': 'automatic',
'trim': '2.0 TURBO 90KW EDITION L3H1 3.1T AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982380%27 HTTP/1.1" 200 None
2026-03-30 10:55:23 [ayvens.be] INFO: Saving data for 1982380: {'auction_closing_time': 1774942200.0, 'created_time': 1774478892.848618, 'last_price_update_time': 1774868123.48501}
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982380') HTTP/1.1" 204 0
2026-03-30 10:55:23 [ayvens.be] INFO: Found listing with ID: 1982382
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982382%27 HTTP/1.1" 200 None
2026-03-30 10:55:23 [ayvens.be] INFO: Scrape type for 1982382: 2
2026-03-30 10:55:23 [ayvens.be] INFO: Extracting data for car ID: 1982382
2026-03-30 10:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cb1147c-3a18-55bb-b58c-df65ea141be6 with identifier: 1982382
2026-03-30 10:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cb1147c-3a18-55bb-b58c-df65ea141be6 with scrape type 2
2026-03-30 10:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cb1147c-3a18-55bb-b58c-df65ea141be6 with scrape type 2
2026-03-30 10:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8cb1147c-3a18-55bb-b58c-df65ea141be6, identifier: 1982382
2026-03-30 10:55:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8cb1147c-3a18-55bb-b58c-df65ea141be6 with identifier: 1982382
2026-03-30 10:55:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8cb1147c-3a18-55bb-b58c-df65ea141be6 with identifier: 1982382
2026-03-30 10:55:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8cb1147c-3a18-55bb-b58c-df65ea141be6 with identifier: 1982382 to the API
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:23 [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': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '8cb1147c-3a18-55bb-b58c-df65ea141be6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES BERLINE',
'odometer': 143466,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 316DA (90KW) BERLINE',
'transmission': 'automatic',
'trim': '2.0 316DA (90KW) BERLINE',
'vin': None,
'year': 2022}
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982382%27 HTTP/1.1" 200 None
2026-03-30 10:55:23 [ayvens.be] INFO: Saving data for 1982382: {'auction_closing_time': 1774942200.0, 'created_time': 1774478888.464472, 'last_price_update_time': 1774868123.918212}
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982382') HTTP/1.1" 204 0
2026-03-30 10:55:23 [ayvens.be] INFO: Found listing with ID: 1982383
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982383%27 HTTP/1.1" 200 None
2026-03-30 10:55:23 [ayvens.be] INFO: Scrape type for 1982383: 2
2026-03-30 10:55:23 [ayvens.be] INFO: Extracting data for car ID: 1982383
2026-03-30 10:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99079dac-8be6-5408-973e-703de7a75c32 with identifier: 1982383
2026-03-30 10:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99079dac-8be6-5408-973e-703de7a75c32 with scrape type 2
2026-03-30 10:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99079dac-8be6-5408-973e-703de7a75c32 with scrape type 2
2026-03-30 10:55:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 99079dac-8be6-5408-973e-703de7a75c32, identifier: 1982383
2026-03-30 10:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 99079dac-8be6-5408-973e-703de7a75c32 with identifier: 1982383
2026-03-30 10:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 99079dac-8be6-5408-973e-703de7a75c32 with identifier: 1982383
2026-03-30 10:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 99079dac-8be6-5408-973e-703de7a75c32 with identifier: 1982383 to the API
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:24 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '99079dac-8be6-5408-973e-703de7a75c32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3',
'odometer': 137644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 XDRIVE20D (120KW) AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 XDRIVE20D (120KW) AUTO 4WD',
'vin': None,
'year': 2020}
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982383%27 HTTP/1.1" 200 None
2026-03-30 10:55:24 [ayvens.be] INFO: Saving data for 1982383: {'auction_closing_time': 1774942200.0, 'created_time': 1774478892.50703, 'last_price_update_time': 1774868124.308866}
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982383') HTTP/1.1" 204 0
2026-03-30 10:55:24 [ayvens.be] INFO: Found listing with ID: 1982384
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982384%27 HTTP/1.1" 200 None
2026-03-30 10:55:24 [ayvens.be] INFO: Scrape type for 1982384: 2
2026-03-30 10:55:24 [ayvens.be] INFO: Extracting data for car ID: 1982384
2026-03-30 10:55:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2648bf2-7702-5d3b-9ea0-2ef3b30177ae with identifier: 1982384
2026-03-30 10:55:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2648bf2-7702-5d3b-9ea0-2ef3b30177ae with scrape type 2
2026-03-30 10:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2648bf2-7702-5d3b-9ea0-2ef3b30177ae with scrape type 2
2026-03-30 10:55:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d2648bf2-7702-5d3b-9ea0-2ef3b30177ae, identifier: 1982384
2026-03-30 10:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d2648bf2-7702-5d3b-9ea0-2ef3b30177ae with identifier: 1982384
2026-03-30 10:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d2648bf2-7702-5d3b-9ea0-2ef3b30177ae with identifier: 1982384
2026-03-30 10:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d2648bf2-7702-5d3b-9ea0-2ef3b30177ae with identifier: 1982384 to the API
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd2648bf2-7702-5d3b-9ea0-2ef3b30177ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 138844,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE18I (100KW)',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I (100KW)',
'vin': None,
'year': 2022}
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982384%27 HTTP/1.1" 200 None
2026-03-30 10:55:24 [ayvens.be] INFO: Saving data for 1982384: {'auction_closing_time': 1774942200.0, 'created_time': 1774478890.422806, 'last_price_update_time': 1774868124.725393}
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982384') HTTP/1.1" 204 0
2026-03-30 10:55:24 [ayvens.be] INFO: Found listing with ID: 1982385
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982385%27 HTTP/1.1" 200 None
2026-03-30 10:55:24 [ayvens.be] INFO: Scrape type for 1982385: 2
2026-03-30 10:55:24 [ayvens.be] INFO: Extracting data for car ID: 1982385
2026-03-30 10:55:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6b1966c-b078-5117-a3fc-cee0c2070ee8 with identifier: 1982385
2026-03-30 10:55:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6b1966c-b078-5117-a3fc-cee0c2070ee8 with scrape type 2
2026-03-30 10:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6b1966c-b078-5117-a3fc-cee0c2070ee8 with scrape type 2
2026-03-30 10:55:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a6b1966c-b078-5117-a3fc-cee0c2070ee8, identifier: 1982385
2026-03-30 10:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a6b1966c-b078-5117-a3fc-cee0c2070ee8 with identifier: 1982385
2026-03-30 10:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a6b1966c-b078-5117-a3fc-cee0c2070ee8 with identifier: 1982385
2026-03-30 10:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a6b1966c-b078-5117-a3fc-cee0c2070ee8 with identifier: 1982385 to the API
2026-03-30 10:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:25 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'a6b1966c-b078-5117-a3fc-cee0c2070ee8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CORSA',
'odometer': 35992,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'transmission': 'manual',
'trim': '1.2 TURBO 74KW S-S ELEGANCE',
'vin': None,
'year': 2023}
2026-03-30 10:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982385%27 HTTP/1.1" 200 None
2026-03-30 10:55:25 [ayvens.be] INFO: Saving data for 1982385: {'auction_closing_time': 1774942200.0, 'created_time': 1774478891.17965, 'last_price_update_time': 1774868125.650102}
2026-03-30 10:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982385') HTTP/1.1" 204 0
2026-03-30 10:55:25 [ayvens.be] INFO: Found listing with ID: 1982386
2026-03-30 10:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982386%27 HTTP/1.1" 200 None
2026-03-30 10:55:25 [ayvens.be] INFO: Scrape type for 1982386: 2
2026-03-30 10:55:25 [ayvens.be] INFO: Extracting data for car ID: 1982386
2026-03-30 10:55:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbd22d27-98be-52d3-b256-0d95b317e4be with identifier: 1982386
2026-03-30 10:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbd22d27-98be-52d3-b256-0d95b317e4be with scrape type 2
2026-03-30 10:55:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbd22d27-98be-52d3-b256-0d95b317e4be with scrape type 2
2026-03-30 10:55:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bbd22d27-98be-52d3-b256-0d95b317e4be, identifier: 1982386
2026-03-30 10:55:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bbd22d27-98be-52d3-b256-0d95b317e4be with identifier: 1982386
2026-03-30 10:55:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bbd22d27-98be-52d3-b256-0d95b317e4be with identifier: 1982386
2026-03-30 10:55:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bbd22d27-98be-52d3-b256-0d95b317e4be with identifier: 1982386 to the API
2026-03-30 10:55:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'bbd22d27-98be-52d3-b256-0d95b317e4be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 81619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982386%27 HTTP/1.1" 200 None
2026-03-30 10:55:26 [ayvens.be] INFO: Saving data for 1982386: {'auction_closing_time': 1774942200.0, 'created_time': 1774478895.36424, 'last_price_update_time': 1774868126.064872}
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982386') HTTP/1.1" 204 0
2026-03-30 10:55:26 [ayvens.be] INFO: Found listing with ID: 1982387
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982387%27 HTTP/1.1" 200 None
2026-03-30 10:55:26 [ayvens.be] INFO: Scrape type for 1982387: 2
2026-03-30 10:55:26 [ayvens.be] INFO: Extracting data for car ID: 1982387
2026-03-30 10:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 178d2ce4-1420-5197-883e-8acc5a2fadcf with identifier: 1982387
2026-03-30 10:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 178d2ce4-1420-5197-883e-8acc5a2fadcf with scrape type 2
2026-03-30 10:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 178d2ce4-1420-5197-883e-8acc5a2fadcf with scrape type 2
2026-03-30 10:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 178d2ce4-1420-5197-883e-8acc5a2fadcf, identifier: 1982387
2026-03-30 10:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 178d2ce4-1420-5197-883e-8acc5a2fadcf with identifier: 1982387
2026-03-30 10:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 178d2ce4-1420-5197-883e-8acc5a2fadcf with identifier: 1982387
2026-03-30 10:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 178d2ce4-1420-5197-883e-8acc5a2fadcf with identifier: 1982387 to the API
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '178d2ce4-1420-5197-883e-8acc5a2fadcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 67305,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA 1.6 E-TECH 145 EVOLUTION',
'transmission': 'automatic',
'trim': '1.6 E-TECH 145 EVOLUTION',
'vin': None,
'year': 2023}
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982387%27 HTTP/1.1" 200 None
2026-03-30 10:55:26 [ayvens.be] INFO: Saving data for 1982387: {'auction_closing_time': 1774942200.0, 'created_time': 1774478920.122697, 'last_price_update_time': 1774868126.478737}
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982387') HTTP/1.1" 204 0
2026-03-30 10:55:26 [ayvens.be] INFO: Found listing with ID: 1982388
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982388%27 HTTP/1.1" 200 None
2026-03-30 10:55:26 [ayvens.be] INFO: Scrape type for 1982388: 2
2026-03-30 10:55:26 [ayvens.be] INFO: Extracting data for car ID: 1982388
2026-03-30 10:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b137ce-0d50-5531-b5f8-17b4e65f0c5a with identifier: 1982388
2026-03-30 10:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b137ce-0d50-5531-b5f8-17b4e65f0c5a with scrape type 2
2026-03-30 10:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b137ce-0d50-5531-b5f8-17b4e65f0c5a with scrape type 2
2026-03-30 10:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c4b137ce-0d50-5531-b5f8-17b4e65f0c5a, identifier: 1982388
2026-03-30 10:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c4b137ce-0d50-5531-b5f8-17b4e65f0c5a with identifier: 1982388
2026-03-30 10:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c4b137ce-0d50-5531-b5f8-17b4e65f0c5a with identifier: 1982388
2026-03-30 10:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c4b137ce-0d50-5531-b5f8-17b4e65f0c5a with identifier: 1982388 to the API
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:26 [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.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'c4b137ce-0d50-5531-b5f8-17b4e65f0c5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA',
'odometer': 147755,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 2.0 CLA 200 D DCT BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': '2.0 CLA 200 D DCT BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982388%27 HTTP/1.1" 200 None
2026-03-30 10:55:26 [ayvens.be] INFO: Saving data for 1982388: {'auction_closing_time': 1774942200.0, 'created_time': 1774478898.148764, 'last_price_update_time': 1774868126.876159}
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982388') HTTP/1.1" 204 0
2026-03-30 10:55:26 [ayvens.be] INFO: Found listing with ID: 1982389
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982389%27 HTTP/1.1" 200 None
2026-03-30 10:55:26 [ayvens.be] INFO: Scrape type for 1982389: 2
2026-03-30 10:55:26 [ayvens.be] INFO: Extracting data for car ID: 1982389
2026-03-30 10:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cd6e8e0-33bb-5180-b480-aaafa6ba2fa2 with identifier: 1982389
2026-03-30 10:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cd6e8e0-33bb-5180-b480-aaafa6ba2fa2 with scrape type 2
2026-03-30 10:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cd6e8e0-33bb-5180-b480-aaafa6ba2fa2 with scrape type 2
2026-03-30 10:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1cd6e8e0-33bb-5180-b480-aaafa6ba2fa2, identifier: 1982389
2026-03-30 10:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1cd6e8e0-33bb-5180-b480-aaafa6ba2fa2 with identifier: 1982389
2026-03-30 10:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1cd6e8e0-33bb-5180-b480-aaafa6ba2fa2 with identifier: 1982389
2026-03-30 10:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1cd6e8e0-33bb-5180-b480-aaafa6ba2fa2 with identifier: 1982389 to the API
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:27 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '1cd6e8e0-33bb-5180-b480-aaafa6ba2fa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 128409,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 2.0 CLA 200 D BUSINESS SOLUTION LIM DCT',
'transmission': 'automatic',
'trim': '2.0 CLA 200 D BUSINESS SOLUTION LIM DCT',
'vin': None,
'year': 2021}
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982389%27 HTTP/1.1" 200 None
2026-03-30 10:55:27 [ayvens.be] INFO: Saving data for 1982389: {'auction_closing_time': 1774942200.0, 'created_time': 1774478914.576671, 'last_price_update_time': 1774868127.283349}
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982389') HTTP/1.1" 204 0
2026-03-30 10:55:27 [ayvens.be] INFO: Found listing with ID: 1982390
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982390%27 HTTP/1.1" 200 None
2026-03-30 10:55:27 [ayvens.be] INFO: Scrape type for 1982390: 2
2026-03-30 10:55:27 [ayvens.be] INFO: Extracting data for car ID: 1982390
2026-03-30 10:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b34e3e61-ae3d-5000-b57d-5ddcb608b172 with identifier: 1982390
2026-03-30 10:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b34e3e61-ae3d-5000-b57d-5ddcb608b172 with scrape type 2
2026-03-30 10:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b34e3e61-ae3d-5000-b57d-5ddcb608b172 with scrape type 2
2026-03-30 10:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b34e3e61-ae3d-5000-b57d-5ddcb608b172, identifier: 1982390
2026-03-30 10:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b34e3e61-ae3d-5000-b57d-5ddcb608b172 with identifier: 1982390
2026-03-30 10:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b34e3e61-ae3d-5000-b57d-5ddcb608b172 with identifier: 1982390
2026-03-30 10:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b34e3e61-ae3d-5000-b57d-5ddcb608b172 with identifier: 1982390 to the API
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:27 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': 'b34e3e61-ae3d-5000-b57d-5ddcb608b172',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 121404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'BEV 75KWH LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982390%27 HTTP/1.1" 200 None
2026-03-30 10:55:27 [ayvens.be] INFO: Saving data for 1982390: {'auction_closing_time': 1774942200.0, 'created_time': 1774478911.904237, 'last_price_update_time': 1774868127.714192}
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982390') HTTP/1.1" 204 0
2026-03-30 10:55:27 [ayvens.be] INFO: Found listing with ID: 1982391
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982391%27 HTTP/1.1" 200 None
2026-03-30 10:55:27 [ayvens.be] INFO: Scrape type for 1982391: 2
2026-03-30 10:55:27 [ayvens.be] INFO: Extracting data for car ID: 1982391
2026-03-30 10:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d0d71e-61e4-53aa-8104-89fd0eb13100 with identifier: 1982391
2026-03-30 10:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d0d71e-61e4-53aa-8104-89fd0eb13100 with scrape type 2
2026-03-30 10:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d0d71e-61e4-53aa-8104-89fd0eb13100 with scrape type 2
2026-03-30 10:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 80d0d71e-61e4-53aa-8104-89fd0eb13100, identifier: 1982391
2026-03-30 10:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 80d0d71e-61e4-53aa-8104-89fd0eb13100 with identifier: 1982391
2026-03-30 10:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 80d0d71e-61e4-53aa-8104-89fd0eb13100 with identifier: 1982391
2026-03-30 10:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 80d0d71e-61e4-53aa-8104-89fd0eb13100 with identifier: 1982391 to the API
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:28 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '80d0d71e-61e4-53aa-8104-89fd0eb13100',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'Touran',
'odometer': 128349,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Touran 1.0 TSI Highline OPF (EU6.2) STOCK',
'transmission': 'manual',
'trim': '1.0 TSI Highline OPF (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982391%27 HTTP/1.1" 200 None
2026-03-30 10:55:28 [ayvens.be] INFO: Saving data for 1982391: {'auction_closing_time': 1774942200.0, 'created_time': 1774478901.364453, 'last_price_update_time': 1774868128.241874}
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982391') HTTP/1.1" 204 0
2026-03-30 10:55:28 [ayvens.be] INFO: Found listing with ID: 1982392
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982392%27 HTTP/1.1" 200 None
2026-03-30 10:55:28 [ayvens.be] INFO: Scrape type for 1982392: 2
2026-03-30 10:55:28 [ayvens.be] INFO: Extracting data for car ID: 1982392
2026-03-30 10:55:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4efed24f-a385-57ca-9506-c473184ac7b2 with identifier: 1982392
2026-03-30 10:55:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4efed24f-a385-57ca-9506-c473184ac7b2 with scrape type 2
2026-03-30 10:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4efed24f-a385-57ca-9506-c473184ac7b2 with scrape type 2
2026-03-30 10:55:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4efed24f-a385-57ca-9506-c473184ac7b2, identifier: 1982392
2026-03-30 10:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4efed24f-a385-57ca-9506-c473184ac7b2 with identifier: 1982392
2026-03-30 10:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4efed24f-a385-57ca-9506-c473184ac7b2 with identifier: 1982392
2026-03-30 10:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4efed24f-a385-57ca-9506-c473184ac7b2 with identifier: 1982392 to the API
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:28 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '4efed24f-a385-57ca-9506-c473184ac7b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN - 2016',
'odometer': 122796,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN - 2016 1.5 TSI ACT IQ.Drive OPF DSG',
'transmission': 'automatic',
'trim': '1.5 TSI ACT IQ.Drive OPF DSG',
'vin': None,
'year': 2020}
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982392%27 HTTP/1.1" 200 None
2026-03-30 10:55:28 [ayvens.be] INFO: Saving data for 1982392: {'auction_closing_time': 1774942200.0, 'created_time': 1774478902.760937, 'last_price_update_time': 1774868128.657822}
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982392') HTTP/1.1" 204 0
2026-03-30 10:55:28 [ayvens.be] INFO: Found listing with ID: 1982393
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982393%27 HTTP/1.1" 200 None
2026-03-30 10:55:28 [ayvens.be] INFO: Scrape type for 1982393: 2
2026-03-30 10:55:28 [ayvens.be] INFO: Extracting data for car ID: 1982393
2026-03-30 10:55:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c13cdafa-b2ee-57a4-88ef-f2d298604d46 with identifier: 1982393
2026-03-30 10:55:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c13cdafa-b2ee-57a4-88ef-f2d298604d46 with scrape type 2
2026-03-30 10:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c13cdafa-b2ee-57a4-88ef-f2d298604d46 with scrape type 2
2026-03-30 10:55:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c13cdafa-b2ee-57a4-88ef-f2d298604d46, identifier: 1982393
2026-03-30 10:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c13cdafa-b2ee-57a4-88ef-f2d298604d46 with identifier: 1982393
2026-03-30 10:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c13cdafa-b2ee-57a4-88ef-f2d298604d46 with identifier: 1982393
2026-03-30 10:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c13cdafa-b2ee-57a4-88ef-f2d298604d46 with identifier: 1982393 to the API
2026-03-30 10:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:29 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'c13cdafa-b2ee-57a4-88ef-f2d298604d46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'FABIA COMBI - 2018',
'odometer': 131540,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'transmission': 'manual',
'trim': '1.0 TSI Ambition',
'vin': None,
'year': 2019}
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982393%27 HTTP/1.1" 200 None
2026-03-30 10:55:29 [ayvens.be] INFO: Saving data for 1982393: {'auction_closing_time': 1774942200.0, 'created_time': 1774478904.281637, 'last_price_update_time': 1774868129.053505}
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982393') HTTP/1.1" 204 0
2026-03-30 10:55:29 [ayvens.be] INFO: Found listing with ID: 1982394
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982394%27 HTTP/1.1" 200 None
2026-03-30 10:55:29 [ayvens.be] INFO: Scrape type for 1982394: 2
2026-03-30 10:55:29 [ayvens.be] INFO: Extracting data for car ID: 1982394
2026-03-30 10:55:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 328c7018-685a-5c56-aef3-34cef35012df with identifier: 1982394
2026-03-30 10:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 328c7018-685a-5c56-aef3-34cef35012df with scrape type 2
2026-03-30 10:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 328c7018-685a-5c56-aef3-34cef35012df with scrape type 2
2026-03-30 10:55:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 328c7018-685a-5c56-aef3-34cef35012df, identifier: 1982394
2026-03-30 10:55:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 328c7018-685a-5c56-aef3-34cef35012df with identifier: 1982394
2026-03-30 10:55:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 328c7018-685a-5c56-aef3-34cef35012df with identifier: 1982394
2026-03-30 10:55:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 328c7018-685a-5c56-aef3-34cef35012df with identifier: 1982394 to the API
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '328c7018-685a-5c56-aef3-34cef35012df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 123308,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982394%27 HTTP/1.1" 200 None
2026-03-30 10:55:29 [ayvens.be] INFO: Saving data for 1982394: {'auction_closing_time': 1774942200.0, 'created_time': 1774478907.105256, 'last_price_update_time': 1774868129.462482}
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982394') HTTP/1.1" 204 0
2026-03-30 10:55:29 [ayvens.be] INFO: Found listing with ID: 1982395
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982395%27 HTTP/1.1" 200 None
2026-03-30 10:55:29 [ayvens.be] INFO: Scrape type for 1982395: 2
2026-03-30 10:55:29 [ayvens.be] INFO: Extracting data for car ID: 1982395
2026-03-30 10:55:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27dd3695-4e0b-5809-85a4-687e95d181bb with identifier: 1982395
2026-03-30 10:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27dd3695-4e0b-5809-85a4-687e95d181bb with scrape type 2
2026-03-30 10:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27dd3695-4e0b-5809-85a4-687e95d181bb with scrape type 2
2026-03-30 10:55:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 27dd3695-4e0b-5809-85a4-687e95d181bb, identifier: 1982395
2026-03-30 10:55:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 27dd3695-4e0b-5809-85a4-687e95d181bb with identifier: 1982395
2026-03-30 10:55:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 27dd3695-4e0b-5809-85a4-687e95d181bb with identifier: 1982395
2026-03-30 10:55:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 27dd3695-4e0b-5809-85a4-687e95d181bb with identifier: 1982395 to the API
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:29 [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': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '27dd3695-4e0b-5809-85a4-687e95d181bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES BERLINE',
'odometer': 147027,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 330E (135KW) BERLINE',
'transmission': 'automatic',
'trim': '2.0 330E (135KW) BERLINE',
'vin': None,
'year': 2021}
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982395%27 HTTP/1.1" 200 None
2026-03-30 10:55:29 [ayvens.be] INFO: Saving data for 1982395: {'auction_closing_time': 1774942200.0, 'created_time': 1774478908.503659, 'last_price_update_time': 1774868129.878504}
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982395') HTTP/1.1" 204 0
2026-03-30 10:55:29 [ayvens.be] INFO: Found listing with ID: 1982396
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982396%27 HTTP/1.1" 200 None
2026-03-30 10:55:29 [ayvens.be] INFO: Scrape type for 1982396: 2
2026-03-30 10:55:29 [ayvens.be] INFO: Extracting data for car ID: 1982396
2026-03-30 10:55:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04e2942-b8f6-5cff-9240-2024048ae747 with identifier: 1982396
2026-03-30 10:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04e2942-b8f6-5cff-9240-2024048ae747 with scrape type 2
2026-03-30 10:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04e2942-b8f6-5cff-9240-2024048ae747 with scrape type 2
2026-03-30 10:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b04e2942-b8f6-5cff-9240-2024048ae747, identifier: 1982396
2026-03-30 10:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b04e2942-b8f6-5cff-9240-2024048ae747 with identifier: 1982396
2026-03-30 10:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b04e2942-b8f6-5cff-9240-2024048ae747 with identifier: 1982396
2026-03-30 10:55:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b04e2942-b8f6-5cff-9240-2024048ae747 with identifier: 1982396 to the API
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55: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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b04e2942-b8f6-5cff-9240-2024048ae747',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 56538,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-04',
'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': 2022}
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982396%27 HTTP/1.1" 200 None
2026-03-30 10:55:30 [ayvens.be] INFO: Saving data for 1982396: {'auction_closing_time': 1774942200.0, 'created_time': 1774478911.338866, 'last_price_update_time': 1774868130.277057}
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982396') HTTP/1.1" 204 0
2026-03-30 10:55:30 [ayvens.be] INFO: Found listing with ID: 1982397
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982397%27 HTTP/1.1" 200 None
2026-03-30 10:55:30 [ayvens.be] INFO: Scrape type for 1982397: 2
2026-03-30 10:55:30 [ayvens.be] INFO: Extracting data for car ID: 1982397
2026-03-30 10:55:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45f31c3c-3d1f-5c7e-a872-731aafd2b284 with identifier: 1982397
2026-03-30 10:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f31c3c-3d1f-5c7e-a872-731aafd2b284 with scrape type 2
2026-03-30 10:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45f31c3c-3d1f-5c7e-a872-731aafd2b284 with scrape type 2
2026-03-30 10:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 45f31c3c-3d1f-5c7e-a872-731aafd2b284, identifier: 1982397
2026-03-30 10:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 45f31c3c-3d1f-5c7e-a872-731aafd2b284 with identifier: 1982397
2026-03-30 10:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 45f31c3c-3d1f-5c7e-a872-731aafd2b284 with identifier: 1982397
2026-03-30 10:55:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 45f31c3c-3d1f-5c7e-a872-731aafd2b284 with identifier: 1982397 to the API
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 22,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '45f31c3c-3d1f-5c7e-a872-731aafd2b284',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 39475,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-10',
'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': 2022}
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982397%27 HTTP/1.1" 200 None
2026-03-30 10:55:30 [ayvens.be] INFO: Saving data for 1982397: {'auction_closing_time': 1774942200.0, 'created_time': 1774478910.222854, 'last_price_update_time': 1774868130.715903}
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982397') HTTP/1.1" 204 0
2026-03-30 10:55:30 [ayvens.be] INFO: Found listing with ID: 1982398
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982398%27 HTTP/1.1" 200 None
2026-03-30 10:55:30 [ayvens.be] INFO: Scrape type for 1982398: 2
2026-03-30 10:55:30 [ayvens.be] INFO: Extracting data for car ID: 1982398
2026-03-30 10:55:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53c333d1-b709-5396-9cd4-5959711c6956 with identifier: 1982398
2026-03-30 10:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53c333d1-b709-5396-9cd4-5959711c6956 with scrape type 2
2026-03-30 10:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53c333d1-b709-5396-9cd4-5959711c6956 with scrape type 2
2026-03-30 10:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 53c333d1-b709-5396-9cd4-5959711c6956, identifier: 1982398
2026-03-30 10:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 53c333d1-b709-5396-9cd4-5959711c6956 with identifier: 1982398
2026-03-30 10:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 53c333d1-b709-5396-9cd4-5959711c6956 with identifier: 1982398
2026-03-30 10:55:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 53c333d1-b709-5396-9cd4-5959711c6956 with identifier: 1982398 to the API
2026-03-30 10:55:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:31 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '53c333d1-b709-5396-9cd4-5959711c6956',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK - 2020',
'odometer': 57899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK - 2020 35 TFSI Advanced',
'transmission': 'manual',
'trim': '35 TFSI Advanced',
'vin': None,
'year': 2022}
2026-03-30 10:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982398%27 HTTP/1.1" 200 None
2026-03-30 10:55:31 [ayvens.be] INFO: Saving data for 1982398: {'auction_closing_time': 1774942200.0, 'created_time': 1774478913.283197, 'last_price_update_time': 1774868131.439444}
2026-03-30 10:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982398') HTTP/1.1" 204 0
2026-03-30 10:55:31 [ayvens.be] INFO: Found listing with ID: 1982399
2026-03-30 10:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982399%27 HTTP/1.1" 200 None
2026-03-30 10:55:31 [ayvens.be] INFO: Scrape type for 1982399: 2
2026-03-30 10:55:31 [ayvens.be] INFO: Extracting data for car ID: 1982399
2026-03-30 10:55:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2132b37f-1729-5a11-9802-554987bbc326 with identifier: 1982399
2026-03-30 10:55:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2132b37f-1729-5a11-9802-554987bbc326 with scrape type 2
2026-03-30 10:55:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2132b37f-1729-5a11-9802-554987bbc326 with scrape type 2
2026-03-30 10:55:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2132b37f-1729-5a11-9802-554987bbc326, identifier: 1982399
2026-03-30 10:55:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2132b37f-1729-5a11-9802-554987bbc326 with identifier: 1982399
2026-03-30 10:55:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2132b37f-1729-5a11-9802-554987bbc326 with identifier: 1982399
2026-03-30 10:55:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2132b37f-1729-5a11-9802-554987bbc326 with identifier: 1982399 to the API
2026-03-30 10:55:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:31 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '2132b37f-1729-5a11-9802-554987bbc326',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'LEON ST',
'odometer': 82590,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-11',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON ST 1.0 ETSI 110 MOVE! DSG',
'transmission': 'automatic',
'trim': '1.0 ETSI 110 MOVE! DSG',
'vin': None,
'year': 2022}
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982399%27 HTTP/1.1" 200 None
2026-03-30 10:55:32 [ayvens.be] INFO: Saving data for 1982399: {'auction_closing_time': 1774942200.0, 'created_time': 1774478915.951199, 'last_price_update_time': 1774868132.014873}
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982399') HTTP/1.1" 204 0
2026-03-30 10:55:32 [ayvens.be] INFO: Found listing with ID: 1982400
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982400%27 HTTP/1.1" 200 None
2026-03-30 10:55:32 [ayvens.be] INFO: Scrape type for 1982400: 2
2026-03-30 10:55:32 [ayvens.be] INFO: Extracting data for car ID: 1982400
2026-03-30 10:55:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 599545e4-b508-5eeb-80b3-1961aaf1d328 with identifier: 1982400
2026-03-30 10:55:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 599545e4-b508-5eeb-80b3-1961aaf1d328 with scrape type 2
2026-03-30 10:55:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 599545e4-b508-5eeb-80b3-1961aaf1d328 with scrape type 2
2026-03-30 10:55:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 599545e4-b508-5eeb-80b3-1961aaf1d328, identifier: 1982400
2026-03-30 10:55:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 599545e4-b508-5eeb-80b3-1961aaf1d328 with identifier: 1982400
2026-03-30 10:55:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 599545e4-b508-5eeb-80b3-1961aaf1d328 with identifier: 1982400
2026-03-30 10:55:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 599545e4-b508-5eeb-80b3-1961aaf1d328 with identifier: 1982400 to the API
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:32 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '599545e4-b508-5eeb-80b3-1961aaf1d328',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 48354,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PURETECH 74KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': '1.2 PURETECH 74KW S-S ACTIVE PACK',
'vin': None,
'year': 2022}
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982400%27 HTTP/1.1" 200 None
2026-03-30 10:55:32 [ayvens.be] INFO: Saving data for 1982400: {'auction_closing_time': 1774942200.0, 'created_time': 1774478919.167415, 'last_price_update_time': 1774868132.452967}
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982400') HTTP/1.1" 204 0
2026-03-30 10:55:32 [ayvens.be] INFO: Found listing with ID: 1982401
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982401%27 HTTP/1.1" 200 None
2026-03-30 10:55:32 [ayvens.be] INFO: Scrape type for 1982401: 2
2026-03-30 10:55:32 [ayvens.be] INFO: Extracting data for car ID: 1982401
2026-03-30 10:55:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16cc5be1-f268-5e3b-abb9-442e4406b2da with identifier: 1982401
2026-03-30 10:55:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16cc5be1-f268-5e3b-abb9-442e4406b2da with scrape type 2
2026-03-30 10:55:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16cc5be1-f268-5e3b-abb9-442e4406b2da with scrape type 2
2026-03-30 10:55:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 16cc5be1-f268-5e3b-abb9-442e4406b2da, identifier: 1982401
2026-03-30 10:55:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 16cc5be1-f268-5e3b-abb9-442e4406b2da with identifier: 1982401
2026-03-30 10:55:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 16cc5be1-f268-5e3b-abb9-442e4406b2da with identifier: 1982401
2026-03-30 10:55:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 16cc5be1-f268-5e3b-abb9-442e4406b2da with identifier: 1982401 to the API
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:32 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '16cc5be1-f268-5e3b-abb9-442e4406b2da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 47504,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PURETECH 96KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': '1.2 PURETECH 96KW S-S ACTIVE PACK',
'vin': None,
'year': 2023}
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982401%27 HTTP/1.1" 200 None
2026-03-30 10:55:32 [ayvens.be] INFO: Saving data for 1982401: {'auction_closing_time': 1774942200.0, 'created_time': 1774478918.505059, 'last_price_update_time': 1774868132.895182}
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982401') HTTP/1.1" 204 0
2026-03-30 10:55:33 [ayvens.be] INFO: Found listing with ID: 1982402
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982402%27 HTTP/1.1" 200 None
2026-03-30 10:55:33 [ayvens.be] INFO: Scrape type for 1982402: 2
2026-03-30 10:55:33 [ayvens.be] INFO: Extracting data for car ID: 1982402
2026-03-30 10:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d4aadd3-e23a-56f6-8c5a-98ebd740c6d1 with identifier: 1982402
2026-03-30 10:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d4aadd3-e23a-56f6-8c5a-98ebd740c6d1 with scrape type 2
2026-03-30 10:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d4aadd3-e23a-56f6-8c5a-98ebd740c6d1 with scrape type 2
2026-03-30 10:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9d4aadd3-e23a-56f6-8c5a-98ebd740c6d1, identifier: 1982402
2026-03-30 10:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9d4aadd3-e23a-56f6-8c5a-98ebd740c6d1 with identifier: 1982402
2026-03-30 10:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9d4aadd3-e23a-56f6-8c5a-98ebd740c6d1 with identifier: 1982402
2026-03-30 10:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9d4aadd3-e23a-56f6-8c5a-98ebd740c6d1 with identifier: 1982402 to the API
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '9d4aadd3-e23a-56f6-8c5a-98ebd740c6d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1 DIESEL - 2019',
'odometer': 77696,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-22',
'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-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982402%27 HTTP/1.1" 200 None
2026-03-30 10:55:33 [ayvens.be] INFO: Saving data for 1982402: {'auction_closing_time': 1774942200.0, 'created_time': 1774478921.244205, 'last_price_update_time': 1774868133.405318}
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982402') HTTP/1.1" 204 0
2026-03-30 10:55:33 [ayvens.be] INFO: Found listing with ID: 1982403
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982403%27 HTTP/1.1" 200 None
2026-03-30 10:55:33 [ayvens.be] INFO: Scrape type for 1982403: 2
2026-03-30 10:55:33 [ayvens.be] INFO: Extracting data for car ID: 1982403
2026-03-30 10:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84095232-8b51-51e3-a551-1ababe15656e with identifier: 1982403
2026-03-30 10:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84095232-8b51-51e3-a551-1ababe15656e with scrape type 2
2026-03-30 10:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84095232-8b51-51e3-a551-1ababe15656e with scrape type 2
2026-03-30 10:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 84095232-8b51-51e3-a551-1ababe15656e, identifier: 1982403
2026-03-30 10:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 84095232-8b51-51e3-a551-1ababe15656e with identifier: 1982403
2026-03-30 10:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 84095232-8b51-51e3-a551-1ababe15656e with identifier: 1982403
2026-03-30 10:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 84095232-8b51-51e3-a551-1ababe15656e with identifier: 1982403 to the API
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:33 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '84095232-8b51-51e3-a551-1ababe15656e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'C-CLASS BREAK',
'odometer': 65360,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-CLASS BREAK 2.0 C 300 E PHEV AUTO LUXURY LINE',
'transmission': 'automatic',
'trim': '2.0 C 300 E PHEV AUTO LUXURY LINE',
'vin': None,
'year': 2023}
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982403%27 HTTP/1.1" 200 None
2026-03-30 10:55:33 [ayvens.be] INFO: Saving data for 1982403: {'auction_closing_time': 1774942200.0, 'created_time': 1774478923.202445, 'last_price_update_time': 1774868133.805481}
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982403') HTTP/1.1" 204 0
2026-03-30 10:55:33 [ayvens.be] INFO: Found listing with ID: 1982404
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982404%27 HTTP/1.1" 200 None
2026-03-30 10:55:33 [ayvens.be] INFO: Scrape type for 1982404: 2
2026-03-30 10:55:33 [ayvens.be] INFO: Extracting data for car ID: 1982404
2026-03-30 10:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27fe8baa-77e9-5ffa-9c7d-b8fc3dc4048a with identifier: 1982404
2026-03-30 10:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27fe8baa-77e9-5ffa-9c7d-b8fc3dc4048a with scrape type 2
2026-03-30 10:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27fe8baa-77e9-5ffa-9c7d-b8fc3dc4048a with scrape type 2
2026-03-30 10:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 27fe8baa-77e9-5ffa-9c7d-b8fc3dc4048a, identifier: 1982404
2026-03-30 10:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 27fe8baa-77e9-5ffa-9c7d-b8fc3dc4048a with identifier: 1982404
2026-03-30 10:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 27fe8baa-77e9-5ffa-9c7d-b8fc3dc4048a with identifier: 1982404
2026-03-30 10:55:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 27fe8baa-77e9-5ffa-9c7d-b8fc3dc4048a with identifier: 1982404 to the API
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:34 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '27fe8baa-77e9-5ffa-9c7d-b8fc3dc4048a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 121708,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 D150 R-DYNAMIC AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 D150 R-DYNAMIC AUTO 4WD',
'vin': None,
'year': 2020}
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982404%27 HTTP/1.1" 200 None
2026-03-30 10:55:34 [ayvens.be] INFO: Saving data for 1982404: {'auction_closing_time': 1774942200.0, 'created_time': 1774478925.03607, 'last_price_update_time': 1774868134.210022}
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982404') HTTP/1.1" 204 0
2026-03-30 10:55:34 [ayvens.be] INFO: Found listing with ID: 1982405
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982405%27 HTTP/1.1" 200 None
2026-03-30 10:55:34 [ayvens.be] INFO: Scrape type for 1982405: 2
2026-03-30 10:55:34 [ayvens.be] INFO: Extracting data for car ID: 1982405
2026-03-30 10:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e69321-2ce2-5a6a-9c60-833ed997f9d6 with identifier: 1982405
2026-03-30 10:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e69321-2ce2-5a6a-9c60-833ed997f9d6 with scrape type 2
2026-03-30 10:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70e69321-2ce2-5a6a-9c60-833ed997f9d6 with scrape type 2
2026-03-30 10:55:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 70e69321-2ce2-5a6a-9c60-833ed997f9d6, identifier: 1982405
2026-03-30 10:55:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 70e69321-2ce2-5a6a-9c60-833ed997f9d6 with identifier: 1982405
2026-03-30 10:55:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 70e69321-2ce2-5a6a-9c60-833ed997f9d6 with identifier: 1982405
2026-03-30 10:55:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 70e69321-2ce2-5a6a-9c60-833ed997f9d6 with identifier: 1982405 to the API
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:34 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': '70e69321-2ce2-5a6a-9c60-833ed997f9d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX3',
'odometer': 138884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': '80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982405%27 HTTP/1.1" 200 None
2026-03-30 10:55:34 [ayvens.be] INFO: Saving data for 1982405: {'auction_closing_time': 1774942200.0, 'created_time': 1774478927.726232, 'last_price_update_time': 1774868134.605756}
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982405') HTTP/1.1" 204 0
2026-03-30 10:55:34 [ayvens.be] INFO: Found listing with ID: 1982406
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982406%27 HTTP/1.1" 200 None
2026-03-30 10:55:34 [ayvens.be] INFO: Scrape type for 1982406: 2
2026-03-30 10:55:34 [ayvens.be] INFO: Extracting data for car ID: 1982406
2026-03-30 10:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e910e974-6374-5dda-9733-e36da3fef1f7 with identifier: 1982406
2026-03-30 10:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e910e974-6374-5dda-9733-e36da3fef1f7 with scrape type 2
2026-03-30 10:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e910e974-6374-5dda-9733-e36da3fef1f7 with scrape type 2
2026-03-30 10:55:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e910e974-6374-5dda-9733-e36da3fef1f7, identifier: 1982406
2026-03-30 10:55:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e910e974-6374-5dda-9733-e36da3fef1f7 with identifier: 1982406
2026-03-30 10:55:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e910e974-6374-5dda-9733-e36da3fef1f7 with identifier: 1982406
2026-03-30 10:55:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e910e974-6374-5dda-9733-e36da3fef1f7 with identifier: 1982406 to the API
2026-03-30 10:55:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:35 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e910e974-6374-5dda-9733-e36da3fef1f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 140783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE18I (100KW)',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I (100KW)',
'vin': None,
'year': 2021}
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982406%27 HTTP/1.1" 200 None
2026-03-30 10:55:35 [ayvens.be] INFO: Saving data for 1982406: {'auction_closing_time': 1774942200.0, 'created_time': 1774478930.448604, 'last_price_update_time': 1774868135.020192}
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982406') HTTP/1.1" 204 0
2026-03-30 10:55:35 [ayvens.be] INFO: Found listing with ID: 1982407
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982407%27 HTTP/1.1" 200 None
2026-03-30 10:55:35 [ayvens.be] INFO: Scrape type for 1982407: 2
2026-03-30 10:55:35 [ayvens.be] INFO: Extracting data for car ID: 1982407
2026-03-30 10:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c619667-3703-5ceb-a897-1306aca506b1 with identifier: 1982407
2026-03-30 10:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c619667-3703-5ceb-a897-1306aca506b1 with scrape type 2
2026-03-30 10:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c619667-3703-5ceb-a897-1306aca506b1 with scrape type 2
2026-03-30 10:55:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5c619667-3703-5ceb-a897-1306aca506b1, identifier: 1982407
2026-03-30 10:55:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5c619667-3703-5ceb-a897-1306aca506b1 with identifier: 1982407
2026-03-30 10:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5c619667-3703-5ceb-a897-1306aca506b1 with identifier: 1982407
2026-03-30 10:55:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5c619667-3703-5ceb-a897-1306aca506b1 with identifier: 1982407 to the API
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:35 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '5c619667-3703-5ceb-a897-1306aca506b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'V60',
'odometer': 129057,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 D3 MOMENTUM CORE',
'transmission': 'manual',
'trim': '2.0 D3 MOMENTUM CORE',
'vin': None,
'year': 2021}
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982407%27 HTTP/1.1" 200 None
2026-03-30 10:55:35 [ayvens.be] INFO: Saving data for 1982407: {'auction_closing_time': 1774942200.0, 'created_time': 1774478932.938344, 'last_price_update_time': 1774868135.53953}
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982407') HTTP/1.1" 204 0
2026-03-30 10:55:35 [ayvens.be] INFO: Found listing with ID: 1982408
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982408%27 HTTP/1.1" 200 None
2026-03-30 10:55:35 [ayvens.be] INFO: Scrape type for 1982408: 2
2026-03-30 10:55:35 [ayvens.be] INFO: Extracting data for car ID: 1982408
2026-03-30 10:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d1052ef-ada9-538b-848f-e28c0c901c0e with identifier: 1982408
2026-03-30 10:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d1052ef-ada9-538b-848f-e28c0c901c0e with scrape type 2
2026-03-30 10:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d1052ef-ada9-538b-848f-e28c0c901c0e with scrape type 2
2026-03-30 10:55:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2d1052ef-ada9-538b-848f-e28c0c901c0e, identifier: 1982408
2026-03-30 10:55:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2d1052ef-ada9-538b-848f-e28c0c901c0e with identifier: 1982408
2026-03-30 10:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2d1052ef-ada9-538b-848f-e28c0c901c0e with identifier: 1982408
2026-03-30 10:55:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2d1052ef-ada9-538b-848f-e28c0c901c0e with identifier: 1982408 to the API
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:35 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': '2d1052ef-ada9-538b-848f-e28c0c901c0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 140135,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV AUTO RWD',
'transmission': 'automatic',
'trim': 'BEV AUTO RWD',
'vin': None,
'year': 2023}
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982408%27 HTTP/1.1" 200 None
2026-03-30 10:55:35 [ayvens.be] INFO: Saving data for 1982408: {'auction_closing_time': 1774942200.0, 'created_time': 1774478942.469826, 'last_price_update_time': 1774868135.986587}
2026-03-30 10:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982408') HTTP/1.1" 204 0
2026-03-30 10:55:36 [ayvens.be] INFO: Found listing with ID: 1982409
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982409%27 HTTP/1.1" 200 None
2026-03-30 10:55:36 [ayvens.be] INFO: Scrape type for 1982409: 2
2026-03-30 10:55:36 [ayvens.be] INFO: Extracting data for car ID: 1982409
2026-03-30 10:55:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 328bbf9e-7c19-5f79-ad3e-88f11e2a78b0 with identifier: 1982409
2026-03-30 10:55:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 328bbf9e-7c19-5f79-ad3e-88f11e2a78b0 with scrape type 2
2026-03-30 10:55:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 328bbf9e-7c19-5f79-ad3e-88f11e2a78b0 with scrape type 2
2026-03-30 10:55:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 328bbf9e-7c19-5f79-ad3e-88f11e2a78b0, identifier: 1982409
2026-03-30 10:55:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 328bbf9e-7c19-5f79-ad3e-88f11e2a78b0 with identifier: 1982409
2026-03-30 10:55:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 328bbf9e-7c19-5f79-ad3e-88f11e2a78b0 with identifier: 1982409
2026-03-30 10:55:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 328bbf9e-7c19-5f79-ad3e-88f11e2a78b0 with identifier: 1982409 to the API
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:36 [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': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '328bbf9e-7c19-5f79-ad3e-88f11e2a78b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'S60 - 2019',
'odometer': 130116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO S60 - 2019 2.0 T8 AWD PHEV Inscription',
'transmission': 'automatic',
'trim': '2.0 T8 AWD PHEV Inscription',
'vin': None,
'year': 2020}
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982409%27 HTTP/1.1" 200 None
2026-03-30 10:55:36 [ayvens.be] INFO: Saving data for 1982409: {'auction_closing_time': 1774942200.0, 'created_time': 1774478941.858141, 'last_price_update_time': 1774868136.447041}
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982409') HTTP/1.1" 204 0
2026-03-30 10:55:36 [ayvens.be] INFO: Found listing with ID: 1982410
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982410%27 HTTP/1.1" 200 None
2026-03-30 10:55:36 [ayvens.be] INFO: Scrape type for 1982410: 2
2026-03-30 10:55:36 [ayvens.be] INFO: Extracting data for car ID: 1982410
2026-03-30 10:55:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 780346eb-a86a-53fd-99c7-cbd67cdb7646 with identifier: 1982410
2026-03-30 10:55:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 780346eb-a86a-53fd-99c7-cbd67cdb7646 with scrape type 2
2026-03-30 10:55:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 780346eb-a86a-53fd-99c7-cbd67cdb7646 with scrape type 2
2026-03-30 10:55:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 780346eb-a86a-53fd-99c7-cbd67cdb7646, identifier: 1982410
2026-03-30 10:55:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 780346eb-a86a-53fd-99c7-cbd67cdb7646 with identifier: 1982410
2026-03-30 10:55:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 780346eb-a86a-53fd-99c7-cbd67cdb7646 with identifier: 1982410
2026-03-30 10:55:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 780346eb-a86a-53fd-99c7-cbd67cdb7646 with identifier: 1982410 to the API
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '780346eb-a86a-53fd-99c7-cbd67cdb7646',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3',
'odometer': 127744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 2.0 35 TDI S TRONIC BUSINESS EDITION',
'transmission': 'automatic',
'trim': '2.0 35 TDI S TRONIC BUSINESS EDITION',
'vin': None,
'year': 2021}
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982410%27 HTTP/1.1" 200 None
2026-03-30 10:55:36 [ayvens.be] INFO: Saving data for 1982410: {'auction_closing_time': 1774942200.0, 'created_time': 1774478940.548088, 'last_price_update_time': 1774868136.827839}
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982410') HTTP/1.1" 204 0
2026-03-30 10:55:36 [ayvens.be] INFO: Found listing with ID: 1982411
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982411%27 HTTP/1.1" 200 None
2026-03-30 10:55:36 [ayvens.be] INFO: Scrape type for 1982411: 2
2026-03-30 10:55:36 [ayvens.be] INFO: Extracting data for car ID: 1982411
2026-03-30 10:55:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa9b692c-89e8-5265-a8a8-58748501fb04 with identifier: 1982411
2026-03-30 10:55:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa9b692c-89e8-5265-a8a8-58748501fb04 with scrape type 2
2026-03-30 10:55:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa9b692c-89e8-5265-a8a8-58748501fb04 with scrape type 2
2026-03-30 10:55:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fa9b692c-89e8-5265-a8a8-58748501fb04, identifier: 1982411
2026-03-30 10:55:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fa9b692c-89e8-5265-a8a8-58748501fb04 with identifier: 1982411
2026-03-30 10:55:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fa9b692c-89e8-5265-a8a8-58748501fb04 with identifier: 1982411
2026-03-30 10:55:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fa9b692c-89e8-5265-a8a8-58748501fb04 with identifier: 1982411 to the API
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:37 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'fa9b692c-89e8-5265-a8a8-58748501fb04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q5 DIESEL - 2017',
'odometer': 124159,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 DIESEL - 2017 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': '30 TDi Business Edition S tronic',
'vin': None,
'year': 2021}
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982411%27 HTTP/1.1" 200 None
2026-03-30 10:55:37 [ayvens.be] INFO: Saving data for 1982411: {'auction_closing_time': 1774942200.0, 'created_time': 1774478937.027585, 'last_price_update_time': 1774868137.231534}
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982411') HTTP/1.1" 204 0
2026-03-30 10:55:37 [ayvens.be] INFO: Found listing with ID: 1982412
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982412%27 HTTP/1.1" 200 None
2026-03-30 10:55:37 [ayvens.be] INFO: Scrape type for 1982412: 2
2026-03-30 10:55:37 [ayvens.be] INFO: Extracting data for car ID: 1982412
2026-03-30 10:55:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eca083a9-7be3-5cf8-b5bc-2102e83d9845 with identifier: 1982412
2026-03-30 10:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eca083a9-7be3-5cf8-b5bc-2102e83d9845 with scrape type 2
2026-03-30 10:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eca083a9-7be3-5cf8-b5bc-2102e83d9845 with scrape type 2
2026-03-30 10:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: eca083a9-7be3-5cf8-b5bc-2102e83d9845, identifier: 1982412
2026-03-30 10:55:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: eca083a9-7be3-5cf8-b5bc-2102e83d9845 with identifier: 1982412
2026-03-30 10:55:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: eca083a9-7be3-5cf8-b5bc-2102e83d9845 with identifier: 1982412
2026-03-30 10:55:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: eca083a9-7be3-5cf8-b5bc-2102e83d9845 with identifier: 1982412 to the API
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:37 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'eca083a9-7be3-5cf8-b5bc-2102e83d9845',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'Trafic',
'odometer': 64508,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-02',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Trafic 1.6 dCi 29 L1H1 Grand Confort STOCK',
'transmission': 'manual',
'trim': '1.6 dCi 29 L1H1 Grand Confort STOCK',
'vin': None,
'year': 2019}
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982412%27 HTTP/1.1" 200 None
2026-03-30 10:55:37 [ayvens.be] INFO: Saving data for 1982412: {'auction_closing_time': 1774942200.0, 'created_time': 1774478939.530747, 'last_price_update_time': 1774868137.682087}
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982412') HTTP/1.1" 204 0
2026-03-30 10:55:37 [ayvens.be] INFO: Found listing with ID: 1982413
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982413%27 HTTP/1.1" 200 None
2026-03-30 10:55:37 [ayvens.be] INFO: Scrape type for 1982413: 2
2026-03-30 10:55:37 [ayvens.be] INFO: Extracting data for car ID: 1982413
2026-03-30 10:55:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cba5fde-1672-50fe-b5a0-858d155d4385 with identifier: 1982413
2026-03-30 10:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cba5fde-1672-50fe-b5a0-858d155d4385 with scrape type 2
2026-03-30 10:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cba5fde-1672-50fe-b5a0-858d155d4385 with scrape type 2
2026-03-30 10:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2cba5fde-1672-50fe-b5a0-858d155d4385, identifier: 1982413
2026-03-30 10:55:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2cba5fde-1672-50fe-b5a0-858d155d4385 with identifier: 1982413
2026-03-30 10:55:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2cba5fde-1672-50fe-b5a0-858d155d4385 with identifier: 1982413
2026-03-30 10:55:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2cba5fde-1672-50fe-b5a0-858d155d4385 with identifier: 1982413 to the API
2026-03-30 10:55:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:38 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '2cba5fde-1672-50fe-b5a0-858d155d4385',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C3 AIRCROSS',
'odometer': 43054,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C3 AIRCROSS 1.2 PURETECH 110 S&S SHINE',
'transmission': 'manual',
'trim': '1.2 PURETECH 110 S&S SHINE',
'vin': None,
'year': 2022}
2026-03-30 10:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982413%27 HTTP/1.1" 200 None
2026-03-30 10:55:38 [ayvens.be] INFO: Saving data for 1982413: {'auction_closing_time': 1774942200.0, 'created_time': 1774478938.804357, 'last_price_update_time': 1774868138.875016}
2026-03-30 10:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982413') HTTP/1.1" 204 0
2026-03-30 10:55:38 [ayvens.be] INFO: Found listing with ID: 1982414
2026-03-30 10:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982414%27 HTTP/1.1" 200 None
2026-03-30 10:55:38 [ayvens.be] INFO: Scrape type for 1982414: 2
2026-03-30 10:55:38 [ayvens.be] INFO: Extracting data for car ID: 1982414
2026-03-30 10:55:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3a18270-df83-5ed1-9fcc-5a876d1d24c1 with identifier: 1982414
2026-03-30 10:55:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3a18270-df83-5ed1-9fcc-5a876d1d24c1 with scrape type 2
2026-03-30 10:55:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3a18270-df83-5ed1-9fcc-5a876d1d24c1 with scrape type 2
2026-03-30 10:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3a18270-df83-5ed1-9fcc-5a876d1d24c1, identifier: 1982414
2026-03-30 10:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3a18270-df83-5ed1-9fcc-5a876d1d24c1 with identifier: 1982414
2026-03-30 10:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3a18270-df83-5ed1-9fcc-5a876d1d24c1 with identifier: 1982414
2026-03-30 10:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3a18270-df83-5ed1-9fcc-5a876d1d24c1 with identifier: 1982414 to the API
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': 'a3a18270-df83-5ed1-9fcc-5a876d1d24c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL S',
'odometer': 49783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-10',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL S BEV ALL-WHEEL DRIVE AUTO',
'transmission': 'automatic',
'trim': 'BEV ALL-WHEEL DRIVE AUTO',
'vin': None,
'year': 2024}
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982414%27 HTTP/1.1" 200 None
2026-03-30 10:55:39 [ayvens.be] INFO: Saving data for 1982414: {'auction_closing_time': 1774942200.0, 'created_time': 1774478941.505813, 'last_price_update_time': 1774868139.320769}
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982414') HTTP/1.1" 204 0
2026-03-30 10:55:39 [ayvens.be] INFO: Found listing with ID: 1982415
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982415%27 HTTP/1.1" 200 None
2026-03-30 10:55:39 [ayvens.be] INFO: Scrape type for 1982415: 2
2026-03-30 10:55:39 [ayvens.be] INFO: Extracting data for car ID: 1982415
2026-03-30 10:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7b1f6a0-d8dc-5edf-a409-1d12080bf074 with identifier: 1982415
2026-03-30 10:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7b1f6a0-d8dc-5edf-a409-1d12080bf074 with scrape type 2
2026-03-30 10:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7b1f6a0-d8dc-5edf-a409-1d12080bf074 with scrape type 2
2026-03-30 10:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b7b1f6a0-d8dc-5edf-a409-1d12080bf074, identifier: 1982415
2026-03-30 10:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b7b1f6a0-d8dc-5edf-a409-1d12080bf074 with identifier: 1982415
2026-03-30 10:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b7b1f6a0-d8dc-5edf-a409-1d12080bf074 with identifier: 1982415
2026-03-30 10:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b7b1f6a0-d8dc-5edf-a409-1d12080bf074 with identifier: 1982415 to the API
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:39 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b7b1f6a0-d8dc-5edf-a409-1d12080bf074',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 47670,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982415%27 HTTP/1.1" 200 None
2026-03-30 10:55:39 [ayvens.be] INFO: Saving data for 1982415: {'auction_closing_time': 1774942200.0, 'created_time': 1774478945.199929, 'last_price_update_time': 1774868139.780982}
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982415') HTTP/1.1" 204 0
2026-03-30 10:55:39 [ayvens.be] INFO: Found listing with ID: 1982416
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982416%27 HTTP/1.1" 200 None
2026-03-30 10:55:39 [ayvens.be] INFO: Scrape type for 1982416: 2
2026-03-30 10:55:39 [ayvens.be] INFO: Extracting data for car ID: 1982416
2026-03-30 10:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aff5731d-2d02-541f-82f9-3cbff49e8496 with identifier: 1982416
2026-03-30 10:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aff5731d-2d02-541f-82f9-3cbff49e8496 with scrape type 2
2026-03-30 10:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aff5731d-2d02-541f-82f9-3cbff49e8496 with scrape type 2
2026-03-30 10:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: aff5731d-2d02-541f-82f9-3cbff49e8496, identifier: 1982416
2026-03-30 10:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: aff5731d-2d02-541f-82f9-3cbff49e8496 with identifier: 1982416
2026-03-30 10:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: aff5731d-2d02-541f-82f9-3cbff49e8496 with identifier: 1982416
2026-03-30 10:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: aff5731d-2d02-541f-82f9-3cbff49e8496 with identifier: 1982416 to the API
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:40 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'aff5731d-2d02-541f-82f9-3cbff49e8496',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 62724,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'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-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982416%27 HTTP/1.1" 200 None
2026-03-30 10:55:40 [ayvens.be] INFO: Saving data for 1982416: {'auction_closing_time': 1774942200.0, 'created_time': 1774478946.803706, 'last_price_update_time': 1774868140.206782}
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982416') HTTP/1.1" 204 0
2026-03-30 10:55:40 [ayvens.be] INFO: Found listing with ID: 1982417
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982417%27 HTTP/1.1" 200 None
2026-03-30 10:55:40 [ayvens.be] INFO: Scrape type for 1982417: 2
2026-03-30 10:55:40 [ayvens.be] INFO: Extracting data for car ID: 1982417
2026-03-30 10:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4139ed62-7b28-5253-bc5c-ace461473fc1 with identifier: 1982417
2026-03-30 10:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4139ed62-7b28-5253-bc5c-ace461473fc1 with scrape type 2
2026-03-30 10:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4139ed62-7b28-5253-bc5c-ace461473fc1 with scrape type 2
2026-03-30 10:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4139ed62-7b28-5253-bc5c-ace461473fc1, identifier: 1982417
2026-03-30 10:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4139ed62-7b28-5253-bc5c-ace461473fc1 with identifier: 1982417
2026-03-30 10:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4139ed62-7b28-5253-bc5c-ace461473fc1 with identifier: 1982417
2026-03-30 10:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4139ed62-7b28-5253-bc5c-ace461473fc1 with identifier: 1982417 to the API
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '4139ed62-7b28-5253-bc5c-ace461473fc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'Clio',
'odometer': 62348,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-15',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio 1.0 TCE 100 CORPORATE EDITION',
'transmission': 'manual',
'trim': '1.0 TCE 100 CORPORATE EDITION',
'vin': None,
'year': 2020}
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982417%27 HTTP/1.1" 200 None
2026-03-30 10:55:40 [ayvens.be] INFO: Saving data for 1982417: {'auction_closing_time': 1774942200.0, 'created_time': 1774478950.27522, 'last_price_update_time': 1774868140.644839}
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982417') HTTP/1.1" 204 0
2026-03-30 10:55:40 [ayvens.be] INFO: Found listing with ID: 1982418
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982418%27 HTTP/1.1" 200 None
2026-03-30 10:55:40 [ayvens.be] INFO: Scrape type for 1982418: 2
2026-03-30 10:55:40 [ayvens.be] INFO: Extracting data for car ID: 1982418
2026-03-30 10:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28b481e7-4718-5df7-90aa-83f2fdf704b5 with identifier: 1982418
2026-03-30 10:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28b481e7-4718-5df7-90aa-83f2fdf704b5 with scrape type 2
2026-03-30 10:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28b481e7-4718-5df7-90aa-83f2fdf704b5 with scrape type 2
2026-03-30 10:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 28b481e7-4718-5df7-90aa-83f2fdf704b5, identifier: 1982418
2026-03-30 10:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 28b481e7-4718-5df7-90aa-83f2fdf704b5 with identifier: 1982418
2026-03-30 10:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 28b481e7-4718-5df7-90aa-83f2fdf704b5 with identifier: 1982418
2026-03-30 10:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 28b481e7-4718-5df7-90aa-83f2fdf704b5 with identifier: 1982418 to the API
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:41 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '28b481e7-4718-5df7-90aa-83f2fdf704b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 35405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'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-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982418%27 HTTP/1.1" 200 None
2026-03-30 10:55:41 [ayvens.be] INFO: Saving data for 1982418: {'auction_closing_time': 1774942200.0, 'created_time': 1774478949.914022, 'last_price_update_time': 1774868141.094126}
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982418') HTTP/1.1" 204 0
2026-03-30 10:55:41 [ayvens.be] INFO: Found listing with ID: 1982419
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982419%27 HTTP/1.1" 200 None
2026-03-30 10:55:41 [ayvens.be] INFO: Scrape type for 1982419: 2
2026-03-30 10:55:41 [ayvens.be] INFO: Extracting data for car ID: 1982419
2026-03-30 10:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 667dd1e2-a658-5df0-b59d-4f13d7fb61a6 with identifier: 1982419
2026-03-30 10:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 667dd1e2-a658-5df0-b59d-4f13d7fb61a6 with scrape type 2
2026-03-30 10:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 667dd1e2-a658-5df0-b59d-4f13d7fb61a6 with scrape type 2
2026-03-30 10:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 667dd1e2-a658-5df0-b59d-4f13d7fb61a6, identifier: 1982419
2026-03-30 10:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 667dd1e2-a658-5df0-b59d-4f13d7fb61a6 with identifier: 1982419
2026-03-30 10:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 667dd1e2-a658-5df0-b59d-4f13d7fb61a6 with identifier: 1982419
2026-03-30 10:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 667dd1e2-a658-5df0-b59d-4f13d7fb61a6 with identifier: 1982419 to the API
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:41 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '667dd1e2-a658-5df0-b59d-4f13d7fb61a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'Focus',
'odometer': 74873,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-10',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus 1.0I ECOBOOST 74KW CONNECTED',
'transmission': 'manual',
'trim': '1.0I ECOBOOST 74KW CONNECTED',
'vin': None,
'year': 2021}
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982419%27 HTTP/1.1" 200 None
2026-03-30 10:55:41 [ayvens.be] INFO: Saving data for 1982419: {'auction_closing_time': 1774942200.0, 'created_time': 1774478955.18062, 'last_price_update_time': 1774868141.511913}
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982419') HTTP/1.1" 204 0
2026-03-30 10:55:41 [ayvens.be] INFO: Found listing with ID: 1982420
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982420%27 HTTP/1.1" 200 None
2026-03-30 10:55:41 [ayvens.be] INFO: Scrape type for 1982420: 2
2026-03-30 10:55:41 [ayvens.be] INFO: Extracting data for car ID: 1982420
2026-03-30 10:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd93bbc2-8fc6-58aa-bd77-ab39fbf7acff with identifier: 1982420
2026-03-30 10:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd93bbc2-8fc6-58aa-bd77-ab39fbf7acff with scrape type 2
2026-03-30 10:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd93bbc2-8fc6-58aa-bd77-ab39fbf7acff with scrape type 2
2026-03-30 10:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fd93bbc2-8fc6-58aa-bd77-ab39fbf7acff, identifier: 1982420
2026-03-30 10:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fd93bbc2-8fc6-58aa-bd77-ab39fbf7acff with identifier: 1982420
2026-03-30 10:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fd93bbc2-8fc6-58aa-bd77-ab39fbf7acff with identifier: 1982420
2026-03-30 10:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fd93bbc2-8fc6-58aa-bd77-ab39fbf7acff with identifier: 1982420 to the API
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:41 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'fd93bbc2-8fc6-58aa-bd77-ab39fbf7acff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KAROQ',
'odometer': 121821,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KAROQ 2.0 CRTDI 85KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': '2.0 CRTDI 85KW DSG7 CLEVER',
'vin': None,
'year': 2021}
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982420%27 HTTP/1.1" 200 None
2026-03-30 10:55:41 [ayvens.be] INFO: Saving data for 1982420: {'auction_closing_time': 1774942200.0, 'created_time': 1774478953.595732, 'last_price_update_time': 1774868141.931867}
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982420') HTTP/1.1" 204 0
2026-03-30 10:55:41 [ayvens.be] INFO: Found listing with ID: 1982421
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982421%27 HTTP/1.1" 200 None
2026-03-30 10:55:41 [ayvens.be] INFO: Scrape type for 1982421: 2
2026-03-30 10:55:41 [ayvens.be] INFO: Extracting data for car ID: 1982421
2026-03-30 10:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82a0a085-2c82-5c07-9ec5-ee5f85858273 with identifier: 1982421
2026-03-30 10:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82a0a085-2c82-5c07-9ec5-ee5f85858273 with scrape type 2
2026-03-30 10:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82a0a085-2c82-5c07-9ec5-ee5f85858273 with scrape type 2
2026-03-30 10:55:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 82a0a085-2c82-5c07-9ec5-ee5f85858273, identifier: 1982421
2026-03-30 10:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 82a0a085-2c82-5c07-9ec5-ee5f85858273 with identifier: 1982421
2026-03-30 10:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 82a0a085-2c82-5c07-9ec5-ee5f85858273 with identifier: 1982421
2026-03-30 10:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 82a0a085-2c82-5c07-9ec5-ee5f85858273 with identifier: 1982421 to the API
2026-03-30 10:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:42 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '82a0a085-2c82-5c07-9ec5-ee5f85858273',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 152919,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 1.2 PURETECH 130 S&S AUTO GT',
'transmission': 'automatic',
'trim': '1.2 PURETECH 130 S&S AUTO GT',
'vin': None,
'year': 2022}
2026-03-30 10:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982421%27 HTTP/1.1" 200 None
2026-03-30 10:55:42 [ayvens.be] INFO: Saving data for 1982421: {'auction_closing_time': 1774942200.0, 'created_time': 1774478956.306955, 'last_price_update_time': 1774868142.387881}
2026-03-30 10:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982421') HTTP/1.1" 204 0
2026-03-30 10:55:42 [ayvens.be] INFO: Found listing with ID: 1982422
2026-03-30 10:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982422%27 HTTP/1.1" 200 None
2026-03-30 10:55:42 [ayvens.be] INFO: Scrape type for 1982422: 2
2026-03-30 10:55:42 [ayvens.be] INFO: Extracting data for car ID: 1982422
2026-03-30 10:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de54aad0-1892-529e-8816-f49bbdf46b03 with identifier: 1982422
2026-03-30 10:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de54aad0-1892-529e-8816-f49bbdf46b03 with scrape type 2
2026-03-30 10:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de54aad0-1892-529e-8816-f49bbdf46b03 with scrape type 2
2026-03-30 10:55:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: de54aad0-1892-529e-8816-f49bbdf46b03, identifier: 1982422
2026-03-30 10:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: de54aad0-1892-529e-8816-f49bbdf46b03 with identifier: 1982422
2026-03-30 10:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: de54aad0-1892-529e-8816-f49bbdf46b03 with identifier: 1982422
2026-03-30 10:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: de54aad0-1892-529e-8816-f49bbdf46b03 with identifier: 1982422 to the API
2026-03-30 10:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:43 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'de54aad0-1892-529e-8816-f49bbdf46b03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 143478,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 2.0 35 TDI 110KW S TRONIC BUSINESS EDIT.',
'transmission': 'automatic',
'trim': '2.0 35 TDI 110KW S TRONIC BUSINESS EDIT.',
'vin': None,
'year': 2021}
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982422%27 HTTP/1.1" 200 None
2026-03-30 10:55:43 [ayvens.be] INFO: Saving data for 1982422: {'auction_closing_time': 1774942200.0, 'created_time': 1774478958.688205, 'last_price_update_time': 1774868143.274855}
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982422') HTTP/1.1" 204 0
2026-03-30 10:55:43 [ayvens.be] INFO: Found listing with ID: 1982423
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982423%27 HTTP/1.1" 200 None
2026-03-30 10:55:43 [ayvens.be] INFO: Scrape type for 1982423: 2
2026-03-30 10:55:43 [ayvens.be] INFO: Extracting data for car ID: 1982423
2026-03-30 10:55:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cacb26c-0ca3-50ba-bd38-cb41d7fd3322 with identifier: 1982423
2026-03-30 10:55:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cacb26c-0ca3-50ba-bd38-cb41d7fd3322 with scrape type 2
2026-03-30 10:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cacb26c-0ca3-50ba-bd38-cb41d7fd3322 with scrape type 2
2026-03-30 10:55:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8cacb26c-0ca3-50ba-bd38-cb41d7fd3322, identifier: 1982423
2026-03-30 10:55:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8cacb26c-0ca3-50ba-bd38-cb41d7fd3322 with identifier: 1982423
2026-03-30 10:55:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8cacb26c-0ca3-50ba-bd38-cb41d7fd3322 with identifier: 1982423
2026-03-30 10:55:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8cacb26c-0ca3-50ba-bd38-cb41d7fd3322 with identifier: 1982423 to the API
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:43 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '8cacb26c-0ca3-50ba-bd38-cb41d7fd3322',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 43099,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 CORE',
'transmission': 'manual',
'trim': '1.5 T2 CORE',
'vin': None,
'year': 2023}
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982423%27 HTTP/1.1" 200 None
2026-03-30 10:55:43 [ayvens.be] INFO: Saving data for 1982423: {'auction_closing_time': 1774942200.0, 'created_time': 1774478961.196477, 'last_price_update_time': 1774868143.687744}
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982423') HTTP/1.1" 204 0
2026-03-30 10:55:43 [ayvens.be] INFO: Found listing with ID: 1982424
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982424%27 HTTP/1.1" 200 None
2026-03-30 10:55:43 [ayvens.be] INFO: Scrape type for 1982424: 2
2026-03-30 10:55:43 [ayvens.be] INFO: Extracting data for car ID: 1982424
2026-03-30 10:55:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b442c974-7063-5b36-a79c-8716b8f0080e with identifier: 1982424
2026-03-30 10:55:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b442c974-7063-5b36-a79c-8716b8f0080e with scrape type 2
2026-03-30 10:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b442c974-7063-5b36-a79c-8716b8f0080e with scrape type 2
2026-03-30 10:55:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b442c974-7063-5b36-a79c-8716b8f0080e, identifier: 1982424
2026-03-30 10:55:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b442c974-7063-5b36-a79c-8716b8f0080e with identifier: 1982424
2026-03-30 10:55:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b442c974-7063-5b36-a79c-8716b8f0080e with identifier: 1982424
2026-03-30 10:55:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b442c974-7063-5b36-a79c-8716b8f0080e with identifier: 1982424 to the API
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:44 [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-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'b442c974-7063-5b36-a79c-8716b8f0080e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 67110,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-08',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 BHDI L2 HEAVY 75KW PREMIUM',
'transmission': 'manual',
'trim': '1.5 BHDI L2 HEAVY 75KW PREMIUM',
'vin': None,
'year': 2020}
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982424%27 HTTP/1.1" 200 None
2026-03-30 10:55:44 [ayvens.be] INFO: Saving data for 1982424: {'auction_closing_time': 1774942200.0, 'created_time': 1774478962.993294, 'last_price_update_time': 1774868144.194958}
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982424') HTTP/1.1" 204 0
2026-03-30 10:55:44 [ayvens.be] INFO: Found listing with ID: 1982425
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982425%27 HTTP/1.1" 200 None
2026-03-30 10:55:44 [ayvens.be] INFO: Scrape type for 1982425: 2
2026-03-30 10:55:44 [ayvens.be] INFO: Extracting data for car ID: 1982425
2026-03-30 10:55:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 734ddfbc-827b-54de-a383-eec090b57f08 with identifier: 1982425
2026-03-30 10:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 734ddfbc-827b-54de-a383-eec090b57f08 with scrape type 2
2026-03-30 10:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 734ddfbc-827b-54de-a383-eec090b57f08 with scrape type 2
2026-03-30 10:55:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 734ddfbc-827b-54de-a383-eec090b57f08, identifier: 1982425
2026-03-30 10:55:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 734ddfbc-827b-54de-a383-eec090b57f08 with identifier: 1982425
2026-03-30 10:55:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 734ddfbc-827b-54de-a383-eec090b57f08 with identifier: 1982425
2026-03-30 10:55:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 734ddfbc-827b-54de-a383-eec090b57f08 with identifier: 1982425 to the API
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:44 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '734ddfbc-827b-54de-a383-eec090b57f08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60 - 2017',
'odometer': 140718,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 - 2017 2.0 T6 AWD PHEV Inscription Geartronic',
'transmission': 'automatic',
'trim': '2.0 T6 AWD PHEV Inscription Geartronic',
'vin': None,
'year': 2021}
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982425%27 HTTP/1.1" 200 None
2026-03-30 10:55:44 [ayvens.be] INFO: Saving data for 1982425: {'auction_closing_time': 1774942200.0, 'created_time': 1774478965.156011, 'last_price_update_time': 1774868144.605332}
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982425') HTTP/1.1" 204 0
2026-03-30 10:55:44 [ayvens.be] INFO: Found listing with ID: 1982426
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982426%27 HTTP/1.1" 200 None
2026-03-30 10:55:44 [ayvens.be] INFO: Scrape type for 1982426: 2
2026-03-30 10:55:44 [ayvens.be] INFO: Extracting data for car ID: 1982426
2026-03-30 10:55:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a18994d-ec49-587d-b063-6d3fb6bdd9ad with identifier: 1982426
2026-03-30 10:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a18994d-ec49-587d-b063-6d3fb6bdd9ad with scrape type 2
2026-03-30 10:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a18994d-ec49-587d-b063-6d3fb6bdd9ad with scrape type 2
2026-03-30 10:55:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3a18994d-ec49-587d-b063-6d3fb6bdd9ad, identifier: 1982426
2026-03-30 10:55:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3a18994d-ec49-587d-b063-6d3fb6bdd9ad with identifier: 1982426
2026-03-30 10:55:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3a18994d-ec49-587d-b063-6d3fb6bdd9ad with identifier: 1982426
2026-03-30 10:55:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3a18994d-ec49-587d-b063-6d3fb6bdd9ad with identifier: 1982426 to the API
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:45 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '3a18994d-ec49-587d-b063-6d3fb6bdd9ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT FOURGON MWB DSL - 2016',
'odometer': 78998,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-20',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 2.0 BlueHDi L2 Standard '
'Premium S&S',
'transmission': 'manual',
'trim': '2.0 BlueHDi L2 Standard Premium S&S',
'vin': None,
'year': 2020}
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982426%27 HTTP/1.1" 200 None
2026-03-30 10:55:45 [ayvens.be] INFO: Saving data for 1982426: {'auction_closing_time': 1774942200.0, 'created_time': 1774479010.518353, 'last_price_update_time': 1774868145.032273}
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982426') HTTP/1.1" 204 0
2026-03-30 10:55:45 [ayvens.be] INFO: Found listing with ID: 1982427
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982427%27 HTTP/1.1" 200 None
2026-03-30 10:55:45 [ayvens.be] INFO: Scrape type for 1982427: 2
2026-03-30 10:55:45 [ayvens.be] INFO: Extracting data for car ID: 1982427
2026-03-30 10:55:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 006794fd-0d45-53d2-ad92-893dde83a26f with identifier: 1982427
2026-03-30 10:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 006794fd-0d45-53d2-ad92-893dde83a26f with scrape type 2
2026-03-30 10:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 006794fd-0d45-53d2-ad92-893dde83a26f with scrape type 2
2026-03-30 10:55:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 006794fd-0d45-53d2-ad92-893dde83a26f, identifier: 1982427
2026-03-30 10:55:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 006794fd-0d45-53d2-ad92-893dde83a26f with identifier: 1982427
2026-03-30 10:55:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 006794fd-0d45-53d2-ad92-893dde83a26f with identifier: 1982427
2026-03-30 10:55:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 006794fd-0d45-53d2-ad92-893dde83a26f with identifier: 1982427 to the API
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:45 [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': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '006794fd-0d45-53d2-ad92-893dde83a26f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES BERLINE',
'odometer': 147007,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 318DA (110KW) BERLINE',
'transmission': 'automatic',
'trim': '2.0 318DA (110KW) BERLINE',
'vin': None,
'year': 2021}
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982427%27 HTTP/1.1" 200 None
2026-03-30 10:55:45 [ayvens.be] INFO: Saving data for 1982427: {'auction_closing_time': 1774942200.0, 'created_time': 1774479009.980068, 'last_price_update_time': 1774868145.438273}
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982427') HTTP/1.1" 204 0
2026-03-30 10:55:45 [ayvens.be] INFO: Found listing with ID: 1982428
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982428%27 HTTP/1.1" 200 None
2026-03-30 10:55:45 [ayvens.be] INFO: Scrape type for 1982428: 2
2026-03-30 10:55:45 [ayvens.be] INFO: Extracting data for car ID: 1982428
2026-03-30 10:55:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7edd12e-9682-5d8d-ab36-625f82b84ab4 with identifier: 1982428
2026-03-30 10:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7edd12e-9682-5d8d-ab36-625f82b84ab4 with scrape type 2
2026-03-30 10:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7edd12e-9682-5d8d-ab36-625f82b84ab4 with scrape type 2
2026-03-30 10:55:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e7edd12e-9682-5d8d-ab36-625f82b84ab4, identifier: 1982428
2026-03-30 10:55:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e7edd12e-9682-5d8d-ab36-625f82b84ab4 with identifier: 1982428
2026-03-30 10:55:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e7edd12e-9682-5d8d-ab36-625f82b84ab4 with identifier: 1982428
2026-03-30 10:55:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e7edd12e-9682-5d8d-ab36-625f82b84ab4 with identifier: 1982428 to the API
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:45 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e7edd12e-9682-5d8d-ab36-625f82b84ab4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 78365,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-26',
'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': 2021}
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982428%27 HTTP/1.1" 200 None
2026-03-30 10:55:45 [ayvens.be] INFO: Saving data for 1982428: {'auction_closing_time': 1774942200.0, 'created_time': 1774479008.963794, 'last_price_update_time': 1774868145.868296}
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982428') HTTP/1.1" 204 0
2026-03-30 10:55:45 [ayvens.be] INFO: Found listing with ID: 1982429
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982429%27 HTTP/1.1" 200 None
2026-03-30 10:55:45 [ayvens.be] INFO: Scrape type for 1982429: 2
2026-03-30 10:55:45 [ayvens.be] INFO: Extracting data for car ID: 1982429
2026-03-30 10:55:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99176e82-1d7f-5fea-8932-0645b25ec15f with identifier: 1982429
2026-03-30 10:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99176e82-1d7f-5fea-8932-0645b25ec15f with scrape type 2
2026-03-30 10:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99176e82-1d7f-5fea-8932-0645b25ec15f with scrape type 2
2026-03-30 10:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 99176e82-1d7f-5fea-8932-0645b25ec15f, identifier: 1982429
2026-03-30 10:55:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 99176e82-1d7f-5fea-8932-0645b25ec15f with identifier: 1982429
2026-03-30 10:55:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 99176e82-1d7f-5fea-8932-0645b25ec15f with identifier: 1982429
2026-03-30 10:55:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 99176e82-1d7f-5fea-8932-0645b25ec15f with identifier: 1982429 to the API
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:46 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '99176e82-1d7f-5fea-8932-0645b25ec15f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ARONA',
'odometer': 39164,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI 81KW MOVE',
'transmission': 'manual',
'trim': '1.0 TSI 81KW MOVE',
'vin': None,
'year': 2023}
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982429%27 HTTP/1.1" 200 None
2026-03-30 10:55:46 [ayvens.be] INFO: Saving data for 1982429: {'auction_closing_time': 1774942200.0, 'created_time': 1774478980.424613, 'last_price_update_time': 1774868146.279453}
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982429') HTTP/1.1" 204 0
2026-03-30 10:55:46 [ayvens.be] INFO: Found listing with ID: 1982430
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982430%27 HTTP/1.1" 200 None
2026-03-30 10:55:46 [ayvens.be] INFO: Scrape type for 1982430: 2
2026-03-30 10:55:46 [ayvens.be] INFO: Extracting data for car ID: 1982430
2026-03-30 10:55:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b320123d-41b6-543f-bb50-94cead8a936e with identifier: 1982430
2026-03-30 10:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b320123d-41b6-543f-bb50-94cead8a936e with scrape type 2
2026-03-30 10:55:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b320123d-41b6-543f-bb50-94cead8a936e with scrape type 2
2026-03-30 10:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b320123d-41b6-543f-bb50-94cead8a936e, identifier: 1982430
2026-03-30 10:55:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b320123d-41b6-543f-bb50-94cead8a936e with identifier: 1982430
2026-03-30 10:55:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b320123d-41b6-543f-bb50-94cead8a936e with identifier: 1982430
2026-03-30 10:55:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b320123d-41b6-543f-bb50-94cead8a936e with identifier: 1982430 to the API
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:46 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': 'b320123d-41b6-543f-bb50-94cead8a936e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'ENYAQ',
'odometer': 52903,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-18',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA ENYAQ 62KWH IV 60',
'transmission': 'automatic',
'trim': '62KWH IV 60',
'vin': None,
'year': 2023}
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982430%27 HTTP/1.1" 200 None
2026-03-30 10:55:46 [ayvens.be] INFO: Saving data for 1982430: {'auction_closing_time': 1774942200.0, 'created_time': 1774478975.697299, 'last_price_update_time': 1774868146.725931}
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982430') HTTP/1.1" 204 0
2026-03-30 10:55:46 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 900
2026-03-30 10:55:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:55:48 [ayvens.be] INFO: Found listing with ID: 1982431
2026-03-30 10:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982431%27 HTTP/1.1" 200 None
2026-03-30 10:55:48 [ayvens.be] INFO: Scrape type for 1982431: 2
2026-03-30 10:55:48 [ayvens.be] INFO: Extracting data for car ID: 1982431
2026-03-30 10:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d9a820-3a3f-5874-9609-9db0550840c1 with identifier: 1982431
2026-03-30 10:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d9a820-3a3f-5874-9609-9db0550840c1 with scrape type 2
2026-03-30 10:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1d9a820-3a3f-5874-9609-9db0550840c1 with scrape type 2
2026-03-30 10:55:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d1d9a820-3a3f-5874-9609-9db0550840c1, identifier: 1982431
2026-03-30 10:55:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d1d9a820-3a3f-5874-9609-9db0550840c1 with identifier: 1982431
2026-03-30 10:55:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d1d9a820-3a3f-5874-9609-9db0550840c1 with identifier: 1982431
2026-03-30 10:55:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d1d9a820-3a3f-5874-9609-9db0550840c1 with identifier: 1982431 to the API
2026-03-30 10:55:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:49 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd1d9a820-3a3f-5874-9609-9db0550840c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 30433,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA 1.3 TCE MHEV 140 R.S. LINE EDC',
'transmission': 'automatic',
'trim': '1.3 TCE MHEV 140 R.S. LINE EDC',
'vin': None,
'year': 2022}
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982431%27 HTTP/1.1" 200 None
2026-03-30 10:55:49 [ayvens.be] INFO: Saving data for 1982431: {'auction_closing_time': 1774942200.0, 'created_time': 1774478973.814668, 'last_price_update_time': 1774868149.149336}
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982431') HTTP/1.1" 204 0
2026-03-30 10:55:49 [ayvens.be] INFO: Found listing with ID: 1982432
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982432%27 HTTP/1.1" 200 None
2026-03-30 10:55:49 [ayvens.be] INFO: Scrape type for 1982432: 2
2026-03-30 10:55:49 [ayvens.be] INFO: Extracting data for car ID: 1982432
2026-03-30 10:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae9b7317-3666-5793-8bd7-fc93e9fb3c3c with identifier: 1982432
2026-03-30 10:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae9b7317-3666-5793-8bd7-fc93e9fb3c3c with scrape type 2
2026-03-30 10:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae9b7317-3666-5793-8bd7-fc93e9fb3c3c with scrape type 2
2026-03-30 10:55:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ae9b7317-3666-5793-8bd7-fc93e9fb3c3c, identifier: 1982432
2026-03-30 10:55:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ae9b7317-3666-5793-8bd7-fc93e9fb3c3c with identifier: 1982432
2026-03-30 10:55:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ae9b7317-3666-5793-8bd7-fc93e9fb3c3c with identifier: 1982432
2026-03-30 10:55:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ae9b7317-3666-5793-8bd7-fc93e9fb3c3c with identifier: 1982432 to the API
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:49 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'ae9b7317-3666-5793-8bd7-fc93e9fb3c3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ARONA',
'odometer': 60189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-15',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI Move! DSG (EU6.2)',
'transmission': 'automatic',
'trim': '1.0 TSI Move! DSG (EU6.2)',
'vin': None,
'year': 2020}
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982432%27 HTTP/1.1" 200 None
2026-03-30 10:55:49 [ayvens.be] INFO: Saving data for 1982432: {'auction_closing_time': 1774942200.0, 'created_time': 1774478972.748628, 'last_price_update_time': 1774868149.621529}
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982432') HTTP/1.1" 204 0
2026-03-30 10:55:49 [ayvens.be] INFO: Found listing with ID: 1982433
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982433%27 HTTP/1.1" 200 None
2026-03-30 10:55:49 [ayvens.be] INFO: Scrape type for 1982433: 2
2026-03-30 10:55:49 [ayvens.be] INFO: Extracting data for car ID: 1982433
2026-03-30 10:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c3a3245-cd3c-575e-bc30-7574e9b71011 with identifier: 1982433
2026-03-30 10:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c3a3245-cd3c-575e-bc30-7574e9b71011 with scrape type 2
2026-03-30 10:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c3a3245-cd3c-575e-bc30-7574e9b71011 with scrape type 2
2026-03-30 10:55:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7c3a3245-cd3c-575e-bc30-7574e9b71011, identifier: 1982433
2026-03-30 10:55:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7c3a3245-cd3c-575e-bc30-7574e9b71011 with identifier: 1982433
2026-03-30 10:55:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7c3a3245-cd3c-575e-bc30-7574e9b71011 with identifier: 1982433
2026-03-30 10:55:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7c3a3245-cd3c-575e-bc30-7574e9b71011 with identifier: 1982433 to the API
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:50 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '7c3a3245-cd3c-575e-bc30-7574e9b71011',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 57430,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'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-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982433%27 HTTP/1.1" 200 None
2026-03-30 10:55:50 [ayvens.be] INFO: Saving data for 1982433: {'auction_closing_time': 1774942200.0, 'created_time': 1774478974.417576, 'last_price_update_time': 1774868150.069368}
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982433') HTTP/1.1" 204 0
2026-03-30 10:55:50 [ayvens.be] INFO: Found listing with ID: 1982434
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982434%27 HTTP/1.1" 200 None
2026-03-30 10:55:50 [ayvens.be] INFO: Scrape type for 1982434: 2
2026-03-30 10:55:50 [ayvens.be] INFO: Extracting data for car ID: 1982434
2026-03-30 10:55:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e70b48f7-8da6-5910-aa96-0829617f29de with identifier: 1982434
2026-03-30 10:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70b48f7-8da6-5910-aa96-0829617f29de with scrape type 2
2026-03-30 10:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e70b48f7-8da6-5910-aa96-0829617f29de with scrape type 2
2026-03-30 10:55:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e70b48f7-8da6-5910-aa96-0829617f29de, identifier: 1982434
2026-03-30 10:55:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e70b48f7-8da6-5910-aa96-0829617f29de with identifier: 1982434
2026-03-30 10:55:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e70b48f7-8da6-5910-aa96-0829617f29de with identifier: 1982434
2026-03-30 10:55:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e70b48f7-8da6-5910-aa96-0829617f29de with identifier: 1982434 to the API
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:50 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e70b48f7-8da6-5910-aa96-0829617f29de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 64633,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 2.0 CRTDI 85KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': '2.0 CRTDI 85KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982434%27 HTTP/1.1" 200 None
2026-03-30 10:55:50 [ayvens.be] INFO: Saving data for 1982434: {'auction_closing_time': 1774942200.0, 'created_time': 1774478976.859149, 'last_price_update_time': 1774868150.496907}
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982434') HTTP/1.1" 204 0
2026-03-30 10:55:50 [ayvens.be] INFO: Found listing with ID: 1982435
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982435%27 HTTP/1.1" 200 None
2026-03-30 10:55:50 [ayvens.be] INFO: Scrape type for 1982435: 2
2026-03-30 10:55:50 [ayvens.be] INFO: Extracting data for car ID: 1982435
2026-03-30 10:55:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f89c3738-2d1b-5d36-ab42-4308943fc454 with identifier: 1982435
2026-03-30 10:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f89c3738-2d1b-5d36-ab42-4308943fc454 with scrape type 2
2026-03-30 10:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f89c3738-2d1b-5d36-ab42-4308943fc454 with scrape type 2
2026-03-30 10:55:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f89c3738-2d1b-5d36-ab42-4308943fc454, identifier: 1982435
2026-03-30 10:55:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f89c3738-2d1b-5d36-ab42-4308943fc454 with identifier: 1982435
2026-03-30 10:55:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f89c3738-2d1b-5d36-ab42-4308943fc454 with identifier: 1982435
2026-03-30 10:55:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f89c3738-2d1b-5d36-ab42-4308943fc454 with identifier: 1982435 to the API
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:51 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f89c3738-2d1b-5d36-ab42-4308943fc454',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'Clio',
'odometer': 48115,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio 1.0 TCE 100 CORPORATE EDITION',
'transmission': 'manual',
'trim': '1.0 TCE 100 CORPORATE EDITION',
'vin': None,
'year': 2020}
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982435%27 HTTP/1.1" 200 None
2026-03-30 10:55:51 [ayvens.be] INFO: Saving data for 1982435: {'auction_closing_time': 1774942200.0, 'created_time': 1774478979.221198, 'last_price_update_time': 1774868151.067598}
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982435') HTTP/1.1" 204 0
2026-03-30 10:55:51 [ayvens.be] INFO: Found listing with ID: 1982436
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982436%27 HTTP/1.1" 200 None
2026-03-30 10:55:51 [ayvens.be] INFO: Scrape type for 1982436: 2
2026-03-30 10:55:51 [ayvens.be] INFO: Extracting data for car ID: 1982436
2026-03-30 10:55:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76f4aa23-fa08-539a-9861-8e6329050ac7 with identifier: 1982436
2026-03-30 10:55:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76f4aa23-fa08-539a-9861-8e6329050ac7 with scrape type 2
2026-03-30 10:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76f4aa23-fa08-539a-9861-8e6329050ac7 with scrape type 2
2026-03-30 10:55:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 76f4aa23-fa08-539a-9861-8e6329050ac7, identifier: 1982436
2026-03-30 10:55:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 76f4aa23-fa08-539a-9861-8e6329050ac7 with identifier: 1982436
2026-03-30 10:55:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 76f4aa23-fa08-539a-9861-8e6329050ac7 with identifier: 1982436
2026-03-30 10:55:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 76f4aa23-fa08-539a-9861-8e6329050ac7 with identifier: 1982436 to the API
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:51 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '76f4aa23-fa08-539a-9861-8e6329050ac7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4 AVANT DIESEL - 2020',
'odometer': 148208,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT DIESEL - 2020 30 TDi',
'transmission': 'manual',
'trim': '30 TDi',
'vin': None,
'year': 2020}
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982436%27 HTTP/1.1" 200 None
2026-03-30 10:55:51 [ayvens.be] INFO: Saving data for 1982436: {'auction_closing_time': 1774942200.0, 'created_time': 1774479006.516343, 'last_price_update_time': 1774868151.482666}
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982436') HTTP/1.1" 204 0
2026-03-30 10:55:51 [ayvens.be] INFO: Found listing with ID: 1982437
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982437%27 HTTP/1.1" 200 None
2026-03-30 10:55:51 [ayvens.be] INFO: Scrape type for 1982437: 2
2026-03-30 10:55:51 [ayvens.be] INFO: Extracting data for car ID: 1982437
2026-03-30 10:55:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f89d208-018d-551e-9200-7252e06ab89e with identifier: 1982437
2026-03-30 10:55:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f89d208-018d-551e-9200-7252e06ab89e with scrape type 2
2026-03-30 10:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f89d208-018d-551e-9200-7252e06ab89e with scrape type 2
2026-03-30 10:55:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9f89d208-018d-551e-9200-7252e06ab89e, identifier: 1982437
2026-03-30 10:55:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9f89d208-018d-551e-9200-7252e06ab89e with identifier: 1982437
2026-03-30 10:55:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 10:55:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9f89d208-018d-551e-9200-7252e06ab89e with identifier: 1982437
2026-03-30 10:55:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9f89d208-018d-551e-9200-7252e06ab89e with identifier: 1982437 to the API
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 164,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '9f89d208-018d-551e-9200-7252e06ab89e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC 29 FOURGON MWB DSL - 20',
'odometer': 93512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-05',
'seats_number': 6,
'seller_name': None,
'title': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 20 1.6 dCi 29 L2H1 Energy '
'Tw.Turbo Gd Conf. STOCK',
'transmission': 'manual',
'trim': '1.6 dCi 29 L2H1 Energy Tw.Turbo Gd Conf. STOCK',
'vin': None,
'year': 2016}
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982437%27 HTTP/1.1" 200 None
2026-03-30 10:55:51 [ayvens.be] INFO: Saving data for 1982437: {'auction_closing_time': 1774942200.0, 'created_time': 1774478983.242525, 'last_price_update_time': 1774868151.923763}
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982437') HTTP/1.1" 204 0
2026-03-30 10:55:51 [ayvens.be] INFO: Found listing with ID: 1982438
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982438%27 HTTP/1.1" 200 None
2026-03-30 10:55:51 [ayvens.be] INFO: Scrape type for 1982438: 2
2026-03-30 10:55:51 [ayvens.be] INFO: Extracting data for car ID: 1982438
2026-03-30 10:55:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf56811e-d6bb-5ebc-b1f9-858a9a9a3d1e with identifier: 1982438
2026-03-30 10:55:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf56811e-d6bb-5ebc-b1f9-858a9a9a3d1e with scrape type 2
2026-03-30 10:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf56811e-d6bb-5ebc-b1f9-858a9a9a3d1e with scrape type 2
2026-03-30 10:55:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bf56811e-d6bb-5ebc-b1f9-858a9a9a3d1e, identifier: 1982438
2026-03-30 10:55:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bf56811e-d6bb-5ebc-b1f9-858a9a9a3d1e with identifier: 1982438
2026-03-30 10:55:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bf56811e-d6bb-5ebc-b1f9-858a9a9a3d1e with identifier: 1982438
2026-03-30 10:55:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bf56811e-d6bb-5ebc-b1f9-858a9a9a3d1e with identifier: 1982438 to the API
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:52 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'bf56811e-d6bb-5ebc-b1f9-858a9a9a3d1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 101949,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 PHEV R-DESIGN DCT',
'transmission': 'automatic',
'trim': '1.5 T4 PHEV R-DESIGN DCT',
'vin': None,
'year': 2022}
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982438%27 HTTP/1.1" 200 None
2026-03-30 10:55:52 [ayvens.be] INFO: Saving data for 1982438: {'auction_closing_time': 1774942200.0, 'created_time': 1774479005.502128, 'last_price_update_time': 1774868152.3537}
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982438') HTTP/1.1" 204 0
2026-03-30 10:55:52 [ayvens.be] INFO: Found listing with ID: 1982439
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982439%27 HTTP/1.1" 200 None
2026-03-30 10:55:52 [ayvens.be] INFO: Scrape type for 1982439: 2
2026-03-30 10:55:52 [ayvens.be] INFO: Extracting data for car ID: 1982439
2026-03-30 10:55:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11297d7e-0041-5c3f-8223-1d581758c2af with identifier: 1982439
2026-03-30 10:55:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11297d7e-0041-5c3f-8223-1d581758c2af with scrape type 2
2026-03-30 10:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11297d7e-0041-5c3f-8223-1d581758c2af with scrape type 2
2026-03-30 10:55:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 11297d7e-0041-5c3f-8223-1d581758c2af, identifier: 1982439
2026-03-30 10:55:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 11297d7e-0041-5c3f-8223-1d581758c2af with identifier: 1982439
2026-03-30 10:55:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 11297d7e-0041-5c3f-8223-1d581758c2af with identifier: 1982439
2026-03-30 10:55:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 11297d7e-0041-5c3f-8223-1d581758c2af with identifier: 1982439 to the API
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:52 [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': 5,
'engine': '1.8L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '11297d7e-0041-5c3f-8223-1d581758c2af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA TOURING SPORTS',
'odometer': 117699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA TOURING SPORTS 1.8 HEV DYNAMIC E-CVT',
'transmission': 'automatic',
'trim': '1.8 HEV DYNAMIC E-CVT',
'vin': None,
'year': 2022}
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982439%27 HTTP/1.1" 200 None
2026-03-30 10:55:52 [ayvens.be] INFO: Saving data for 1982439: {'auction_closing_time': 1774942200.0, 'created_time': 1774478994.212064, 'last_price_update_time': 1774868152.787615}
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982439') HTTP/1.1" 204 0
2026-03-30 10:55:52 [ayvens.be] INFO: Found listing with ID: 1982440
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982440%27 HTTP/1.1" 200 None
2026-03-30 10:55:52 [ayvens.be] INFO: Scrape type for 1982440: 2
2026-03-30 10:55:52 [ayvens.be] INFO: Extracting data for car ID: 1982440
2026-03-30 10:55:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13dae2d0-e29a-59df-8608-9073adf888ee with identifier: 1982440
2026-03-30 10:55:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13dae2d0-e29a-59df-8608-9073adf888ee with scrape type 2
2026-03-30 10:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13dae2d0-e29a-59df-8608-9073adf888ee with scrape type 2
2026-03-30 10:55:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 13dae2d0-e29a-59df-8608-9073adf888ee, identifier: 1982440
2026-03-30 10:55:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 13dae2d0-e29a-59df-8608-9073adf888ee with identifier: 1982440
2026-03-30 10:55:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 13dae2d0-e29a-59df-8608-9073adf888ee with identifier: 1982440
2026-03-30 10:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 13dae2d0-e29a-59df-8608-9073adf888ee with identifier: 1982440 to the API
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:53 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '13dae2d0-e29a-59df-8608-9073adf888ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 110738,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-25',
'seats_number': 7,
'seller_name': None,
'title': 'SKODA KODIAQ 1.5 TSI ACT Sportline II',
'transmission': 'manual',
'trim': '1.5 TSI ACT Sportline II',
'vin': None,
'year': 2020}
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982440%27 HTTP/1.1" 200 None
2026-03-30 10:55:53 [ayvens.be] INFO: Saving data for 1982440: {'auction_closing_time': 1774942200.0, 'created_time': 1774478992.274762, 'last_price_update_time': 1774868153.223303}
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982440') HTTP/1.1" 204 0
2026-03-30 10:55:53 [ayvens.be] INFO: Found listing with ID: 1982441
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982441%27 HTTP/1.1" 200 None
2026-03-30 10:55:53 [ayvens.be] INFO: Scrape type for 1982441: 2
2026-03-30 10:55:53 [ayvens.be] INFO: Extracting data for car ID: 1982441
2026-03-30 10:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 744b5375-f1be-5813-9a5a-21ba7d244bb9 with identifier: 1982441
2026-03-30 10:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 744b5375-f1be-5813-9a5a-21ba7d244bb9 with scrape type 2
2026-03-30 10:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 744b5375-f1be-5813-9a5a-21ba7d244bb9 with scrape type 2
2026-03-30 10:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 744b5375-f1be-5813-9a5a-21ba7d244bb9, identifier: 1982441
2026-03-30 10:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 744b5375-f1be-5813-9a5a-21ba7d244bb9 with identifier: 1982441
2026-03-30 10:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 744b5375-f1be-5813-9a5a-21ba7d244bb9 with identifier: 1982441
2026-03-30 10:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 744b5375-f1be-5813-9a5a-21ba7d244bb9 with identifier: 1982441 to the API
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:53 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '744b5375-f1be-5813-9a5a-21ba7d244bb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER 1400 FOU SWB DSL -',
'odometer': 113085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'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-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982441%27 HTTP/1.1" 200 None
2026-03-30 10:55:53 [ayvens.be] INFO: Saving data for 1982441: {'auction_closing_time': 1774942200.0, 'created_time': 1774478988.129205, 'last_price_update_time': 1774868153.674684}
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982441') HTTP/1.1" 204 0
2026-03-30 10:55:53 [ayvens.be] INFO: Found listing with ID: 1982442
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982442%27 HTTP/1.1" 200 None
2026-03-30 10:55:53 [ayvens.be] INFO: Scrape type for 1982442: 2
2026-03-30 10:55:53 [ayvens.be] INFO: Extracting data for car ID: 1982442
2026-03-30 10:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9f907ef-5d82-5033-af2e-bd0a3e4569b5 with identifier: 1982442
2026-03-30 10:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9f907ef-5d82-5033-af2e-bd0a3e4569b5 with scrape type 2
2026-03-30 10:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9f907ef-5d82-5033-af2e-bd0a3e4569b5 with scrape type 2
2026-03-30 10:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f9f907ef-5d82-5033-af2e-bd0a3e4569b5, identifier: 1982442
2026-03-30 10:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f9f907ef-5d82-5033-af2e-bd0a3e4569b5 with identifier: 1982442
2026-03-30 10:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f9f907ef-5d82-5033-af2e-bd0a3e4569b5 with identifier: 1982442
2026-03-30 10:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f9f907ef-5d82-5033-af2e-bd0a3e4569b5 with identifier: 1982442 to the API
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:54 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f9f907ef-5d82-5033-af2e-bd0a3e4569b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'V90 CROSS COUNTRY',
'odometer': 113361,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V90 CROSS COUNTRY 2.0 B4 D 4WD GEARTR. CROSS COUNTRY PRO',
'transmission': 'automatic',
'trim': '2.0 B4 D 4WD GEARTR. CROSS COUNTRY PRO',
'vin': None,
'year': 2021}
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982442%27 HTTP/1.1" 200 None
2026-03-30 10:55:54 [ayvens.be] INFO: Saving data for 1982442: {'auction_closing_time': 1774942200.0, 'created_time': 1774478989.504201, 'last_price_update_time': 1774868154.087855}
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982442') HTTP/1.1" 204 0
2026-03-30 10:55:54 [ayvens.be] INFO: Found listing with ID: 1982443
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982443%27 HTTP/1.1" 200 None
2026-03-30 10:55:54 [ayvens.be] INFO: Scrape type for 1982443: 2
2026-03-30 10:55:54 [ayvens.be] INFO: Extracting data for car ID: 1982443
2026-03-30 10:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cacad840-061c-5dfe-87e8-f7489674923f with identifier: 1982443
2026-03-30 10:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cacad840-061c-5dfe-87e8-f7489674923f with scrape type 2
2026-03-30 10:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cacad840-061c-5dfe-87e8-f7489674923f with scrape type 2
2026-03-30 10:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cacad840-061c-5dfe-87e8-f7489674923f, identifier: 1982443
2026-03-30 10:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cacad840-061c-5dfe-87e8-f7489674923f with identifier: 1982443
2026-03-30 10:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cacad840-061c-5dfe-87e8-f7489674923f with identifier: 1982443
2026-03-30 10:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cacad840-061c-5dfe-87e8-f7489674923f with identifier: 1982443 to the API
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:54 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'cacad840-061c-5dfe-87e8-f7489674923f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 100765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE18I (100KW)',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I (100KW)',
'vin': None,
'year': 2022}
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982443%27 HTTP/1.1" 200 None
2026-03-30 10:55:54 [ayvens.be] INFO: Saving data for 1982443: {'auction_closing_time': 1774942200.0, 'created_time': 1774478990.919816, 'last_price_update_time': 1774868154.512503}
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982443') HTTP/1.1" 204 0
2026-03-30 10:55:54 [ayvens.be] INFO: Found listing with ID: 1982444
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982444%27 HTTP/1.1" 200 None
2026-03-30 10:55:54 [ayvens.be] INFO: Scrape type for 1982444: 2
2026-03-30 10:55:54 [ayvens.be] INFO: Extracting data for car ID: 1982444
2026-03-30 10:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8131033-29d9-5848-adc6-3c6d85d7287d with identifier: 1982444
2026-03-30 10:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8131033-29d9-5848-adc6-3c6d85d7287d with scrape type 2
2026-03-30 10:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8131033-29d9-5848-adc6-3c6d85d7287d with scrape type 2
2026-03-30 10:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f8131033-29d9-5848-adc6-3c6d85d7287d, identifier: 1982444
2026-03-30 10:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f8131033-29d9-5848-adc6-3c6d85d7287d with identifier: 1982444
2026-03-30 10:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f8131033-29d9-5848-adc6-3c6d85d7287d with identifier: 1982444
2026-03-30 10:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f8131033-29d9-5848-adc6-3c6d85d7287d with identifier: 1982444 to the API
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:54 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f8131033-29d9-5848-adc6-3c6d85d7287d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 86531,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 PHEV INSCRIPTION DCT',
'transmission': 'automatic',
'trim': '1.5 T4 PHEV INSCRIPTION DCT',
'vin': None,
'year': 2022}
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982444%27 HTTP/1.1" 200 None
2026-03-30 10:55:54 [ayvens.be] INFO: Saving data for 1982444: {'auction_closing_time': 1774942200.0, 'created_time': 1774478993.858937, 'last_price_update_time': 1774868154.961699}
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982444') HTTP/1.1" 204 0
2026-03-30 10:55:54 [ayvens.be] INFO: Found listing with ID: 1982445
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982445%27 HTTP/1.1" 200 None
2026-03-30 10:55:54 [ayvens.be] INFO: Scrape type for 1982445: 2
2026-03-30 10:55:54 [ayvens.be] INFO: Extracting data for car ID: 1982445
2026-03-30 10:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e269c9ed-ab32-5654-928d-86dbafcc8c10 with identifier: 1982445
2026-03-30 10:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e269c9ed-ab32-5654-928d-86dbafcc8c10 with scrape type 2
2026-03-30 10:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e269c9ed-ab32-5654-928d-86dbafcc8c10 with scrape type 2
2026-03-30 10:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e269c9ed-ab32-5654-928d-86dbafcc8c10, identifier: 1982445
2026-03-30 10:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e269c9ed-ab32-5654-928d-86dbafcc8c10 with identifier: 1982445
2026-03-30 10:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e269c9ed-ab32-5654-928d-86dbafcc8c10 with identifier: 1982445
2026-03-30 10:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e269c9ed-ab32-5654-928d-86dbafcc8c10 with identifier: 1982445 to the API
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e269c9ed-ab32-5654-928d-86dbafcc8c10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLB',
'odometer': 120789,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'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-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982445%27 HTTP/1.1" 200 None
2026-03-30 10:55:55 [ayvens.be] INFO: Saving data for 1982445: {'auction_closing_time': 1774942200.0, 'created_time': 1774479006.851433, 'last_price_update_time': 1774868155.38288}
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982445') HTTP/1.1" 204 0
2026-03-30 10:55:55 [ayvens.be] INFO: Found listing with ID: 1982446
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982446%27 HTTP/1.1" 200 None
2026-03-30 10:55:55 [ayvens.be] INFO: Scrape type for 1982446: 2
2026-03-30 10:55:55 [ayvens.be] INFO: Extracting data for car ID: 1982446
2026-03-30 10:55:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd475d9c-aaf5-52f3-8d5e-d9ffb116b3e6 with identifier: 1982446
2026-03-30 10:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd475d9c-aaf5-52f3-8d5e-d9ffb116b3e6 with scrape type 2
2026-03-30 10:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd475d9c-aaf5-52f3-8d5e-d9ffb116b3e6 with scrape type 2
2026-03-30 10:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dd475d9c-aaf5-52f3-8d5e-d9ffb116b3e6, identifier: 1982446
2026-03-30 10:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dd475d9c-aaf5-52f3-8d5e-d9ffb116b3e6 with identifier: 1982446
2026-03-30 10:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dd475d9c-aaf5-52f3-8d5e-d9ffb116b3e6 with identifier: 1982446
2026-03-30 10:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dd475d9c-aaf5-52f3-8d5e-d9ffb116b3e6 with identifier: 1982446 to the API
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'dd475d9c-aaf5-52f3-8d5e-d9ffb116b3e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q5',
'odometer': 117065,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 2.0 40 TDI S TRONIC QUATTRO B. ED. ADV',
'transmission': 'automatic',
'trim': '2.0 40 TDI S TRONIC QUATTRO B. ED. ADV',
'vin': None,
'year': 2021}
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982446%27 HTTP/1.1" 200 None
2026-03-30 10:55:55 [ayvens.be] INFO: Saving data for 1982446: {'auction_closing_time': 1774942200.0, 'created_time': 1774479004.60505, 'last_price_update_time': 1774868155.883899}
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982446') HTTP/1.1" 204 0
2026-03-30 10:55:55 [ayvens.be] INFO: Found listing with ID: 1982447
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982447%27 HTTP/1.1" 200 None
2026-03-30 10:55:55 [ayvens.be] INFO: Scrape type for 1982447: 2
2026-03-30 10:55:55 [ayvens.be] INFO: Extracting data for car ID: 1982447
2026-03-30 10:55:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5178048-2c9e-57b9-b033-270f599fcfcb with identifier: 1982447
2026-03-30 10:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5178048-2c9e-57b9-b033-270f599fcfcb with scrape type 2
2026-03-30 10:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5178048-2c9e-57b9-b033-270f599fcfcb with scrape type 2
2026-03-30 10:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a5178048-2c9e-57b9-b033-270f599fcfcb, identifier: 1982447
2026-03-30 10:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a5178048-2c9e-57b9-b033-270f599fcfcb with identifier: 1982447
2026-03-30 10:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a5178048-2c9e-57b9-b033-270f599fcfcb with identifier: 1982447
2026-03-30 10:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a5178048-2c9e-57b9-b033-270f599fcfcb with identifier: 1982447 to the API
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:56 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'a5178048-2c9e-57b9-b033-270f599fcfcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLC',
'odometer': 106638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'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': 2021}
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982447%27 HTTP/1.1" 200 None
2026-03-30 10:55:56 [ayvens.be] INFO: Saving data for 1982447: {'auction_closing_time': 1774942200.0, 'created_time': 1774478999.740072, 'last_price_update_time': 1774868156.277362}
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982447') HTTP/1.1" 204 0
2026-03-30 10:55:56 [ayvens.be] INFO: Found listing with ID: 1982448
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982448%27 HTTP/1.1" 200 None
2026-03-30 10:55:56 [ayvens.be] INFO: Scrape type for 1982448: 2
2026-03-30 10:55:56 [ayvens.be] INFO: Extracting data for car ID: 1982448
2026-03-30 10:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46150241-ab67-52a9-bf8f-5fecb2aa1682 with identifier: 1982448
2026-03-30 10:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46150241-ab67-52a9-bf8f-5fecb2aa1682 with scrape type 2
2026-03-30 10:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46150241-ab67-52a9-bf8f-5fecb2aa1682 with scrape type 2
2026-03-30 10:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 46150241-ab67-52a9-bf8f-5fecb2aa1682, identifier: 1982448
2026-03-30 10:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 46150241-ab67-52a9-bf8f-5fecb2aa1682 with identifier: 1982448
2026-03-30 10:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 46150241-ab67-52a9-bf8f-5fecb2aa1682 with identifier: 1982448
2026-03-30 10:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 46150241-ab67-52a9-bf8f-5fecb2aa1682 with identifier: 1982448 to the API
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:56 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '46150241-ab67-52a9-bf8f-5fecb2aa1682',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 98226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.5 BLUEHDI 96KW S-S AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI 96KW S-S AUTO ALLURE PACK',
'vin': None,
'year': 2021}
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982448%27 HTTP/1.1" 200 None
2026-03-30 10:55:56 [ayvens.be] INFO: Saving data for 1982448: {'auction_closing_time': 1774942200.0, 'created_time': 1774478998.739673, 'last_price_update_time': 1774868156.833135}
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982448') HTTP/1.1" 204 0
2026-03-30 10:55:56 [ayvens.be] INFO: Found listing with ID: 1982449
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982449%27 HTTP/1.1" 200 None
2026-03-30 10:55:56 [ayvens.be] INFO: Scrape type for 1982449: 2
2026-03-30 10:55:56 [ayvens.be] INFO: Extracting data for car ID: 1982449
2026-03-30 10:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 124521f8-a17b-51a0-b34b-df47fd238977 with identifier: 1982449
2026-03-30 10:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 124521f8-a17b-51a0-b34b-df47fd238977 with scrape type 2
2026-03-30 10:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 124521f8-a17b-51a0-b34b-df47fd238977 with scrape type 2
2026-03-30 10:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 124521f8-a17b-51a0-b34b-df47fd238977, identifier: 1982449
2026-03-30 10:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 124521f8-a17b-51a0-b34b-df47fd238977 with identifier: 1982449
2026-03-30 10:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 124521f8-a17b-51a0-b34b-df47fd238977 with identifier: 1982449
2026-03-30 10:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 124521f8-a17b-51a0-b34b-df47fd238977 with identifier: 1982449 to the API
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:57 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '124521f8-a17b-51a0-b34b-df47fd238977',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3',
'odometer': 88535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 SDRIVE18D (100KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 SDRIVE18D (100KW) AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982449%27 HTTP/1.1" 200 None
2026-03-30 10:55:57 [ayvens.be] INFO: Saving data for 1982449: {'auction_closing_time': 1774942200.0, 'created_time': 1774479001.256982, 'last_price_update_time': 1774868157.264307}
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982449') HTTP/1.1" 204 0
2026-03-30 10:55:57 [ayvens.be] INFO: Found listing with ID: 1982450
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982450%27 HTTP/1.1" 200 None
2026-03-30 10:55:57 [ayvens.be] INFO: Scrape type for 1982450: 2
2026-03-30 10:55:57 [ayvens.be] INFO: Extracting data for car ID: 1982450
2026-03-30 10:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d457ea5-817c-5892-85d4-161dbe8956cc with identifier: 1982450
2026-03-30 10:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d457ea5-817c-5892-85d4-161dbe8956cc with scrape type 2
2026-03-30 10:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d457ea5-817c-5892-85d4-161dbe8956cc with scrape type 2
2026-03-30 10:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3d457ea5-817c-5892-85d4-161dbe8956cc, identifier: 1982450
2026-03-30 10:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3d457ea5-817c-5892-85d4-161dbe8956cc with identifier: 1982450
2026-03-30 10:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3d457ea5-817c-5892-85d4-161dbe8956cc with identifier: 1982450
2026-03-30 10:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3d457ea5-817c-5892-85d4-161dbe8956cc with identifier: 1982450 to the API
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55: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-30 10:55:57 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '3d457ea5-817c-5892-85d4-161dbe8956cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 87507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PURETECH 96KW S-S AUTO GT',
'transmission': 'automatic',
'trim': '1.2 PURETECH 96KW S-S AUTO GT',
'vin': None,
'year': 2022}
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982450%27 HTTP/1.1" 200 None
2026-03-30 10:55:57 [ayvens.be] INFO: Saving data for 1982450: {'auction_closing_time': 1774942200.0, 'created_time': 1774479002.980497, 'last_price_update_time': 1774868157.726243}
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982450') HTTP/1.1" 204 0
2026-03-30 10:55:57 [ayvens.be] INFO: Found listing with ID: 1982451
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982451%27 HTTP/1.1" 200 None
2026-03-30 10:55:57 [ayvens.be] INFO: Scrape type for 1982451: 2
2026-03-30 10:55:57 [ayvens.be] INFO: Extracting data for car ID: 1982451
2026-03-30 10:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 334d5026-7bd1-5ecd-b307-f4eeeee4f100 with identifier: 1982451
2026-03-30 10:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 334d5026-7bd1-5ecd-b307-f4eeeee4f100 with scrape type 2
2026-03-30 10:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 334d5026-7bd1-5ecd-b307-f4eeeee4f100 with scrape type 2
2026-03-30 10:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 334d5026-7bd1-5ecd-b307-f4eeeee4f100, identifier: 1982451
2026-03-30 10:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 334d5026-7bd1-5ecd-b307-f4eeeee4f100 with identifier: 1982451
2026-03-30 10:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 334d5026-7bd1-5ecd-b307-f4eeeee4f100 with identifier: 1982451
2026-03-30 10:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 334d5026-7bd1-5ecd-b307-f4eeeee4f100 with identifier: 1982451 to the API
2026-03-30 10:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:58 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '334d5026-7bd1-5ecd-b307-f4eeeee4f100',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 90608,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 EVOLUTION',
'transmission': 'manual',
'trim': '1.0 TCE 90 EVOLUTION',
'vin': None,
'year': 2022}
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982451%27 HTTP/1.1" 200 None
2026-03-30 10:55:58 [ayvens.be] INFO: Saving data for 1982451: {'auction_closing_time': 1774942200.0, 'created_time': 1774479003.959583, 'last_price_update_time': 1774868158.175044}
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982451') HTTP/1.1" 204 0
2026-03-30 10:55:58 [ayvens.be] INFO: Found listing with ID: 1982452
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982452%27 HTTP/1.1" 200 None
2026-03-30 10:55:58 [ayvens.be] INFO: Scrape type for 1982452: 2
2026-03-30 10:55:58 [ayvens.be] INFO: Extracting data for car ID: 1982452
2026-03-30 10:55:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8379ce6a-5c44-5957-9b56-b8dfd0fc742b with identifier: 1982452
2026-03-30 10:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8379ce6a-5c44-5957-9b56-b8dfd0fc742b with scrape type 2
2026-03-30 10:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8379ce6a-5c44-5957-9b56-b8dfd0fc742b with scrape type 2
2026-03-30 10:55:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8379ce6a-5c44-5957-9b56-b8dfd0fc742b, identifier: 1982452
2026-03-30 10:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8379ce6a-5c44-5957-9b56-b8dfd0fc742b with identifier: 1982452
2026-03-30 10:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8379ce6a-5c44-5957-9b56-b8dfd0fc742b with identifier: 1982452
2026-03-30 10:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8379ce6a-5c44-5957-9b56-b8dfd0fc742b with identifier: 1982452 to the API
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:58 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '8379ce6a-5c44-5957-9b56-b8dfd0fc742b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 111609,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E PHEV S 4WD AUTO',
'transmission': 'automatic',
'trim': '1.5 P300E PHEV S 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982452%27 HTTP/1.1" 200 None
2026-03-30 10:55:58 [ayvens.be] INFO: Saving data for 1982452: {'auction_closing_time': 1774942200.0, 'created_time': 1774479007.655769, 'last_price_update_time': 1774868158.601408}
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982452') HTTP/1.1" 204 0
2026-03-30 10:55:58 [ayvens.be] INFO: Found listing with ID: 1982453
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982453%27 HTTP/1.1" 200 None
2026-03-30 10:55:58 [ayvens.be] INFO: Scrape type for 1982453: 2
2026-03-30 10:55:58 [ayvens.be] INFO: Extracting data for car ID: 1982453
2026-03-30 10:55:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9370e14-c0eb-5ddf-8842-2b34b9c2017a with identifier: 1982453
2026-03-30 10:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9370e14-c0eb-5ddf-8842-2b34b9c2017a with scrape type 2
2026-03-30 10:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9370e14-c0eb-5ddf-8842-2b34b9c2017a with scrape type 2
2026-03-30 10:55:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e9370e14-c0eb-5ddf-8842-2b34b9c2017a, identifier: 1982453
2026-03-30 10:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e9370e14-c0eb-5ddf-8842-2b34b9c2017a with identifier: 1982453
2026-03-30 10:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e9370e14-c0eb-5ddf-8842-2b34b9c2017a with identifier: 1982453
2026-03-30 10:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e9370e14-c0eb-5ddf-8842-2b34b9c2017a with identifier: 1982453 to the API
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:59 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'e9370e14-c0eb-5ddf-8842-2b34b9c2017a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS CLIPPER',
'odometer': 85509,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW ST-LINE',
'transmission': 'manual',
'trim': '1.5 ECOBLUE 88KW ST-LINE',
'vin': None,
'year': 2021}
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982453%27 HTTP/1.1" 200 None
2026-03-30 10:55:59 [ayvens.be] INFO: Saving data for 1982453: {'auction_closing_time': 1774942200.0, 'created_time': 1774479011.087251, 'last_price_update_time': 1774868159.043765}
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982453') HTTP/1.1" 204 0
2026-03-30 10:55:59 [ayvens.be] INFO: Found listing with ID: 1982454
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982454%27 HTTP/1.1" 200 None
2026-03-30 10:55:59 [ayvens.be] INFO: Scrape type for 1982454: 2
2026-03-30 10:55:59 [ayvens.be] INFO: Extracting data for car ID: 1982454
2026-03-30 10:55:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217ee1da-dc21-5227-8fe5-b861fcdd2aa0 with identifier: 1982454
2026-03-30 10:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217ee1da-dc21-5227-8fe5-b861fcdd2aa0 with scrape type 2
2026-03-30 10:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217ee1da-dc21-5227-8fe5-b861fcdd2aa0 with scrape type 2
2026-03-30 10:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 217ee1da-dc21-5227-8fe5-b861fcdd2aa0, identifier: 1982454
2026-03-30 10:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 217ee1da-dc21-5227-8fe5-b861fcdd2aa0 with identifier: 1982454
2026-03-30 10:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 217ee1da-dc21-5227-8fe5-b861fcdd2aa0 with identifier: 1982454
2026-03-30 10:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 217ee1da-dc21-5227-8fe5-b861fcdd2aa0 with identifier: 1982454 to the API
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:59 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '217ee1da-dc21-5227-8fe5-b861fcdd2aa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 88839,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 316DA (90KW) TOURING',
'transmission': 'automatic',
'trim': '2.0 316DA (90KW) TOURING',
'vin': None,
'year': 2021}
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982454%27 HTTP/1.1" 200 None
2026-03-30 10:55:59 [ayvens.be] INFO: Saving data for 1982454: {'auction_closing_time': 1774942200.0, 'created_time': 1774479012.9934, 'last_price_update_time': 1774868159.436797}
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982454') HTTP/1.1" 204 0
2026-03-30 10:55:59 [ayvens.be] INFO: Found listing with ID: 1982455
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982455%27 HTTP/1.1" 200 None
2026-03-30 10:55:59 [ayvens.be] INFO: Scrape type for 1982455: 2
2026-03-30 10:55:59 [ayvens.be] INFO: Extracting data for car ID: 1982455
2026-03-30 10:55:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5937440-5f5a-5726-91e1-234d4722949e with identifier: 1982455
2026-03-30 10:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5937440-5f5a-5726-91e1-234d4722949e with scrape type 2
2026-03-30 10:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5937440-5f5a-5726-91e1-234d4722949e with scrape type 2
2026-03-30 10:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e5937440-5f5a-5726-91e1-234d4722949e, identifier: 1982455
2026-03-30 10:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e5937440-5f5a-5726-91e1-234d4722949e with identifier: 1982455
2026-03-30 10:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e5937440-5f5a-5726-91e1-234d4722949e with identifier: 1982455
2026-03-30 10:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e5937440-5f5a-5726-91e1-234d4722949e with identifier: 1982455 to the API
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:55:59 [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': '2.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e5937440-5f5a-5726-91e1-234d4722949e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'LEXUS',
'model': 'ES',
'odometer': 110761,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'LEXUS ES 2.5 300H HEV EXPLORE LINE',
'transmission': 'automatic',
'trim': '2.5 300H HEV EXPLORE LINE',
'vin': None,
'year': 2021}
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982455%27 HTTP/1.1" 200 None
2026-03-30 10:55:59 [ayvens.be] INFO: Saving data for 1982455: {'auction_closing_time': 1774942200.0, 'created_time': 1774479014.514879, 'last_price_update_time': 1774868159.842734}
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982455') HTTP/1.1" 204 0
2026-03-30 10:55:59 [ayvens.be] INFO: Found listing with ID: 1982456
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982456%27 HTTP/1.1" 200 None
2026-03-30 10:55:59 [ayvens.be] INFO: Scrape type for 1982456: 2
2026-03-30 10:55:59 [ayvens.be] INFO: Extracting data for car ID: 1982456
2026-03-30 10:55:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680145e4-e929-5ac8-a9fc-3c7d2628abbb with identifier: 1982456
2026-03-30 10:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680145e4-e929-5ac8-a9fc-3c7d2628abbb with scrape type 2
2026-03-30 10:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680145e4-e929-5ac8-a9fc-3c7d2628abbb with scrape type 2
2026-03-30 10:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 680145e4-e929-5ac8-a9fc-3c7d2628abbb, identifier: 1982456
2026-03-30 10:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 680145e4-e929-5ac8-a9fc-3c7d2628abbb with identifier: 1982456
2026-03-30 10:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 680145e4-e929-5ac8-a9fc-3c7d2628abbb with identifier: 1982456
2026-03-30 10:56:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 680145e4-e929-5ac8-a9fc-3c7d2628abbb with identifier: 1982456 to the API
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:00 [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.3L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '680145e4-e929-5ac8-a9fc-3c7d2628abbb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA',
'odometer': 93864,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 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-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982456%27 HTTP/1.1" 200 None
2026-03-30 10:56:00 [ayvens.be] INFO: Saving data for 1982456: {'auction_closing_time': 1774942200.0, 'created_time': 1774479017.841809, 'last_price_update_time': 1774868160.282195}
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982456') HTTP/1.1" 204 0
2026-03-30 10:56:00 [ayvens.be] INFO: Found listing with ID: 1982457
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982457%27 HTTP/1.1" 200 None
2026-03-30 10:56:00 [ayvens.be] INFO: Scrape type for 1982457: 2
2026-03-30 10:56:00 [ayvens.be] INFO: Extracting data for car ID: 1982457
2026-03-30 10:56:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e98e6b75-f185-59ed-bb03-81af154fd551 with identifier: 1982457
2026-03-30 10:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e98e6b75-f185-59ed-bb03-81af154fd551 with scrape type 2
2026-03-30 10:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e98e6b75-f185-59ed-bb03-81af154fd551 with scrape type 2
2026-03-30 10:56:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e98e6b75-f185-59ed-bb03-81af154fd551, identifier: 1982457
2026-03-30 10:56:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e98e6b75-f185-59ed-bb03-81af154fd551 with identifier: 1982457
2026-03-30 10:56:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e98e6b75-f185-59ed-bb03-81af154fd551 with identifier: 1982457
2026-03-30 10:56:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e98e6b75-f185-59ed-bb03-81af154fd551 with identifier: 1982457 to the API
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:00 [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': 5,
'engine': '2.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e98e6b75-f185-59ed-bb03-81af154fd551',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 117920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-10',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 2.5 HYBRID DYNAMIC BUSINESS E-CVT',
'transmission': 'automatic',
'trim': '2.5 HYBRID DYNAMIC BUSINESS E-CVT',
'vin': None,
'year': 2020}
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982457%27 HTTP/1.1" 200 None
2026-03-30 10:56:00 [ayvens.be] INFO: Saving data for 1982457: {'auction_closing_time': 1774942200.0, 'created_time': 1774479019.188729, 'last_price_update_time': 1774868160.789478}
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982457') HTTP/1.1" 204 0
2026-03-30 10:56:00 [ayvens.be] INFO: Found listing with ID: 1982458
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982458%27 HTTP/1.1" 200 None
2026-03-30 10:56:00 [ayvens.be] INFO: Scrape type for 1982458: 2
2026-03-30 10:56:00 [ayvens.be] INFO: Extracting data for car ID: 1982458
2026-03-30 10:56:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2fc4b69-4ee2-5ab1-b8c3-0ffdb618c2f1 with identifier: 1982458
2026-03-30 10:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2fc4b69-4ee2-5ab1-b8c3-0ffdb618c2f1 with scrape type 2
2026-03-30 10:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2fc4b69-4ee2-5ab1-b8c3-0ffdb618c2f1 with scrape type 2
2026-03-30 10:56:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f2fc4b69-4ee2-5ab1-b8c3-0ffdb618c2f1, identifier: 1982458
2026-03-30 10:56:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f2fc4b69-4ee2-5ab1-b8c3-0ffdb618c2f1 with identifier: 1982458
2026-03-30 10:56:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f2fc4b69-4ee2-5ab1-b8c3-0ffdb618c2f1 with identifier: 1982458
2026-03-30 10:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f2fc4b69-4ee2-5ab1-b8c3-0ffdb618c2f1 with identifier: 1982458 to the API
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:01 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f2fc4b69-4ee2-5ab1-b8c3-0ffdb618c2f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 85391,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-20',
'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-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982458%27 HTTP/1.1" 200 None
2026-03-30 10:56:01 [ayvens.be] INFO: Saving data for 1982458: {'auction_closing_time': 1774942200.0, 'created_time': 1774479020.435229, 'last_price_update_time': 1774868161.215968}
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982458') HTTP/1.1" 204 0
2026-03-30 10:56:01 [ayvens.be] INFO: Found listing with ID: 1982459
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982459%27 HTTP/1.1" 200 None
2026-03-30 10:56:01 [ayvens.be] INFO: Scrape type for 1982459: 2
2026-03-30 10:56:01 [ayvens.be] INFO: Extracting data for car ID: 1982459
2026-03-30 10:56:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10a5e25e-516f-5f87-bbbb-30b29f313e8f with identifier: 1982459
2026-03-30 10:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10a5e25e-516f-5f87-bbbb-30b29f313e8f with scrape type 2
2026-03-30 10:56:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10a5e25e-516f-5f87-bbbb-30b29f313e8f with scrape type 2
2026-03-30 10:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 10a5e25e-516f-5f87-bbbb-30b29f313e8f, identifier: 1982459
2026-03-30 10:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 10a5e25e-516f-5f87-bbbb-30b29f313e8f with identifier: 1982459
2026-03-30 10:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 10a5e25e-516f-5f87-bbbb-30b29f313e8f with identifier: 1982459
2026-03-30 10:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 10a5e25e-516f-5f87-bbbb-30b29f313e8f with identifier: 1982459 to the API
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:01 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '10a5e25e-516f-5f87-bbbb-30b29f313e8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 119346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC 1.0 TSI STYLE',
'transmission': 'manual',
'trim': '1.0 TSI STYLE',
'vin': None,
'year': 2020}
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982459%27 HTTP/1.1" 200 None
2026-03-30 10:56:01 [ayvens.be] INFO: Saving data for 1982459: {'auction_closing_time': 1774942200.0, 'created_time': 1774479027.959642, 'last_price_update_time': 1774868161.635366}
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982459') HTTP/1.1" 204 0
2026-03-30 10:56:01 [ayvens.be] INFO: Found listing with ID: 1982460
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982460%27 HTTP/1.1" 200 None
2026-03-30 10:56:01 [ayvens.be] INFO: Scrape type for 1982460: 2
2026-03-30 10:56:01 [ayvens.be] INFO: Extracting data for car ID: 1982460
2026-03-30 10:56:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31ba1b1c-b18f-5649-8f03-bc82dc358998 with identifier: 1982460
2026-03-30 10:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ba1b1c-b18f-5649-8f03-bc82dc358998 with scrape type 2
2026-03-30 10:56:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31ba1b1c-b18f-5649-8f03-bc82dc358998 with scrape type 2
2026-03-30 10:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 31ba1b1c-b18f-5649-8f03-bc82dc358998, identifier: 1982460
2026-03-30 10:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 31ba1b1c-b18f-5649-8f03-bc82dc358998 with identifier: 1982460
2026-03-30 10:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 31ba1b1c-b18f-5649-8f03-bc82dc358998 with identifier: 1982460
2026-03-30 10:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 31ba1b1c-b18f-5649-8f03-bc82dc358998 with identifier: 1982460 to the API
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:02 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '31ba1b1c-b18f-5649-8f03-bc82dc358998',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3',
'odometer': 110356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 2.0 35 TDI S TRONIC BUS. ED. ATTRACTION',
'transmission': 'automatic',
'trim': '2.0 35 TDI S TRONIC BUS. ED. ATTRACTION',
'vin': None,
'year': 2023}
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982460%27 HTTP/1.1" 200 None
2026-03-30 10:56:02 [ayvens.be] INFO: Saving data for 1982460: {'auction_closing_time': 1774942200.0, 'created_time': 1774479023.903214, 'last_price_update_time': 1774868162.078122}
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982460') HTTP/1.1" 204 0
2026-03-30 10:56:02 [ayvens.be] INFO: Found listing with ID: 1982461
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982461%27 HTTP/1.1" 200 None
2026-03-30 10:56:02 [ayvens.be] INFO: Scrape type for 1982461: 2
2026-03-30 10:56:02 [ayvens.be] INFO: Extracting data for car ID: 1982461
2026-03-30 10:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 727ae113-be3c-5cd8-819d-c53d0943f35d with identifier: 1982461
2026-03-30 10:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 727ae113-be3c-5cd8-819d-c53d0943f35d with scrape type 2
2026-03-30 10:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 727ae113-be3c-5cd8-819d-c53d0943f35d with scrape type 2
2026-03-30 10:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 727ae113-be3c-5cd8-819d-c53d0943f35d, identifier: 1982461
2026-03-30 10:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 727ae113-be3c-5cd8-819d-c53d0943f35d with identifier: 1982461
2026-03-30 10:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 727ae113-be3c-5cd8-819d-c53d0943f35d with identifier: 1982461
2026-03-30 10:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 727ae113-be3c-5cd8-819d-c53d0943f35d with identifier: 1982461 to the API
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:02 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '727ae113-be3c-5cd8-819d-c53d0943f35d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'SANTA FE',
'odometer': 100708,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-11',
'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': 2022}
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982461%27 HTTP/1.1" 200 None
2026-03-30 10:56:02 [ayvens.be] INFO: Saving data for 1982461: {'auction_closing_time': 1774942200.0, 'created_time': 1774479026.600928, 'last_price_update_time': 1774868162.486607}
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982461') HTTP/1.1" 204 0
2026-03-30 10:56:02 [ayvens.be] INFO: Found listing with ID: 1982462
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982462%27 HTTP/1.1" 200 None
2026-03-30 10:56:02 [ayvens.be] INFO: Scrape type for 1982462: 2
2026-03-30 10:56:02 [ayvens.be] INFO: Extracting data for car ID: 1982462
2026-03-30 10:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d58fe7a9-29b5-53a0-8f5f-57935b9876bf with identifier: 1982462
2026-03-30 10:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d58fe7a9-29b5-53a0-8f5f-57935b9876bf with scrape type 2
2026-03-30 10:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d58fe7a9-29b5-53a0-8f5f-57935b9876bf with scrape type 2
2026-03-30 10:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d58fe7a9-29b5-53a0-8f5f-57935b9876bf, identifier: 1982462
2026-03-30 10:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d58fe7a9-29b5-53a0-8f5f-57935b9876bf with identifier: 1982462
2026-03-30 10:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d58fe7a9-29b5-53a0-8f5f-57935b9876bf with identifier: 1982462
2026-03-30 10:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d58fe7a9-29b5-53a0-8f5f-57935b9876bf with identifier: 1982462 to the API
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:02 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'd58fe7a9-29b5-53a0-8f5f-57935b9876bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 88626,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-28',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0TD 130PS TREND FWD 300 LWB',
'transmission': 'manual',
'trim': '2.0TD 130PS TREND FWD 300 LWB',
'vin': None,
'year': 2022}
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982462%27 HTTP/1.1" 200 None
2026-03-30 10:56:02 [ayvens.be] INFO: Saving data for 1982462: {'auction_closing_time': 1774942200.0, 'created_time': 1774479025.090594, 'last_price_update_time': 1774868162.90194}
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982462') HTTP/1.1" 204 0
2026-03-30 10:56:02 [ayvens.be] INFO: Found listing with ID: 1982463
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982463%27 HTTP/1.1" 200 None
2026-03-30 10:56:02 [ayvens.be] INFO: Scrape type for 1982463: 2
2026-03-30 10:56:02 [ayvens.be] INFO: Extracting data for car ID: 1982463
2026-03-30 10:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e3a40c-f91b-586f-9246-b79dc3c5b78b with identifier: 1982463
2026-03-30 10:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e3a40c-f91b-586f-9246-b79dc3c5b78b with scrape type 2
2026-03-30 10:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2e3a40c-f91b-586f-9246-b79dc3c5b78b with scrape type 2
2026-03-30 10:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e2e3a40c-f91b-586f-9246-b79dc3c5b78b, identifier: 1982463
2026-03-30 10:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e2e3a40c-f91b-586f-9246-b79dc3c5b78b with identifier: 1982463
2026-03-30 10:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e2e3a40c-f91b-586f-9246-b79dc3c5b78b with identifier: 1982463
2026-03-30 10:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e2e3a40c-f91b-586f-9246-b79dc3c5b78b with identifier: 1982463 to the API
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:03 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e2e3a40c-f91b-586f-9246-b79dc3c5b78b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 87111,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'transmission': 'automatic',
'trim': '1.2 PURETECH 96KW S-S AUTO GT PACK',
'vin': None,
'year': 2023}
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982463%27 HTTP/1.1" 200 None
2026-03-30 10:56:03 [ayvens.be] INFO: Saving data for 1982463: {'auction_closing_time': 1774942200.0, 'created_time': 1774479027.61123, 'last_price_update_time': 1774868163.325563}
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982463') HTTP/1.1" 204 0
2026-03-30 10:56:03 [ayvens.be] INFO: Found listing with ID: 1982464
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982464%27 HTTP/1.1" 200 None
2026-03-30 10:56:03 [ayvens.be] INFO: Scrape type for 1982464: 2
2026-03-30 10:56:03 [ayvens.be] INFO: Extracting data for car ID: 1982464
2026-03-30 10:56:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d499af-3843-575a-be0e-d5894765409c with identifier: 1982464
2026-03-30 10:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d499af-3843-575a-be0e-d5894765409c with scrape type 2
2026-03-30 10:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69d499af-3843-575a-be0e-d5894765409c with scrape type 2
2026-03-30 10:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 69d499af-3843-575a-be0e-d5894765409c, identifier: 1982464
2026-03-30 10:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 69d499af-3843-575a-be0e-d5894765409c with identifier: 1982464
2026-03-30 10:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 69d499af-3843-575a-be0e-d5894765409c with identifier: 1982464
2026-03-30 10:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 69d499af-3843-575a-be0e-d5894765409c with identifier: 1982464 to the API
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:03 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '69d499af-3843-575a-be0e-d5894765409c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 85456,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 2.0 VVT-I HEV C-LUB MONO-TONE AUTO',
'transmission': 'automatic',
'trim': '2.0 VVT-I HEV C-LUB MONO-TONE AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982464%27 HTTP/1.1" 200 None
2026-03-30 10:56:03 [ayvens.be] INFO: Saving data for 1982464: {'auction_closing_time': 1774942200.0, 'created_time': 1774479030.612408, 'last_price_update_time': 1774868163.724673}
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982464') HTTP/1.1" 204 0
2026-03-30 10:56:03 [ayvens.be] INFO: Found listing with ID: 1982465
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982465%27 HTTP/1.1" 200 None
2026-03-30 10:56:03 [ayvens.be] INFO: Scrape type for 1982465: 2
2026-03-30 10:56:03 [ayvens.be] INFO: Extracting data for car ID: 1982465
2026-03-30 10:56:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f050986b-f470-5a9e-af76-068d8f4cf6e6 with identifier: 1982465
2026-03-30 10:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f050986b-f470-5a9e-af76-068d8f4cf6e6 with scrape type 2
2026-03-30 10:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f050986b-f470-5a9e-af76-068d8f4cf6e6 with scrape type 2
2026-03-30 10:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f050986b-f470-5a9e-af76-068d8f4cf6e6, identifier: 1982465
2026-03-30 10:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f050986b-f470-5a9e-af76-068d8f4cf6e6 with identifier: 1982465
2026-03-30 10:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f050986b-f470-5a9e-af76-068d8f4cf6e6 with identifier: 1982465
2026-03-30 10:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f050986b-f470-5a9e-af76-068d8f4cf6e6 with identifier: 1982465 to the API
2026-03-30 10:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:04 [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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'f050986b-f470-5a9e-af76-068d8f4cf6e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 102933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 30 TDI 100KW S TR BUSINESS ED',
'vin': None,
'year': 2020}
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982465%27 HTTP/1.1" 200 None
2026-03-30 10:56:04 [ayvens.be] INFO: Saving data for 1982465: {'auction_closing_time': 1774942200.0, 'created_time': 1774479031.724177, 'last_price_update_time': 1774868164.128241}
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982465') HTTP/1.1" 204 0
2026-03-30 10:56:04 [ayvens.be] INFO: Found listing with ID: 1982466
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982466%27 HTTP/1.1" 200 None
2026-03-30 10:56:04 [ayvens.be] INFO: Scrape type for 1982466: 2
2026-03-30 10:56:04 [ayvens.be] INFO: Extracting data for car ID: 1982466
2026-03-30 10:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3464b5bd-93fc-5dc3-b4fe-0e113f01eeeb with identifier: 1982466
2026-03-30 10:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3464b5bd-93fc-5dc3-b4fe-0e113f01eeeb with scrape type 2
2026-03-30 10:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3464b5bd-93fc-5dc3-b4fe-0e113f01eeeb with scrape type 2
2026-03-30 10:56:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3464b5bd-93fc-5dc3-b4fe-0e113f01eeeb, identifier: 1982466
2026-03-30 10:56:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3464b5bd-93fc-5dc3-b4fe-0e113f01eeeb with identifier: 1982466
2026-03-30 10:56:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3464b5bd-93fc-5dc3-b4fe-0e113f01eeeb with identifier: 1982466
2026-03-30 10:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3464b5bd-93fc-5dc3-b4fe-0e113f01eeeb with identifier: 1982466 to the API
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:04 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '3464b5bd-93fc-5dc3-b4fe-0e113f01eeeb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 89351,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'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': 2022}
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982466%27 HTTP/1.1" 200 None
2026-03-30 10:56:04 [ayvens.be] INFO: Saving data for 1982466: {'auction_closing_time': 1774942200.0, 'created_time': 1774479034.142029, 'last_price_update_time': 1774868164.56058}
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982466') HTTP/1.1" 204 0
2026-03-30 10:56:04 [ayvens.be] INFO: Found listing with ID: 1982467
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982467%27 HTTP/1.1" 200 None
2026-03-30 10:56:04 [ayvens.be] INFO: Scrape type for 1982467: 2
2026-03-30 10:56:04 [ayvens.be] INFO: Extracting data for car ID: 1982467
2026-03-30 10:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4159fc8d-9f3b-5a91-8c5a-7df3821f96ae with identifier: 1982467
2026-03-30 10:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4159fc8d-9f3b-5a91-8c5a-7df3821f96ae with scrape type 2
2026-03-30 10:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4159fc8d-9f3b-5a91-8c5a-7df3821f96ae with scrape type 2
2026-03-30 10:56:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4159fc8d-9f3b-5a91-8c5a-7df3821f96ae, identifier: 1982467
2026-03-30 10:56:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4159fc8d-9f3b-5a91-8c5a-7df3821f96ae with identifier: 1982467
2026-03-30 10:56:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4159fc8d-9f3b-5a91-8c5a-7df3821f96ae with identifier: 1982467
2026-03-30 10:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4159fc8d-9f3b-5a91-8c5a-7df3821f96ae with identifier: 1982467 to the API
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:04 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '4159fc8d-9f3b-5a91-8c5a-7df3821f96ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008 DIESEL - 2017',
'odometer': 102775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-12',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2017 1.5 BlueHDi Access (EU6.2) STOCK',
'transmission': 'manual',
'trim': '1.5 BlueHDi Access (EU6.2) STOCK',
'vin': None,
'year': 2020}
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982467%27 HTTP/1.1" 200 None
2026-03-30 10:56:05 [ayvens.be] INFO: Saving data for 1982467: {'auction_closing_time': 1774942200.0, 'created_time': 1774479035.652814, 'last_price_update_time': 1774868164.999887}
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982467') HTTP/1.1" 204 0
2026-03-30 10:56:05 [ayvens.be] INFO: Found listing with ID: 1982468
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982468%27 HTTP/1.1" 200 None
2026-03-30 10:56:05 [ayvens.be] INFO: Scrape type for 1982468: 2
2026-03-30 10:56:05 [ayvens.be] INFO: Extracting data for car ID: 1982468
2026-03-30 10:56:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b3a8e03-6d71-5262-919f-fa0570eaa289 with identifier: 1982468
2026-03-30 10:56:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b3a8e03-6d71-5262-919f-fa0570eaa289 with scrape type 2
2026-03-30 10:56:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b3a8e03-6d71-5262-919f-fa0570eaa289 with scrape type 2
2026-03-30 10:56:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5b3a8e03-6d71-5262-919f-fa0570eaa289, identifier: 1982468
2026-03-30 10:56:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5b3a8e03-6d71-5262-919f-fa0570eaa289 with identifier: 1982468
2026-03-30 10:56:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5b3a8e03-6d71-5262-919f-fa0570eaa289 with identifier: 1982468
2026-03-30 10:56:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5b3a8e03-6d71-5262-919f-fa0570eaa289 with identifier: 1982468 to the API
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:05 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '5b3a8e03-6d71-5262-919f-fa0570eaa289',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 82918,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2020}
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982468%27 HTTP/1.1" 200 None
2026-03-30 10:56:05 [ayvens.be] INFO: Saving data for 1982468: {'auction_closing_time': 1774942200.0, 'created_time': 1774479038.503995, 'last_price_update_time': 1774868165.551186}
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982468') HTTP/1.1" 204 0
2026-03-30 10:56:05 [ayvens.be] INFO: Found listing with ID: 1982469
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982469%27 HTTP/1.1" 200 None
2026-03-30 10:56:05 [ayvens.be] INFO: Scrape type for 1982469: 2
2026-03-30 10:56:05 [ayvens.be] INFO: Extracting data for car ID: 1982469
2026-03-30 10:56:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf27518d-000f-541f-8175-556aea3c18e6 with identifier: 1982469
2026-03-30 10:56:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf27518d-000f-541f-8175-556aea3c18e6 with scrape type 2
2026-03-30 10:56:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf27518d-000f-541f-8175-556aea3c18e6 with scrape type 2
2026-03-30 10:56:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cf27518d-000f-541f-8175-556aea3c18e6, identifier: 1982469
2026-03-30 10:56:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cf27518d-000f-541f-8175-556aea3c18e6 with identifier: 1982469
2026-03-30 10:56:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cf27518d-000f-541f-8175-556aea3c18e6 with identifier: 1982469
2026-03-30 10:56:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cf27518d-000f-541f-8175-556aea3c18e6 with identifier: 1982469 to the API
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:05 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'cf27518d-000f-541f-8175-556aea3c18e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'LEON - 2020',
'odometer': 50464,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON - 2020 1.0 EcoTSI Move!',
'transmission': 'manual',
'trim': '1.0 EcoTSI Move!',
'vin': None,
'year': 2021}
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982469%27 HTTP/1.1" 200 None
2026-03-30 10:56:05 [ayvens.be] INFO: Saving data for 1982469: {'auction_closing_time': 1774942200.0, 'created_time': 1774479045.365469, 'last_price_update_time': 1774868165.95835}
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982469') HTTP/1.1" 204 0
2026-03-30 10:56:05 [ayvens.be] INFO: Found listing with ID: 1982470
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982470%27 HTTP/1.1" 200 None
2026-03-30 10:56:05 [ayvens.be] INFO: Scrape type for 1982470: 2
2026-03-30 10:56:05 [ayvens.be] INFO: Extracting data for car ID: 1982470
2026-03-30 10:56:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9d57ab0-6978-5be0-be88-6219e02c2e1b with identifier: 1982470
2026-03-30 10:56:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9d57ab0-6978-5be0-be88-6219e02c2e1b with scrape type 2
2026-03-30 10:56:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9d57ab0-6978-5be0-be88-6219e02c2e1b with scrape type 2
2026-03-30 10:56:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d9d57ab0-6978-5be0-be88-6219e02c2e1b, identifier: 1982470
2026-03-30 10:56:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d9d57ab0-6978-5be0-be88-6219e02c2e1b with identifier: 1982470
2026-03-30 10:56:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d9d57ab0-6978-5be0-be88-6219e02c2e1b with identifier: 1982470
2026-03-30 10:56:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d9d57ab0-6978-5be0-be88-6219e02c2e1b with identifier: 1982470 to the API
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:06 [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': 5,
'engine': '0.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd9d57ab0-6978-5be0-be88-6219e02c2e1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'Clio',
'odometer': 41062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio 0.9 TCe Zen (EU6c) STOCK',
'transmission': 'manual',
'trim': '0.9 TCe Zen (EU6c) STOCK',
'vin': None,
'year': 2020}
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982470%27 HTTP/1.1" 200 None
2026-03-30 10:56:06 [ayvens.be] INFO: Saving data for 1982470: {'auction_closing_time': 1774942200.0, 'created_time': 1774479045.002639, 'last_price_update_time': 1774868166.386929}
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982470') HTTP/1.1" 204 0
2026-03-30 10:56:06 [ayvens.be] INFO: Found listing with ID: 1982471
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982471%27 HTTP/1.1" 200 None
2026-03-30 10:56:06 [ayvens.be] INFO: Scrape type for 1982471: 2
2026-03-30 10:56:06 [ayvens.be] INFO: Extracting data for car ID: 1982471
2026-03-30 10:56:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1756c4f5-4977-5b7a-b6d9-1eb44bd4c4ad with identifier: 1982471
2026-03-30 10:56:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1756c4f5-4977-5b7a-b6d9-1eb44bd4c4ad with scrape type 2
2026-03-30 10:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1756c4f5-4977-5b7a-b6d9-1eb44bd4c4ad with scrape type 2
2026-03-30 10:56:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1756c4f5-4977-5b7a-b6d9-1eb44bd4c4ad, identifier: 1982471
2026-03-30 10:56:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1756c4f5-4977-5b7a-b6d9-1eb44bd4c4ad with identifier: 1982471
2026-03-30 10:56:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1756c4f5-4977-5b7a-b6d9-1eb44bd4c4ad with identifier: 1982471
2026-03-30 10:56:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1756c4f5-4977-5b7a-b6d9-1eb44bd4c4ad with identifier: 1982471 to the API
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:06 [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': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': '1756c4f5-4977-5b7a-b6d9-1eb44bd4c4ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 36446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-25',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 22 KWH MAXI Z.E. B-BUY 2-SEATS',
'transmission': 'automatic',
'trim': '22 KWH MAXI Z.E. B-BUY 2-SEATS',
'vin': None,
'year': 2021}
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982471%27 HTTP/1.1" 200 None
2026-03-30 10:56:06 [ayvens.be] INFO: Saving data for 1982471: {'auction_closing_time': 1774942200.0, 'created_time': 1774479041.703581, 'last_price_update_time': 1774868166.815825}
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982471') HTTP/1.1" 204 0
2026-03-30 10:56:06 [ayvens.be] INFO: Found listing with ID: 1982472
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982472%27 HTTP/1.1" 200 None
2026-03-30 10:56:06 [ayvens.be] INFO: Scrape type for 1982472: 2
2026-03-30 10:56:06 [ayvens.be] INFO: Extracting data for car ID: 1982472
2026-03-30 10:56:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4acd9598-579a-5dde-90fd-00aca329922f with identifier: 1982472
2026-03-30 10:56:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4acd9598-579a-5dde-90fd-00aca329922f with scrape type 2
2026-03-30 10:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4acd9598-579a-5dde-90fd-00aca329922f with scrape type 2
2026-03-30 10:56:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4acd9598-579a-5dde-90fd-00aca329922f, identifier: 1982472
2026-03-30 10:56:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4acd9598-579a-5dde-90fd-00aca329922f with identifier: 1982472
2026-03-30 10:56:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4acd9598-579a-5dde-90fd-00aca329922f with identifier: 1982472
2026-03-30 10:56:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4acd9598-579a-5dde-90fd-00aca329922f with identifier: 1982472 to the API
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:07 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '4acd9598-579a-5dde-90fd-00aca329922f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'DACIA',
'model': 'SANDERO',
'odometer': 34186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA SANDERO 1.0 SCE 65 ESSENTIAL',
'transmission': 'manual',
'trim': '1.0 SCE 65 ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982472%27 HTTP/1.1" 200 None
2026-03-30 10:56:07 [ayvens.be] INFO: Saving data for 1982472: {'auction_closing_time': 1774942200.0, 'created_time': 1774479042.575343, 'last_price_update_time': 1774868167.248488}
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982472') HTTP/1.1" 204 0
2026-03-30 10:56:07 [ayvens.be] INFO: Found listing with ID: 1982473
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982473%27 HTTP/1.1" 200 None
2026-03-30 10:56:07 [ayvens.be] INFO: Scrape type for 1982473: 2
2026-03-30 10:56:07 [ayvens.be] INFO: Extracting data for car ID: 1982473
2026-03-30 10:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70848cdf-9bb6-577a-af2e-41dfa506b339 with identifier: 1982473
2026-03-30 10:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70848cdf-9bb6-577a-af2e-41dfa506b339 with scrape type 2
2026-03-30 10:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70848cdf-9bb6-577a-af2e-41dfa506b339 with scrape type 2
2026-03-30 10:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 70848cdf-9bb6-577a-af2e-41dfa506b339, identifier: 1982473
2026-03-30 10:56:07 [scrapy.extensions.logstats] INFO: Crawled 11 pages (at 1 pages/min), scraped 870 items (at 122 items/min)
2026-03-30 10:56:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 168MiB
2026-03-30 10:56:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 70848cdf-9bb6-577a-af2e-41dfa506b339 with identifier: 1982473
2026-03-30 10:56:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 70848cdf-9bb6-577a-af2e-41dfa506b339 with identifier: 1982473
2026-03-30 10:56:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 70848cdf-9bb6-577a-af2e-41dfa506b339 with identifier: 1982473 to the API
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:07 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '70848cdf-9bb6-577a-af2e-41dfa506b339',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': "CEE'D SPORTSWAGON",
'odometer': 84182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': "KIA CEE'D SPORTSWAGON 1.0 T-GDI PULSE",
'transmission': 'manual',
'trim': '1.0 T-GDI PULSE',
'vin': None,
'year': 2022}
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982473%27 HTTP/1.1" 200 None
2026-03-30 10:56:07 [ayvens.be] INFO: Saving data for 1982473: {'auction_closing_time': 1774942200.0, 'created_time': 1774479044.628852, 'last_price_update_time': 1774868167.697709}
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982473') HTTP/1.1" 204 0
2026-03-30 10:56:07 [ayvens.be] INFO: Found listing with ID: 1982474
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982474%27 HTTP/1.1" 200 None
2026-03-30 10:56:07 [ayvens.be] INFO: Scrape type for 1982474: 2
2026-03-30 10:56:07 [ayvens.be] INFO: Extracting data for car ID: 1982474
2026-03-30 10:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6a5cdb-54ac-5c28-bf6e-156c60d4f1ef with identifier: 1982474
2026-03-30 10:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6a5cdb-54ac-5c28-bf6e-156c60d4f1ef with scrape type 2
2026-03-30 10:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6a5cdb-54ac-5c28-bf6e-156c60d4f1ef with scrape type 2
2026-03-30 10:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: aa6a5cdb-54ac-5c28-bf6e-156c60d4f1ef, identifier: 1982474
2026-03-30 10:56:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: aa6a5cdb-54ac-5c28-bf6e-156c60d4f1ef with identifier: 1982474
2026-03-30 10:56:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: aa6a5cdb-54ac-5c28-bf6e-156c60d4f1ef with identifier: 1982474
2026-03-30 10:56:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: aa6a5cdb-54ac-5c28-bf6e-156c60d4f1ef with identifier: 1982474 to the API
2026-03-30 10:56:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'aa6a5cdb-54ac-5c28-bf6e-156c60d4f1ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': "CEE'D SPORTSWAGON",
'odometer': 74440,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-27',
'seats_number': 5,
'seller_name': None,
'title': "KIA CEE'D SPORTSWAGON 1.0 T-GDI PULSE",
'transmission': 'manual',
'trim': '1.0 T-GDI PULSE',
'vin': None,
'year': 2022}
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982474%27 HTTP/1.1" 200 None
2026-03-30 10:56:08 [ayvens.be] INFO: Saving data for 1982474: {'auction_closing_time': 1774942200.0, 'created_time': 1774479079.160865, 'last_price_update_time': 1774868168.150724}
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982474') HTTP/1.1" 204 0
2026-03-30 10:56:08 [ayvens.be] INFO: Found listing with ID: 1982475
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982475%27 HTTP/1.1" 200 None
2026-03-30 10:56:08 [ayvens.be] INFO: Scrape type for 1982475: 2
2026-03-30 10:56:08 [ayvens.be] INFO: Extracting data for car ID: 1982475
2026-03-30 10:56:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 822a5572-f966-5eba-ab98-a37b168414f4 with identifier: 1982475
2026-03-30 10:56:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 822a5572-f966-5eba-ab98-a37b168414f4 with scrape type 2
2026-03-30 10:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 822a5572-f966-5eba-ab98-a37b168414f4 with scrape type 2
2026-03-30 10:56:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 822a5572-f966-5eba-ab98-a37b168414f4, identifier: 1982475
2026-03-30 10:56:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 822a5572-f966-5eba-ab98-a37b168414f4 with identifier: 1982475
2026-03-30 10:56:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 822a5572-f966-5eba-ab98-a37b168414f4 with identifier: 1982475
2026-03-30 10:56:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 822a5572-f966-5eba-ab98-a37b168414f4 with identifier: 1982475 to the API
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:08 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '822a5572-f966-5eba-ab98-a37b168414f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 22943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 EQUILIBRE',
'transmission': 'manual',
'trim': '1.0 TCE 90 EQUILIBRE',
'vin': None,
'year': 2023}
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982475%27 HTTP/1.1" 200 None
2026-03-30 10:56:08 [ayvens.be] INFO: Saving data for 1982475: {'auction_closing_time': 1774942200.0, 'created_time': 1774479054.434738, 'last_price_update_time': 1774868168.537047}
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982475') HTTP/1.1" 204 0
2026-03-30 10:56:08 [ayvens.be] INFO: Found listing with ID: 1982476
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982476%27 HTTP/1.1" 200 None
2026-03-30 10:56:08 [ayvens.be] INFO: Scrape type for 1982476: 2
2026-03-30 10:56:08 [ayvens.be] INFO: Extracting data for car ID: 1982476
2026-03-30 10:56:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f69bc805-9b22-5ecf-9ec8-b1dfc34c9e0b with identifier: 1982476
2026-03-30 10:56:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f69bc805-9b22-5ecf-9ec8-b1dfc34c9e0b with scrape type 2
2026-03-30 10:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f69bc805-9b22-5ecf-9ec8-b1dfc34c9e0b with scrape type 2
2026-03-30 10:56:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f69bc805-9b22-5ecf-9ec8-b1dfc34c9e0b, identifier: 1982476
2026-03-30 10:56:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f69bc805-9b22-5ecf-9ec8-b1dfc34c9e0b with identifier: 1982476
2026-03-30 10:56:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f69bc805-9b22-5ecf-9ec8-b1dfc34c9e0b with identifier: 1982476
2026-03-30 10:56:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f69bc805-9b22-5ecf-9ec8-b1dfc34c9e0b with identifier: 1982476 to the API
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:08 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'f69bc805-9b22-5ecf-9ec8-b1dfc34c9e0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 79604,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2021}
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982476%27 HTTP/1.1" 200 None
2026-03-30 10:56:08 [ayvens.be] INFO: Saving data for 1982476: {'auction_closing_time': 1774942200.0, 'created_time': 1774479077.467721, 'last_price_update_time': 1774868168.984639}
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982476') HTTP/1.1" 204 0
2026-03-30 10:56:09 [ayvens.be] INFO: Found listing with ID: 1982477
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982477%27 HTTP/1.1" 200 None
2026-03-30 10:56:09 [ayvens.be] INFO: Scrape type for 1982477: 2
2026-03-30 10:56:09 [ayvens.be] INFO: Extracting data for car ID: 1982477
2026-03-30 10:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2da3de6-8252-5e2c-9288-b1863a165294 with identifier: 1982477
2026-03-30 10:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2da3de6-8252-5e2c-9288-b1863a165294 with scrape type 2
2026-03-30 10:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2da3de6-8252-5e2c-9288-b1863a165294 with scrape type 2
2026-03-30 10:56:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a2da3de6-8252-5e2c-9288-b1863a165294, identifier: 1982477
2026-03-30 10:56:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a2da3de6-8252-5e2c-9288-b1863a165294 with identifier: 1982477
2026-03-30 10:56:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a2da3de6-8252-5e2c-9288-b1863a165294 with identifier: 1982477
2026-03-30 10:56:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a2da3de6-8252-5e2c-9288-b1863a165294 with identifier: 1982477 to the API
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:09 [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': 5,
'engine': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': 'a2da3de6-8252-5e2c-9288-b1863a165294',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 83675,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-06',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 75 kWh Long-Range Dual Motor',
'transmission': 'automatic',
'trim': '75 kWh Long-Range Dual Motor',
'vin': None,
'year': 2020}
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982477%27 HTTP/1.1" 200 None
2026-03-30 10:56:09 [ayvens.be] INFO: Saving data for 1982477: {'auction_closing_time': 1774942200.0, 'created_time': 1774479075.870906, 'last_price_update_time': 1774868169.436962}
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982477') HTTP/1.1" 204 0
2026-03-30 10:56:09 [ayvens.be] INFO: Found listing with ID: 1982478
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982478%27 HTTP/1.1" 200 None
2026-03-30 10:56:09 [ayvens.be] INFO: Scrape type for 1982478: 2
2026-03-30 10:56:09 [ayvens.be] INFO: Extracting data for car ID: 1982478
2026-03-30 10:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db920fb1-a153-5f8c-bed7-0266b14ec159 with identifier: 1982478
2026-03-30 10:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db920fb1-a153-5f8c-bed7-0266b14ec159 with scrape type 2
2026-03-30 10:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db920fb1-a153-5f8c-bed7-0266b14ec159 with scrape type 2
2026-03-30 10:56:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: db920fb1-a153-5f8c-bed7-0266b14ec159, identifier: 1982478
2026-03-30 10:56:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: db920fb1-a153-5f8c-bed7-0266b14ec159 with identifier: 1982478
2026-03-30 10:56:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: db920fb1-a153-5f8c-bed7-0266b14ec159 with identifier: 1982478
2026-03-30 10:56:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: db920fb1-a153-5f8c-bed7-0266b14ec159 with identifier: 1982478 to the API
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:09 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'db920fb1-a153-5f8c-bed7-0266b14ec159',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'ECOSPORT',
'odometer': 75506,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'FORD ECOSPORT 1.0I ECOBOOST 92KW TITANIUM',
'transmission': 'manual',
'trim': '1.0I ECOBOOST 92KW TITANIUM',
'vin': None,
'year': 2021}
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982478%27 HTTP/1.1" 200 None
2026-03-30 10:56:09 [ayvens.be] INFO: Saving data for 1982478: {'auction_closing_time': 1774942200.0, 'created_time': 1774479074.296794, 'last_price_update_time': 1774868169.858205}
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982478') HTTP/1.1" 204 0
2026-03-30 10:56:09 [ayvens.be] INFO: Found listing with ID: 1982479
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982479%27 HTTP/1.1" 200 None
2026-03-30 10:56:09 [ayvens.be] INFO: Scrape type for 1982479: 2
2026-03-30 10:56:09 [ayvens.be] INFO: Extracting data for car ID: 1982479
2026-03-30 10:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0cd54f7-8af7-5842-aa72-e3dae08adbc1 with identifier: 1982479
2026-03-30 10:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0cd54f7-8af7-5842-aa72-e3dae08adbc1 with scrape type 2
2026-03-30 10:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0cd54f7-8af7-5842-aa72-e3dae08adbc1 with scrape type 2
2026-03-30 10:56:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a0cd54f7-8af7-5842-aa72-e3dae08adbc1, identifier: 1982479
2026-03-30 10:56:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a0cd54f7-8af7-5842-aa72-e3dae08adbc1 with identifier: 1982479
2026-03-30 10:56:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a0cd54f7-8af7-5842-aa72-e3dae08adbc1 with identifier: 1982479
2026-03-30 10:56:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a0cd54f7-8af7-5842-aa72-e3dae08adbc1 with identifier: 1982479 to the API
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:10 [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': '',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'electric',
'id': 'a0cd54f7-8af7-5842-aa72-e3dae08adbc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 50582,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-17',
'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-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982479%27 HTTP/1.1" 200 None
2026-03-30 10:56:10 [ayvens.be] INFO: Saving data for 1982479: {'auction_closing_time': 1774942200.0, 'created_time': 1774479075.181869, 'last_price_update_time': 1774868170.35863}
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982479') HTTP/1.1" 204 0
2026-03-30 10:56:10 [ayvens.be] INFO: Found listing with ID: 1982480
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982480%27 HTTP/1.1" 200 None
2026-03-30 10:56:10 [ayvens.be] INFO: Scrape type for 1982480: 2
2026-03-30 10:56:10 [ayvens.be] INFO: Extracting data for car ID: 1982480
2026-03-30 10:56:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28f3ba22-fc31-567a-bd91-ccdafe78aa28 with identifier: 1982480
2026-03-30 10:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28f3ba22-fc31-567a-bd91-ccdafe78aa28 with scrape type 2
2026-03-30 10:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28f3ba22-fc31-567a-bd91-ccdafe78aa28 with scrape type 2
2026-03-30 10:56:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 28f3ba22-fc31-567a-bd91-ccdafe78aa28, identifier: 1982480
2026-03-30 10:56:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 28f3ba22-fc31-567a-bd91-ccdafe78aa28 with identifier: 1982480
2026-03-30 10:56:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 28f3ba22-fc31-567a-bd91-ccdafe78aa28 with identifier: 1982480
2026-03-30 10:56:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 28f3ba22-fc31-567a-bd91-ccdafe78aa28 with identifier: 1982480 to the API
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:10 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '28f3ba22-fc31-567a-bd91-ccdafe78aa28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ARONA',
'odometer': 55872,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-08',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI 85KW MOVE DCT',
'transmission': 'automatic',
'trim': '1.0 TSI 85KW MOVE DCT',
'vin': None,
'year': 2020}
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982480%27 HTTP/1.1" 200 None
2026-03-30 10:56:10 [ayvens.be] INFO: Saving data for 1982480: {'auction_closing_time': 1774942200.0, 'created_time': 1774479067.58787, 'last_price_update_time': 1774868170.874734}
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982480') HTTP/1.1" 204 0
2026-03-30 10:56:10 [ayvens.be] INFO: Found listing with ID: 1982481
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982481%27 HTTP/1.1" 200 None
2026-03-30 10:56:10 [ayvens.be] INFO: Scrape type for 1982481: 2
2026-03-30 10:56:10 [ayvens.be] INFO: Extracting data for car ID: 1982481
2026-03-30 10:56:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8bf2da9-d57b-5482-9535-88f20e321d95 with identifier: 1982481
2026-03-30 10:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8bf2da9-d57b-5482-9535-88f20e321d95 with scrape type 2
2026-03-30 10:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8bf2da9-d57b-5482-9535-88f20e321d95 with scrape type 2
2026-03-30 10:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8bf2da9-d57b-5482-9535-88f20e321d95, identifier: 1982481
2026-03-30 10:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8bf2da9-d57b-5482-9535-88f20e321d95 with identifier: 1982481
2026-03-30 10:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8bf2da9-d57b-5482-9535-88f20e321d95 with identifier: 1982481
2026-03-30 10:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8bf2da9-d57b-5482-9535-88f20e321d95 with identifier: 1982481 to the API
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:11 [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': 5,
'engine': '1.9L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': 'a8bf2da9-d57b-5482-9535-88f20e321d95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLC COUPE',
'odometer': 22368,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC COUPE 2.0 GLC 300 DE PHEV 4MATIC BUS SOL AUTO',
'transmission': 'automatic',
'trim': '2.0 GLC 300 DE PHEV 4MATIC BUS SOL AUTO',
'vin': None,
'year': 2022}
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982481%27 HTTP/1.1" 200 None
2026-03-30 10:56:11 [ayvens.be] INFO: Saving data for 1982481: {'auction_closing_time': 1774942200.0, 'created_time': 1774479061.684657, 'last_price_update_time': 1774868171.299187}
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982481') HTTP/1.1" 204 0
2026-03-30 10:56:11 [ayvens.be] INFO: Found listing with ID: 1982482
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982482%27 HTTP/1.1" 200 None
2026-03-30 10:56:11 [ayvens.be] INFO: Scrape type for 1982482: 2
2026-03-30 10:56:11 [ayvens.be] INFO: Extracting data for car ID: 1982482
2026-03-30 10:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ac11435-3641-5dd8-8bbb-437cd16362c1 with identifier: 1982482
2026-03-30 10:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ac11435-3641-5dd8-8bbb-437cd16362c1 with scrape type 2
2026-03-30 10:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ac11435-3641-5dd8-8bbb-437cd16362c1 with scrape type 2
2026-03-30 10:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9ac11435-3641-5dd8-8bbb-437cd16362c1, identifier: 1982482
2026-03-30 10:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9ac11435-3641-5dd8-8bbb-437cd16362c1 with identifier: 1982482
2026-03-30 10:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9ac11435-3641-5dd8-8bbb-437cd16362c1 with identifier: 1982482
2026-03-30 10:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9ac11435-3641-5dd8-8bbb-437cd16362c1 with identifier: 1982482 to the API
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:11 [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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'diesel',
'id': '9ac11435-3641-5dd8-8bbb-437cd16362c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 62148,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-16',
'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': 2023}
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982482%27 HTTP/1.1" 200 None
2026-03-30 10:56:11 [ayvens.be] INFO: Saving data for 1982482: {'auction_closing_time': 1774942200.0, 'created_time': 1774479063.164172, 'last_price_update_time': 1774868171.695789}
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982482') HTTP/1.1" 204 0
2026-03-30 10:56:11 [ayvens.be] INFO: Found listing with ID: 1982483
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982483%27 HTTP/1.1" 200 None
2026-03-30 10:56:11 [ayvens.be] INFO: Scrape type for 1982483: 2
2026-03-30 10:56:11 [ayvens.be] INFO: Extracting data for car ID: 1982483
2026-03-30 10:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6dbdacc-f85e-50cd-a562-5120a4c43a46 with identifier: 1982483
2026-03-30 10:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6dbdacc-f85e-50cd-a562-5120a4c43a46 with scrape type 2
2026-03-30 10:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6dbdacc-f85e-50cd-a562-5120a4c43a46 with scrape type 2
2026-03-30 10:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b6dbdacc-f85e-50cd-a562-5120a4c43a46, identifier: 1982483
2026-03-30 10:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b6dbdacc-f85e-50cd-a562-5120a4c43a46 with identifier: 1982483
2026-03-30 10:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b6dbdacc-f85e-50cd-a562-5120a4c43a46 with identifier: 1982483
2026-03-30 10:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b6dbdacc-f85e-50cd-a562-5120a4c43a46 with identifier: 1982483 to the API
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:12 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'b6dbdacc-f85e-50cd-a562-5120a4c43a46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-CLASS',
'odometer': 39848,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 160',
'transmission': 'manual',
'trim': '1.3 A 160',
'vin': None,
'year': 2022}
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982483%27 HTTP/1.1" 200 None
2026-03-30 10:56:12 [ayvens.be] INFO: Saving data for 1982483: {'auction_closing_time': 1774942200.0, 'created_time': 1774479064.573467, 'last_price_update_time': 1774868172.104272}
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982483') HTTP/1.1" 204 0
2026-03-30 10:56:12 [ayvens.be] INFO: Found listing with ID: 1982484
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982484%27 HTTP/1.1" 200 None
2026-03-30 10:56:12 [ayvens.be] INFO: Scrape type for 1982484: 2
2026-03-30 10:56:12 [ayvens.be] INFO: Extracting data for car ID: 1982484
2026-03-30 10:56:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa8011ce-f24b-5963-afee-68f9cd31adf2 with identifier: 1982484
2026-03-30 10:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa8011ce-f24b-5963-afee-68f9cd31adf2 with scrape type 2
2026-03-30 10:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa8011ce-f24b-5963-afee-68f9cd31adf2 with scrape type 2
2026-03-30 10:56:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fa8011ce-f24b-5963-afee-68f9cd31adf2, identifier: 1982484
2026-03-30 10:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fa8011ce-f24b-5963-afee-68f9cd31adf2 with identifier: 1982484
2026-03-30 10:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fa8011ce-f24b-5963-afee-68f9cd31adf2 with identifier: 1982484
2026-03-30 10:56:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fa8011ce-f24b-5963-afee-68f9cd31adf2 with identifier: 1982484 to the API
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'fa8011ce-f24b-5963-afee-68f9cd31adf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'AYGO X',
'odometer': 41091,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-05',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I ENVY CVT',
'transmission': 'automatic',
'trim': '1.0 VVT-I ENVY CVT',
'vin': None,
'year': 2022}
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982484%27 HTTP/1.1" 200 None
2026-03-30 10:56:12 [ayvens.be] INFO: Saving data for 1982484: {'auction_closing_time': 1774942200.0, 'created_time': 1774479066.301031, 'last_price_update_time': 1774868172.502297}
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982484') HTTP/1.1" 204 0
2026-03-30 10:56:12 [ayvens.be] INFO: Found listing with ID: 1982485
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982485%27 HTTP/1.1" 200 None
2026-03-30 10:56:12 [ayvens.be] INFO: Scrape type for 1982485: 2
2026-03-30 10:56:12 [ayvens.be] INFO: Extracting data for car ID: 1982485
2026-03-30 10:56:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbfa6165-acd1-580f-ae41-fda323df94f1 with identifier: 1982485
2026-03-30 10:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbfa6165-acd1-580f-ae41-fda323df94f1 with scrape type 2
2026-03-30 10:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbfa6165-acd1-580f-ae41-fda323df94f1 with scrape type 2
2026-03-30 10:56:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cbfa6165-acd1-580f-ae41-fda323df94f1, identifier: 1982485
2026-03-30 10:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cbfa6165-acd1-580f-ae41-fda323df94f1 with identifier: 1982485
2026-03-30 10:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cbfa6165-acd1-580f-ae41-fda323df94f1 with identifier: 1982485
2026-03-30 10:56:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cbfa6165-acd1-580f-ae41-fda323df94f1 with identifier: 1982485 to the API
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'cbfa6165-acd1-580f-ae41-fda323df94f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'MOKKA',
'odometer': 74273,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL MOKKA 1.2 TURBO 96KW ELEGANCE',
'transmission': 'manual',
'trim': '1.2 TURBO 96KW ELEGANCE',
'vin': None,
'year': 2022}
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982485%27 HTTP/1.1" 200 None
2026-03-30 10:56:12 [ayvens.be] INFO: Saving data for 1982485: {'auction_closing_time': 1774942200.0, 'created_time': 1774479069.275006, 'last_price_update_time': 1774868172.938701}
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982485') HTTP/1.1" 204 0
2026-03-30 10:56:12 [ayvens.be] INFO: Found listing with ID: 1982486
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982486%27 HTTP/1.1" 200 None
2026-03-30 10:56:12 [ayvens.be] INFO: Scrape type for 1982486: 2
2026-03-30 10:56:12 [ayvens.be] INFO: Extracting data for car ID: 1982486
2026-03-30 10:56:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d617911-5e07-59ab-b6ff-ec22f5b28cb4 with identifier: 1982486
2026-03-30 10:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d617911-5e07-59ab-b6ff-ec22f5b28cb4 with scrape type 2
2026-03-30 10:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d617911-5e07-59ab-b6ff-ec22f5b28cb4 with scrape type 2
2026-03-30 10:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5d617911-5e07-59ab-b6ff-ec22f5b28cb4, identifier: 1982486
2026-03-30 10:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5d617911-5e07-59ab-b6ff-ec22f5b28cb4 with identifier: 1982486
2026-03-30 10:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5d617911-5e07-59ab-b6ff-ec22f5b28cb4 with identifier: 1982486
2026-03-30 10:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5d617911-5e07-59ab-b6ff-ec22f5b28cb4 with identifier: 1982486 to the API
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:13 [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': 5,
'engine': '1.6L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '5d617911-5e07-59ab-b6ff-ec22f5b28cb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 74857,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-05',
'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': 2021}
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982486%27 HTTP/1.1" 200 None
2026-03-30 10:56:13 [ayvens.be] INFO: Saving data for 1982486: {'auction_closing_time': 1774942200.0, 'created_time': 1774479069.966618, 'last_price_update_time': 1774868173.344433}
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982486') HTTP/1.1" 204 0
2026-03-30 10:56:13 [ayvens.be] INFO: Found listing with ID: 1982487
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982487%27 HTTP/1.1" 200 None
2026-03-30 10:56:13 [ayvens.be] INFO: Scrape type for 1982487: 2
2026-03-30 10:56:13 [ayvens.be] INFO: Extracting data for car ID: 1982487
2026-03-30 10:56:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62e9ba0-5996-579d-91b8-041173683520 with identifier: 1982487
2026-03-30 10:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62e9ba0-5996-579d-91b8-041173683520 with scrape type 2
2026-03-30 10:56:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d62e9ba0-5996-579d-91b8-041173683520 with scrape type 2
2026-03-30 10:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d62e9ba0-5996-579d-91b8-041173683520, identifier: 1982487
2026-03-30 10:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d62e9ba0-5996-579d-91b8-041173683520 with identifier: 1982487
2026-03-30 10:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d62e9ba0-5996-579d-91b8-041173683520 with identifier: 1982487
2026-03-30 10:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d62e9ba0-5996-579d-91b8-041173683520 with identifier: 1982487 to the API
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:13 [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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'd62e9ba0-5996-579d-91b8-041173683520',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 78007,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982487%27 HTTP/1.1" 200 None
2026-03-30 10:56:13 [ayvens.be] INFO: Saving data for 1982487: {'auction_closing_time': 1774942200.0, 'created_time': 1774479071.778296, 'last_price_update_time': 1774868173.809598}
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982487') HTTP/1.1" 204 0
2026-03-30 10:56:13 [ayvens.be] INFO: Found listing with ID: 1982488
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982488%27 HTTP/1.1" 200 None
2026-03-30 10:56:13 [ayvens.be] INFO: Scrape type for 1982488: 2
2026-03-30 10:56:13 [ayvens.be] INFO: Extracting data for car ID: 1982488
2026-03-30 10:56:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fea91da-b641-54fd-a480-3402c5b0b66c with identifier: 1982488
2026-03-30 10:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fea91da-b641-54fd-a480-3402c5b0b66c with scrape type 2
2026-03-30 10:56:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fea91da-b641-54fd-a480-3402c5b0b66c with scrape type 2
2026-03-30 10:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5fea91da-b641-54fd-a480-3402c5b0b66c, identifier: 1982488
2026-03-30 10:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5fea91da-b641-54fd-a480-3402c5b0b66c with identifier: 1982488
2026-03-30 10:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5fea91da-b641-54fd-a480-3402c5b0b66c with identifier: 1982488
2026-03-30 10:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5fea91da-b641-54fd-a480-3402c5b0b66c with identifier: 1982488 to the API
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:14 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '5fea91da-b641-54fd-a480-3402c5b0b66c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT',
'odometer': 62614,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': '1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2021}
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982488%27 HTTP/1.1" 200 None
2026-03-30 10:56:14 [ayvens.be] INFO: Saving data for 1982488: {'auction_closing_time': 1774942200.0, 'created_time': 1774479073.249275, 'last_price_update_time': 1774868174.243424}
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982488') HTTP/1.1" 204 0
2026-03-30 10:56:14 [ayvens.be] INFO: Found listing with ID: 1982489
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982489%27 HTTP/1.1" 200 None
2026-03-30 10:56:14 [ayvens.be] INFO: Scrape type for 1982489: 2
2026-03-30 10:56:14 [ayvens.be] INFO: Extracting data for car ID: 1982489
2026-03-30 10:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 851522a4-7560-5ec5-8de2-a7e8f4c139ab with identifier: 1982489
2026-03-30 10:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 851522a4-7560-5ec5-8de2-a7e8f4c139ab with scrape type 2
2026-03-30 10:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 851522a4-7560-5ec5-8de2-a7e8f4c139ab with scrape type 2
2026-03-30 10:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 851522a4-7560-5ec5-8de2-a7e8f4c139ab, identifier: 1982489
2026-03-30 10:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 851522a4-7560-5ec5-8de2-a7e8f4c139ab with identifier: 1982489
2026-03-30 10:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 851522a4-7560-5ec5-8de2-a7e8f4c139ab with identifier: 1982489
2026-03-30 10:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 851522a4-7560-5ec5-8de2-a7e8f4c139ab with identifier: 1982489 to the API
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:14 [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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': '851522a4-7560-5ec5-8de2-a7e8f4c139ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'ASTRA',
'odometer': 43526,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA 1.2 TURBO 96KW S-S GS DRIVING SCHOOL',
'transmission': 'manual',
'trim': '1.2 TURBO 96KW S-S GS DRIVING SCHOOL',
'vin': None,
'year': 2024}
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982489%27 HTTP/1.1" 200 None
2026-03-30 10:56:14 [ayvens.be] INFO: Saving data for 1982489: {'auction_closing_time': 1774942200.0, 'created_time': 1774479074.661387, 'last_price_update_time': 1774868174.648332}
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982489') HTTP/1.1" 204 0
2026-03-30 10:56:14 [ayvens.be] INFO: Found listing with ID: 1982490
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982490%27 HTTP/1.1" 200 None
2026-03-30 10:56:14 [ayvens.be] INFO: Scrape type for 1982490: 2
2026-03-30 10:56:14 [ayvens.be] INFO: Extracting data for car ID: 1982490
2026-03-30 10:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcf27002-f671-51e6-901d-6803e65eed45 with identifier: 1982490
2026-03-30 10:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcf27002-f671-51e6-901d-6803e65eed45 with scrape type 2
2026-03-30 10:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcf27002-f671-51e6-901d-6803e65eed45 with scrape type 2
2026-03-30 10:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bcf27002-f671-51e6-901d-6803e65eed45, identifier: 1982490
2026-03-30 10:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bcf27002-f671-51e6-901d-6803e65eed45 with identifier: 1982490
2026-03-30 10:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bcf27002-f671-51e6-901d-6803e65eed45 with identifier: 1982490
2026-03-30 10:56:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bcf27002-f671-51e6-901d-6803e65eed45 with identifier: 1982490 to the API
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'bcf27002-f671-51e6-901d-6803e65eed45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CORSA',
'odometer': 44028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'transmission': 'manual',
'trim': '1.2 TURBO 74KW S-S ELEGANCE',
'vin': None,
'year': 2022}
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982490%27 HTTP/1.1" 200 None
2026-03-30 10:56:15 [ayvens.be] INFO: Saving data for 1982490: {'auction_closing_time': 1774942200.0, 'created_time': 1774479086.913853, 'last_price_update_time': 1774868175.205221}
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982490') HTTP/1.1" 204 0
2026-03-30 10:56:15 [ayvens.be] INFO: Found listing with ID: 1982491
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982491%27 HTTP/1.1" 200 None
2026-03-30 10:56:15 [ayvens.be] INFO: Scrape type for 1982491: 2
2026-03-30 10:56:15 [ayvens.be] INFO: Extracting data for car ID: 1982491
2026-03-30 10:56:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e07c39a8-9736-55b4-97cd-35de75f7655a with identifier: 1982491
2026-03-30 10:56:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e07c39a8-9736-55b4-97cd-35de75f7655a with scrape type 2
2026-03-30 10:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e07c39a8-9736-55b4-97cd-35de75f7655a with scrape type 2
2026-03-30 10:56:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e07c39a8-9736-55b4-97cd-35de75f7655a, identifier: 1982491
2026-03-30 10:56:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e07c39a8-9736-55b4-97cd-35de75f7655a with identifier: 1982491
2026-03-30 10:56:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e07c39a8-9736-55b4-97cd-35de75f7655a with identifier: 1982491
2026-03-30 10:56:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e07c39a8-9736-55b4-97cd-35de75f7655a with identifier: 1982491 to the API
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 10:56:15 [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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-31T07:30:00Z',
'fuel_type': 'petrol',
'id': 'e07c39a8-9736-55b4-97cd-35de75f7655a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/41012',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ARONA',
'odometer': 72458,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-09',
'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': 2023}
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271982491%27 HTTP/1.1" 200 None
2026-03-30 10:56:15 [ayvens.be] INFO: Saving data for 1982491: {'auction_closing_time': 1774942200.0, 'created_time': 1774479085.777469, 'last_price_update_time': 1774868175.621372}
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1982491') HTTP/1.1" 204 0
2026-03-30 10:56:15 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 1000
2026-03-30 10:56:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 10:56:17 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-30 10:56:17 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 10:56:17 [ayvens.be] INFO: ayvens.be Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 2, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-30 10:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 10:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20last_price_update_time%20lt%201774436177 HTTP/1.1" 200 None
2026-03-30 10:56:17 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (889 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ayvens.be/task_34_2026-03-30T10_45_00.jl
2026-03-30 10:56:17 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 17928,
'downloader/request_count': 12,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 11,
'downloader/response_bytes': 2794483,
'downloader/response_count': 12,
'downloader/response_status_count/200': 12,
'elapsed_time_seconds': 670.571984,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 10, 56, 17, 571612, tzinfo=datetime.timezone.utc),
'item_scraped_count': 889,
'log_count/DEBUG': 8480,
'log_count/INFO': 10049,
'memusage/max': 176340992,
'memusage/startup': 147836928,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 128,
'playwright/request_count/aborted': 12,
'playwright/request_count/method/GET': 123,
'playwright/request_count/method/POST': 5,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/fetch': 1,
'playwright/request_count/resource_type/font': 16,
'playwright/request_count/resource_type/image': 24,
'playwright/request_count/resource_type/script': 79,
'playwright/request_count/resource_type/stylesheet': 1,
'playwright/request_count/resource_type/xhr': 5,
'playwright/response_count': 112,
'playwright/response_count/method/GET': 109,
'playwright/response_count/method/POST': 3,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 1,
'playwright/response_count/resource_type/font': 16,
'playwright/response_count/resource_type/image': 11,
'playwright/response_count/resource_type/script': 78,
'playwright/response_count/resource_type/stylesheet': 1,
'playwright/response_count/resource_type/xhr': 3,
'request_depth_max': 11,
'response_received_count': 12,
'scheduler/dequeued': 12,
'scheduler/dequeued/memory': 12,
'scheduler/enqueued': 12,
'scheduler/enqueued/memory': 12,
'scrape_type/price_update': 889,
'scrape_type/skipped': 72,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 12,
'scrapy-zyte-api/error_ratio': 0.08333333333333333,
'scrapy-zyte-api/errors': 1,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 1,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 7.675966093274341,
'scrapy-zyte-api/mean_response_seconds': 7.799647486980326,
'scrapy-zyte-api/processed': 11,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 11,
'scrapy-zyte-api/request_args/experimental.responseCookies': 11,
'scrapy-zyte-api/request_args/httpRequestBody': 11,
'scrapy-zyte-api/request_args/httpRequestMethod': 11,
'scrapy-zyte-api/request_args/httpResponseBody': 11,
'scrapy-zyte-api/request_args/httpResponseHeaders': 11,
'scrapy-zyte-api/request_args/url': 11,
'scrapy-zyte-api/status_codes/0': 1,
'scrapy-zyte-api/status_codes/200': 11,
'scrapy-zyte-api/success': 11,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 30, 10, 45, 6, 999628, tzinfo=datetime.timezone.utc)}
2026-03-30 10:56:17 [scrapy.core.engine] INFO: Spider closed (finished)