2026-03-25 13:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-25 13: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-25 13:45:06 [ayvens.be] INFO: Starting spider ayvens.be
2026-03-25 13:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-25 13:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-25 13:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-25 13:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-25 13:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 7030de972c35344d
2026-03-25 13: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-25 13: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-25T13_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-25 13:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 13:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 13: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-25 13:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-25 13: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-25 13:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-25 13:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-25 13:45:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2111
2026-03-25 13:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-25 13:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-25 13:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-25 13: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-25 13:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-25 13:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-25 13: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-25 13: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-25 13:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-25 13:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 13:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-25 13:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-25 13:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 13:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 13:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-25 13:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-25 13:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-25 13:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-25 13:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-25 13:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://carmarket.ayvens.com/en-gb/lots>
2026-03-25 13:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/lots>
2026-03-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [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-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-25 13:45:16 [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-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-25 13:45:16 [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-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-25 13:45:16 [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-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-25 13:45:16 [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-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2>
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2>
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2>
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2>
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2>
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2>
2026-03-25 13:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/styles-ETA5EMQJ.css>
2026-03-25 13: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/styles-ETA5EMQJ.css)
2026-03-25 13: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/styles-ETA5EMQJ.css)
2026-03-25 13:45:17 [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-25 13:45:17 [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-25 13: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/styles-ETA5EMQJ.css)
2026-03-25 13:45:17 [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-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-YI6GGZZZ.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R5GGQAWE.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5567JMUS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-YI6GGZZZ.js)
2026-03-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NAGGRITV.js>
2026-03-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ADG3G2OJ.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BBQ7R2BV.js>
2026-03-25 13:45:17 [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-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HPL7GXW6.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7JYRLYWD.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2S63FZXS.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PMQRMPGY.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-K7GQAXGO.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/main-NKPAFEH2.js>
2026-03-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/polyfills-FFHMD2TL.js>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-25 13:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2>
2026-03-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:17 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5567JMUS.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-4CLCTAJ7.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QV3UPEBS.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AQBI4CYB.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CQOH37XC.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EIXBRKXP.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HQZHDCQG.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QZ2M64VL.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EVZDJ3YH.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2BYH6G4C.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AHM2LY2L.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VGUEXTON.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SUQC6PCL.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7DYAUIPQ.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6BXXUPPN.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SALCXTDR.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OF6JT4KC.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y6LYHJ33.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VBU7AOHF.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AVZZH6AV.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SPE4D2IX.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-N2FZW7V7.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ELPOVYM7.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPLHK2CL.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-KLKMSQPH.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2FANG3NP.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ABBXN5WQ.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-MLMYZRAG.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NPJHDJ36.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5D4JF6DX.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ZYL3EWWF.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7IEPAGTW.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WWYAPULQ.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XXARMH2T.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CX65R3QQ.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AYT4KML6.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XGLUMAK5.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EHSUL3RU.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WRLSZEDX.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7UDVUMWJ.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XCHSKDZH.js>
2026-03-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [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-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png>
2026-03-25 13:45:18 [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-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-U3DCL5KE.js>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7HVTDVUE.js>
2026-03-25 13:45:18 [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-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json>
2026-03-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPZ5PCFV.js>
2026-03-25 13:45:18 [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-25 13:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R57BLUBZ.js>
2026-03-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XI7MA6UU.js>
2026-03-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y26P6NOT.js>
2026-03-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-253AOQV4.js>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-E2QM5VHP.js>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QVU7EFJH.js>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PU5AH4GE.js>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6AWK7DQQ.js>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-JMKQRIJX.js>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OXIZJZO4.js>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-H7VMIGZK.js>
2026-03-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BQLC5RJD.js>
2026-03-25 13:45:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carmarket.ayvens.com/en-gb/lots> (referer: None) ['playwright']
2026-03-25 13:45:19 [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-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-25 13:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HGLYMGTS.js>
2026-03-25 13:45:19 [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-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VNA57F7Z.js>
2026-03-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/bell.svg>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EXKYPD3J.js>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg>
2026-03-25 13:45:20 [ayvens.be] INFO: Cookies from Playwright: [{'name': 'ai_user', 'value': 'tMgI5HRA4WYReIflzLSHK5|2026-03-25T13:45:18.350Z', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1805982318, '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': 'jBBiQgHwMGCJoN9HNdyQ8S|1774446319694|1774446319694', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1774448119, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}]
2026-03-25 13:45:20 [ayvens.be] INFO: Scrapy-formatted cookies: [{'name': 'ai_user', 'value': 'tMgI5HRA4WYReIflzLSHK5|2026-03-25T13:45:18.350Z', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'ai_session', 'value': 'jBBiQgHwMGCJoN9HNdyQ8S|1774446319694|1774446319694', 'domain': 'carmarket.ayvens.com', 'path': '/'}]
2026-03-25 13:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Ayvens',RowKey='cookies') HTTP/1.1" 204 0
2026-03-25 13:45:20 [ayvens.be] INFO: Intercepting token...
2026-03-25 13:45:20 [ayvens.be] INFO: Scrolling element to trigger lazy load...
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AZBPSD4I.js>
2026-03-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api-carmarket.ayvens.com/graphql/saleevents> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2NCM5KDW.js>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VUZVFPNF.js>
2026-03-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/logo-ayvens.svg>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-FX6676C7.js>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [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-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BK6NFD4R.js>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/fr.svg>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-75KGV5DF.js>
2026-03-25 13:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/be.svg>
2026-03-25 13:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-25 13:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-25 13:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json>
2026-03-25 13:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-25 13:45:22 [ayvens.be] INFO: ✅ Intercepted token: 3b2cc62fd26c4e29a762db3de181266b
2026-03-25 13:45:22 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 0
2026-03-25 13:45:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:45:24 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981135
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981135%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981135: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981136
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981136%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981136: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981137
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981137%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981137: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981138
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981138%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981138: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981139
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981139%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981139: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981140
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981140%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981140: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981141
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981141%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981141: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981142
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981142%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981142: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981143
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981143%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981143: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981144
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981144%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981144: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981145
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981145%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981145: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981146
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981146%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981146: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981147
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981147%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981147: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981148
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981148%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981148: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981149
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981149%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981149: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981150
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981150%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981150: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981151
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981151%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981151: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981152
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981152%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981152: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981153
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981153%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981153: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981154
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981154%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981154: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981155
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981155%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981155: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981156
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981156%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981156: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981157
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981157%27 HTTP/1.1" 200 None
2026-03-25 13:45:24 [ayvens.be] INFO: Scrape type for 1981157: 0
2026-03-25 13:45:24 [ayvens.be] INFO: Found listing with ID: 1981158
2026-03-25 13:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981158%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981158: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981159
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981159%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981159: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981160
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981160%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981160: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981161
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981161%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981161: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981162
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981162%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981162: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981163
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981163%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981163: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981164
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981164%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981164: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981165
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981165%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981165: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981166
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981166%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981166: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981167
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981167%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981167: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981168
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981168%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981168: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981169
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981169%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981169: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981170
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981170%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981170: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981171
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981171%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981171: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981172
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981172%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981172: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981173
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981173%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981173: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981174
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981174%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981174: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981175
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981175%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981175: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981176
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981176%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981176: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981177
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981177%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981177: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981178
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981178%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981178: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981179
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981179%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981179: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981180
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981180%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981180: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981181
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981181%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981181: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981182
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981182%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981182: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981183
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981183%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981183: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981184
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981184%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981184: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981185
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981185%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981185: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981186
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981186%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981186: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981187
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981187%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981187: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981188
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981188%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981188: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981189
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981189%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981189: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981190
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981190%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981190: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981191
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981191%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981191: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981192
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981192%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981192: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981193
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981193%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981193: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981194
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981194%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981194: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981195
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981195%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981195: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981196
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981196%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981196: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981197
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981197%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981197: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981198
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981198%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981198: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981199
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981199%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981199: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981200
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981200%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981200: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981201
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981201%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981201: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981202
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981202%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981202: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981203
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981203%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981203: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981204
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981204%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981204: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981205
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981205%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981205: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981206
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981206%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981206: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981207
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981207%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981207: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981208
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981208%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981208: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981209
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981209%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981209: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981210
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981210%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981210: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981211
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981211%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981211: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981212
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981212%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981212: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981213
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981213%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981213: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981214
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981214%27 HTTP/1.1" 200 None
2026-03-25 13:45:25 [ayvens.be] INFO: Scrape type for 1981214: 0
2026-03-25 13:45:25 [ayvens.be] INFO: Found listing with ID: 1981215
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981215%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981215: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981216
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981216%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981216: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981217
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981217%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981217: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981218
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981218%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981218: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981219
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981219%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981219: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981220
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981220%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981220: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981221
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981221%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981221: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981222
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981222%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981222: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981223
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981223%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981223: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981224
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981224%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981224: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981225
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981225%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981225: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1981226
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271981226%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1981226: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1978467
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978467%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1978467: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1978468
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978468%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1978468: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1978469
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978469%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1978469: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1978470
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978470%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1978470: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1978471
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978471%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1978471: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1978472
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978472%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1978472: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1978473
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978473%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1978473: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Found listing with ID: 1978474
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978474%27 HTTP/1.1" 200 None
2026-03-25 13:45:26 [ayvens.be] INFO: Scrape type for 1978474: 0
2026-03-25 13:45:26 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 100
2026-03-25 13:45:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978475
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978475%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978475: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978476
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978476%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978476: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978477
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978477%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978477: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978478
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978478%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978478: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978479
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978479%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978479: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978480
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978480%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978480: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978481
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978481%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978481: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978482
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978482%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978482: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978483
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978483%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978483: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978484
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978484%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978484: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978485
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978485%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978485: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978486
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978486%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978486: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978487
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978487%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978487: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978488
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978488%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978488: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978489
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978489%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978489: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978490
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978490%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978490: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978491
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978491%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978491: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978492
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978492%27 HTTP/1.1" 200 None
2026-03-25 13:45:29 [ayvens.be] INFO: Scrape type for 1978492: 0
2026-03-25 13:45:29 [ayvens.be] INFO: Found listing with ID: 1978493
2026-03-25 13:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978493%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978493: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978494
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978494%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978494: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978495
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978495%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978495: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978496
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978496%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978496: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978497
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978497%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978497: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978498
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978498%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978498: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978499
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978499%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978499: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978500
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978500%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978500: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978501
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978501%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978501: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978502
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978502%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978502: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978503
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978503%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978503: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978504
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978504%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978504: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978505
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978505%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978505: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978506
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978506%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978506: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978507
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978507%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978507: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978508
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978508%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978508: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978509
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978509%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978509: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978510
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978510%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978510: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978511
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978511%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978511: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978512
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978512%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978512: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978513
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978513%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978513: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978514
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978514%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978514: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978515
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978515%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978515: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978516
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978516%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978516: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978517
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978517%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978517: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978518
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978518%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978518: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978519
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978519%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978519: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978520
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978520%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978520: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978521
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978521%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978521: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978522
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978522%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978522: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978523
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978523%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978523: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978524
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978524%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978524: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978525
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978525%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978525: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978526
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978526%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978526: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978527
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978527%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978527: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978528
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978528%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978528: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978529
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978529%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978529: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978530
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978530%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978530: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978531
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978531%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978531: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978532
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978532%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978532: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978542
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978542%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978542: 0
2026-03-25 13:45:30 [ayvens.be] INFO: Found listing with ID: 1978543
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978543%27 HTTP/1.1" 200 None
2026-03-25 13:45:30 [ayvens.be] INFO: Scrape type for 1978543: 2
2026-03-25 13:45:30 [ayvens.be] INFO: Extracting data for car ID: 1978543
2026-03-25 13:45:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3709ab68-eaf4-5f09-bf19-916afa7f0df0 with identifier: 1978543
2026-03-25 13:45:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3709ab68-eaf4-5f09-bf19-916afa7f0df0 with scrape type 2
2026-03-25 13:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3709ab68-eaf4-5f09-bf19-916afa7f0df0 with scrape type 2
2026-03-25 13:45:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3709ab68-eaf4-5f09-bf19-916afa7f0df0, identifier: 1978543
2026-03-25 13:45:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3709ab68-eaf4-5f09-bf19-916afa7f0df0 with identifier: 1978543
2026-03-25 13:45:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:45:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3709ab68-eaf4-5f09-bf19-916afa7f0df0 with identifier: 1978543
2026-03-25 13:45:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3709ab68-eaf4-5f09-bf19-916afa7f0df0 with identifier: 1978543 to the API
2026-03-25 13:45:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '3709ab68-eaf4-5f09-bf19-916afa7f0df0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 47797,
'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-25 13:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978543%27 HTTP/1.1" 200 None
2026-03-25 13:45:31 [ayvens.be] INFO: Saving data for 1978543: {'auction_closing_time': 1774609200.0, 'created_time': 1774349198.132099, 'last_price_update_time': 1774446331.883851}
2026-03-25 13:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978543') HTTP/1.1" 204 0
2026-03-25 13:45:31 [ayvens.be] INFO: Found listing with ID: 1978544
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978544%27 HTTP/1.1" 200 None
2026-03-25 13:45:32 [ayvens.be] INFO: Scrape type for 1978544: 0
2026-03-25 13:45:32 [ayvens.be] INFO: Found listing with ID: 1978545
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978545%27 HTTP/1.1" 200 None
2026-03-25 13:45:32 [ayvens.be] INFO: Scrape type for 1978545: 2
2026-03-25 13:45:32 [ayvens.be] INFO: Extracting data for car ID: 1978545
2026-03-25 13:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f079df1c-d158-50d3-96c7-66934dde2589 with identifier: 1978545
2026-03-25 13:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f079df1c-d158-50d3-96c7-66934dde2589 with scrape type 2
2026-03-25 13:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f079df1c-d158-50d3-96c7-66934dde2589 with scrape type 2
2026-03-25 13:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f079df1c-d158-50d3-96c7-66934dde2589, identifier: 1978545
2026-03-25 13:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f079df1c-d158-50d3-96c7-66934dde2589 with identifier: 1978545
2026-03-25 13:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f079df1c-d158-50d3-96c7-66934dde2589 with identifier: 1978545
2026-03-25 13:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f079df1c-d158-50d3-96c7-66934dde2589 with identifier: 1978545 to the API
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'f079df1c-d158-50d3-96c7-66934dde2589',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 37719,
'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-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978545%27 HTTP/1.1" 200 None
2026-03-25 13:45:32 [ayvens.be] INFO: Saving data for 1978545: {'auction_closing_time': 1774609200.0, 'created_time': 1774349195.483226, 'last_price_update_time': 1774446332.536984}
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978545') HTTP/1.1" 204 0
2026-03-25 13:45:32 [ayvens.be] INFO: Found listing with ID: 1978546
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978546%27 HTTP/1.1" 200 None
2026-03-25 13:45:32 [ayvens.be] INFO: Scrape type for 1978546: 2
2026-03-25 13:45:32 [ayvens.be] INFO: Extracting data for car ID: 1978546
2026-03-25 13:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b99cd30-d986-5a17-8673-0c11818e3ddc with identifier: 1978546
2026-03-25 13:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b99cd30-d986-5a17-8673-0c11818e3ddc with scrape type 2
2026-03-25 13:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b99cd30-d986-5a17-8673-0c11818e3ddc with scrape type 2
2026-03-25 13:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5b99cd30-d986-5a17-8673-0c11818e3ddc, identifier: 1978546
2026-03-25 13:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5b99cd30-d986-5a17-8673-0c11818e3ddc with identifier: 1978546
2026-03-25 13:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5b99cd30-d986-5a17-8673-0c11818e3ddc with identifier: 1978546
2026-03-25 13:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5b99cd30-d986-5a17-8673-0c11818e3ddc with identifier: 1978546 to the API
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '5b99cd30-d986-5a17-8673-0c11818e3ddc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'COMBO',
'odometer': 82061,
'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': 2,
'seller_name': None,
'title': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'transmission': 'manual',
'trim': '1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'vin': None,
'year': 2023}
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978546%27 HTTP/1.1" 200 None
2026-03-25 13:45:32 [ayvens.be] INFO: Saving data for 1978546: {'auction_closing_time': 1774609200.0, 'created_time': 1774349193.340618, 'last_price_update_time': 1774446332.938699}
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978546') HTTP/1.1" 204 0
2026-03-25 13:45:32 [ayvens.be] INFO: Found listing with ID: 1978547
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978547%27 HTTP/1.1" 200 None
2026-03-25 13:45:32 [ayvens.be] INFO: Scrape type for 1978547: 2
2026-03-25 13:45:32 [ayvens.be] INFO: Extracting data for car ID: 1978547
2026-03-25 13:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f48c7e06-5d10-5e92-a0c4-2ec038807d77 with identifier: 1978547
2026-03-25 13:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f48c7e06-5d10-5e92-a0c4-2ec038807d77 with scrape type 2
2026-03-25 13:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f48c7e06-5d10-5e92-a0c4-2ec038807d77 with scrape type 2
2026-03-25 13:45:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f48c7e06-5d10-5e92-a0c4-2ec038807d77, identifier: 1978547
2026-03-25 13:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f48c7e06-5d10-5e92-a0c4-2ec038807d77 with identifier: 1978547
2026-03-25 13:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f48c7e06-5d10-5e92-a0c4-2ec038807d77 with identifier: 1978547
2026-03-25 13:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f48c7e06-5d10-5e92-a0c4-2ec038807d77 with identifier: 1978547 to the API
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'f48c7e06-5d10-5e92-a0c4-2ec038807d77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 13637,
'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-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978547%27 HTTP/1.1" 200 None
2026-03-25 13:45:33 [ayvens.be] INFO: Saving data for 1978547: {'auction_closing_time': 1774609200.0, 'created_time': 1774349137.951408, 'last_price_update_time': 1774446333.315441}
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978547') HTTP/1.1" 204 0
2026-03-25 13:45:33 [ayvens.be] INFO: Found listing with ID: 1978548
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978548%27 HTTP/1.1" 200 None
2026-03-25 13:45:33 [ayvens.be] INFO: Scrape type for 1978548: 2
2026-03-25 13:45:33 [ayvens.be] INFO: Extracting data for car ID: 1978548
2026-03-25 13:45:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d55de009-a987-543b-979e-3f7831518539 with identifier: 1978548
2026-03-25 13:45:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d55de009-a987-543b-979e-3f7831518539 with scrape type 2
2026-03-25 13:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d55de009-a987-543b-979e-3f7831518539 with scrape type 2
2026-03-25 13:45:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d55de009-a987-543b-979e-3f7831518539, identifier: 1978548
2026-03-25 13:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d55de009-a987-543b-979e-3f7831518539 with identifier: 1978548
2026-03-25 13:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d55de009-a987-543b-979e-3f7831518539 with identifier: 1978548
2026-03-25 13:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d55de009-a987-543b-979e-3f7831518539 with identifier: 1978548 to the API
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'd55de009-a987-543b-979e-3f7831518539',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'COMBO',
'odometer': 71428,
'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': 2,
'seller_name': None,
'title': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'transmission': 'manual',
'trim': '1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'vin': None,
'year': 2023}
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978548%27 HTTP/1.1" 200 None
2026-03-25 13:45:33 [ayvens.be] INFO: Saving data for 1978548: {'auction_closing_time': 1774609200.0, 'created_time': 1774349188.9568, 'last_price_update_time': 1774446333.695333}
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978548') HTTP/1.1" 204 0
2026-03-25 13:45:33 [ayvens.be] INFO: Found listing with ID: 1978549
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978549%27 HTTP/1.1" 200 None
2026-03-25 13:45:33 [ayvens.be] INFO: Scrape type for 1978549: 2
2026-03-25 13:45:33 [ayvens.be] INFO: Extracting data for car ID: 1978549
2026-03-25 13:45:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 599e0f70-561f-51df-bf0e-091e86858adc with identifier: 1978549
2026-03-25 13:45:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 599e0f70-561f-51df-bf0e-091e86858adc with scrape type 2
2026-03-25 13:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 599e0f70-561f-51df-bf0e-091e86858adc with scrape type 2
2026-03-25 13:45:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 599e0f70-561f-51df-bf0e-091e86858adc, identifier: 1978549
2026-03-25 13:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 599e0f70-561f-51df-bf0e-091e86858adc with identifier: 1978549
2026-03-25 13:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 599e0f70-561f-51df-bf0e-091e86858adc with identifier: 1978549
2026-03-25 13:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 599e0f70-561f-51df-bf0e-091e86858adc with identifier: 1978549 to the API
2026-03-25 13:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '599e0f70-561f-51df-bf0e-091e86858adc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 40147,
'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-25 13:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978549%27 HTTP/1.1" 200 None
2026-03-25 13:45:34 [ayvens.be] INFO: Saving data for 1978549: {'auction_closing_time': 1774609200.0, 'created_time': 1774349140.609086, 'last_price_update_time': 1774446334.559791}
2026-03-25 13:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978549') HTTP/1.1" 204 0
2026-03-25 13:45:34 [ayvens.be] INFO: Found listing with ID: 1978550
2026-03-25 13:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978550%27 HTTP/1.1" 200 None
2026-03-25 13:45:34 [ayvens.be] INFO: Scrape type for 1978550: 2
2026-03-25 13:45:34 [ayvens.be] INFO: Extracting data for car ID: 1978550
2026-03-25 13:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 775e31e7-688a-57e0-a818-bb9b7257de55 with identifier: 1978550
2026-03-25 13:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 775e31e7-688a-57e0-a818-bb9b7257de55 with scrape type 2
2026-03-25 13:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 775e31e7-688a-57e0-a818-bb9b7257de55 with scrape type 2
2026-03-25 13:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 775e31e7-688a-57e0-a818-bb9b7257de55, identifier: 1978550
2026-03-25 13:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 775e31e7-688a-57e0-a818-bb9b7257de55 with identifier: 1978550
2026-03-25 13:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 775e31e7-688a-57e0-a818-bb9b7257de55 with identifier: 1978550
2026-03-25 13:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 775e31e7-688a-57e0-a818-bb9b7257de55 with identifier: 1978550 to the API
2026-03-25 13:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '775e31e7-688a-57e0-a818-bb9b7257de55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 32737,
'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-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978550%27 HTTP/1.1" 200 None
2026-03-25 13:45:35 [ayvens.be] INFO: Saving data for 1978550: {'auction_closing_time': 1774609200.0, 'created_time': 1774349143.620095, 'last_price_update_time': 1774446335.022494}
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978550') HTTP/1.1" 204 0
2026-03-25 13:45:35 [ayvens.be] INFO: Found listing with ID: 1978551
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978551%27 HTTP/1.1" 200 None
2026-03-25 13:45:35 [ayvens.be] INFO: Scrape type for 1978551: 2
2026-03-25 13:45:35 [ayvens.be] INFO: Extracting data for car ID: 1978551
2026-03-25 13:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2169f061-95a0-5879-b8a3-5fffccd97dff with identifier: 1978551
2026-03-25 13:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2169f061-95a0-5879-b8a3-5fffccd97dff with scrape type 2
2026-03-25 13:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2169f061-95a0-5879-b8a3-5fffccd97dff with scrape type 2
2026-03-25 13:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2169f061-95a0-5879-b8a3-5fffccd97dff, identifier: 1978551
2026-03-25 13:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2169f061-95a0-5879-b8a3-5fffccd97dff with identifier: 1978551
2026-03-25 13:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2169f061-95a0-5879-b8a3-5fffccd97dff with identifier: 1978551
2026-03-25 13:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2169f061-95a0-5879-b8a3-5fffccd97dff with identifier: 1978551 to the API
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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': 3,
'engine': '1.5L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '2169f061-95a0-5879-b8a3-5fffccd97dff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'BERLINGO',
'odometer': 38222,
'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': 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-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978551%27 HTTP/1.1" 200 None
2026-03-25 13:45:35 [ayvens.be] INFO: Saving data for 1978551: {'auction_closing_time': 1774609200.0, 'created_time': 1774349145.698714, 'last_price_update_time': 1774446335.405308}
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978551') HTTP/1.1" 204 0
2026-03-25 13:45:35 [ayvens.be] INFO: Found listing with ID: 1978552
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978552%27 HTTP/1.1" 200 None
2026-03-25 13:45:35 [ayvens.be] INFO: Scrape type for 1978552: 2
2026-03-25 13:45:35 [ayvens.be] INFO: Extracting data for car ID: 1978552
2026-03-25 13:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb3378ae-cbfc-5ab4-ab10-f82b6caa5747 with identifier: 1978552
2026-03-25 13:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb3378ae-cbfc-5ab4-ab10-f82b6caa5747 with scrape type 2
2026-03-25 13:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb3378ae-cbfc-5ab4-ab10-f82b6caa5747 with scrape type 2
2026-03-25 13:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bb3378ae-cbfc-5ab4-ab10-f82b6caa5747, identifier: 1978552
2026-03-25 13:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bb3378ae-cbfc-5ab4-ab10-f82b6caa5747 with identifier: 1978552
2026-03-25 13:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bb3378ae-cbfc-5ab4-ab10-f82b6caa5747 with identifier: 1978552
2026-03-25 13:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bb3378ae-cbfc-5ab4-ab10-f82b6caa5747 with identifier: 1978552 to the API
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'bb3378ae-cbfc-5ab4-ab10-f82b6caa5747',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'COMBO',
'odometer': 28771,
'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': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 COMFORT',
'transmission': 'manual',
'trim': '1.5 TURBO D 75KW 2.3T L2H1 COMFORT',
'vin': None,
'year': 2021}
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978552%27 HTTP/1.1" 200 None
2026-03-25 13:45:35 [ayvens.be] INFO: Saving data for 1978552: {'auction_closing_time': 1774609200.0, 'created_time': 1774349189.335077, 'last_price_update_time': 1774446335.793058}
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978552') HTTP/1.1" 204 0
2026-03-25 13:45:35 [ayvens.be] INFO: Found listing with ID: 1978553
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978553%27 HTTP/1.1" 200 None
2026-03-25 13:45:35 [ayvens.be] INFO: Scrape type for 1978553: 2
2026-03-25 13:45:35 [ayvens.be] INFO: Extracting data for car ID: 1978553
2026-03-25 13:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b86d9b32-3644-51c9-b6d3-cafb67bfd659 with identifier: 1978553
2026-03-25 13:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b86d9b32-3644-51c9-b6d3-cafb67bfd659 with scrape type 2
2026-03-25 13:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b86d9b32-3644-51c9-b6d3-cafb67bfd659 with scrape type 2
2026-03-25 13:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b86d9b32-3644-51c9-b6d3-cafb67bfd659, identifier: 1978553
2026-03-25 13:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b86d9b32-3644-51c9-b6d3-cafb67bfd659 with identifier: 1978553
2026-03-25 13:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b86d9b32-3644-51c9-b6d3-cafb67bfd659 with identifier: 1978553
2026-03-25 13:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b86d9b32-3644-51c9-b6d3-cafb67bfd659 with identifier: 1978553 to the API
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'b86d9b32-3644-51c9-b6d3-cafb67bfd659',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 26024,
'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-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978553%27 HTTP/1.1" 200 None
2026-03-25 13:45:36 [ayvens.be] INFO: Saving data for 1978553: {'auction_closing_time': 1774609200.0, 'created_time': 1774349150.596985, 'last_price_update_time': 1774446336.196276}
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978553') HTTP/1.1" 204 0
2026-03-25 13:45:36 [ayvens.be] INFO: Found listing with ID: 1978554
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978554%27 HTTP/1.1" 200 None
2026-03-25 13:45:36 [ayvens.be] INFO: Scrape type for 1978554: 2
2026-03-25 13:45:36 [ayvens.be] INFO: Extracting data for car ID: 1978554
2026-03-25 13:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dee5b4d-25ee-5be5-a812-041835f253c8 with identifier: 1978554
2026-03-25 13:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dee5b4d-25ee-5be5-a812-041835f253c8 with scrape type 2
2026-03-25 13:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dee5b4d-25ee-5be5-a812-041835f253c8 with scrape type 2
2026-03-25 13:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8dee5b4d-25ee-5be5-a812-041835f253c8, identifier: 1978554
2026-03-25 13:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8dee5b4d-25ee-5be5-a812-041835f253c8 with identifier: 1978554
2026-03-25 13:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8dee5b4d-25ee-5be5-a812-041835f253c8 with identifier: 1978554
2026-03-25 13:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8dee5b4d-25ee-5be5-a812-041835f253c8 with identifier: 1978554 to the API
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '8dee5b4d-25ee-5be5-a812-041835f253c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 62533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-16',
'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-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978554%27 HTTP/1.1" 200 None
2026-03-25 13:45:36 [ayvens.be] INFO: Saving data for 1978554: {'auction_closing_time': 1774609200.0, 'created_time': 1774349149.278201, 'last_price_update_time': 1774446336.602554}
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978554') HTTP/1.1" 204 0
2026-03-25 13:45:36 [ayvens.be] INFO: Found listing with ID: 1978555
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978555%27 HTTP/1.1" 200 None
2026-03-25 13:45:36 [ayvens.be] INFO: Scrape type for 1978555: 2
2026-03-25 13:45:36 [ayvens.be] INFO: Extracting data for car ID: 1978555
2026-03-25 13:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f439a02a-a255-5920-a129-5841c90bc4cb with identifier: 1978555
2026-03-25 13:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f439a02a-a255-5920-a129-5841c90bc4cb with scrape type 2
2026-03-25 13:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f439a02a-a255-5920-a129-5841c90bc4cb with scrape type 2
2026-03-25 13:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f439a02a-a255-5920-a129-5841c90bc4cb, identifier: 1978555
2026-03-25 13:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f439a02a-a255-5920-a129-5841c90bc4cb with identifier: 1978555
2026-03-25 13:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f439a02a-a255-5920-a129-5841c90bc4cb with identifier: 1978555
2026-03-25 13:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f439a02a-a255-5920-a129-5841c90bc4cb with identifier: 1978555 to the API
2026-03-25 13:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'f439a02a-a255-5920-a129-5841c90bc4cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'VIVARO',
'odometer': 40497,
'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': 'OPEL VIVARO 1.5 TURBO 75KW COMFORT L3H1 2.8T',
'transmission': 'manual',
'trim': '1.5 TURBO 75KW COMFORT L3H1 2.8T',
'vin': None,
'year': 2021}
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978555%27 HTTP/1.1" 200 None
2026-03-25 13:45:37 [ayvens.be] INFO: Saving data for 1978555: {'auction_closing_time': 1774609200.0, 'created_time': 1774349151.769063, 'last_price_update_time': 1774446337.087189}
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978555') HTTP/1.1" 204 0
2026-03-25 13:45:37 [ayvens.be] INFO: Found listing with ID: 1978556
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978556%27 HTTP/1.1" 200 None
2026-03-25 13:45:37 [ayvens.be] INFO: Scrape type for 1978556: 2
2026-03-25 13:45:37 [ayvens.be] INFO: Extracting data for car ID: 1978556
2026-03-25 13:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 773a20f5-c088-563f-a39e-15f1ed9e4c03 with identifier: 1978556
2026-03-25 13:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773a20f5-c088-563f-a39e-15f1ed9e4c03 with scrape type 2
2026-03-25 13:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 773a20f5-c088-563f-a39e-15f1ed9e4c03 with scrape type 2
2026-03-25 13:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 773a20f5-c088-563f-a39e-15f1ed9e4c03, identifier: 1978556
2026-03-25 13:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 773a20f5-c088-563f-a39e-15f1ed9e4c03 with identifier: 1978556
2026-03-25 13:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 773a20f5-c088-563f-a39e-15f1ed9e4c03 with identifier: 1978556
2026-03-25 13:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 773a20f5-c088-563f-a39e-15f1ed9e4c03 with identifier: 1978556 to the API
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '773a20f5-c088-563f-a39e-15f1ed9e4c03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 44835,
'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-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978556%27 HTTP/1.1" 200 None
2026-03-25 13:45:37 [ayvens.be] INFO: Saving data for 1978556: {'auction_closing_time': 1774609200.0, 'created_time': 1774349186.991057, 'last_price_update_time': 1774446337.485633}
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978556') HTTP/1.1" 204 0
2026-03-25 13:45:37 [ayvens.be] INFO: Found listing with ID: 1978557
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978557%27 HTTP/1.1" 200 None
2026-03-25 13:45:37 [ayvens.be] INFO: Scrape type for 1978557: 2
2026-03-25 13:45:37 [ayvens.be] INFO: Extracting data for car ID: 1978557
2026-03-25 13:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a124dd2-4d28-5165-8019-51d6d91fcff4 with identifier: 1978557
2026-03-25 13:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a124dd2-4d28-5165-8019-51d6d91fcff4 with scrape type 2
2026-03-25 13:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a124dd2-4d28-5165-8019-51d6d91fcff4 with scrape type 2
2026-03-25 13:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6a124dd2-4d28-5165-8019-51d6d91fcff4, identifier: 1978557
2026-03-25 13:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6a124dd2-4d28-5165-8019-51d6d91fcff4 with identifier: 1978557
2026-03-25 13:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6a124dd2-4d28-5165-8019-51d6d91fcff4 with identifier: 1978557
2026-03-25 13:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6a124dd2-4d28-5165-8019-51d6d91fcff4 with identifier: 1978557 to the API
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '6a124dd2-4d28-5165-8019-51d6d91fcff4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 132286,
'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-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978557%27 HTTP/1.1" 200 None
2026-03-25 13:45:37 [ayvens.be] INFO: Saving data for 1978557: {'auction_closing_time': 1774609200.0, 'created_time': 1774349184.807495, 'last_price_update_time': 1774446337.857923}
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978557') HTTP/1.1" 204 0
2026-03-25 13:45:37 [ayvens.be] INFO: Found listing with ID: 1978558
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978558%27 HTTP/1.1" 200 None
2026-03-25 13:45:37 [ayvens.be] INFO: Scrape type for 1978558: 2
2026-03-25 13:45:37 [ayvens.be] INFO: Extracting data for car ID: 1978558
2026-03-25 13:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55625902-623a-569d-b82e-81642cecf735 with identifier: 1978558
2026-03-25 13:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55625902-623a-569d-b82e-81642cecf735 with scrape type 2
2026-03-25 13:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55625902-623a-569d-b82e-81642cecf735 with scrape type 2
2026-03-25 13:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 55625902-623a-569d-b82e-81642cecf735, identifier: 1978558
2026-03-25 13:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 55625902-623a-569d-b82e-81642cecf735 with identifier: 1978558
2026-03-25 13:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 55625902-623a-569d-b82e-81642cecf735 with identifier: 1978558
2026-03-25 13:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 55625902-623a-569d-b82e-81642cecf735 with identifier: 1978558 to the API
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '55625902-623a-569d-b82e-81642cecf735',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 39086,
'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-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978558%27 HTTP/1.1" 200 None
2026-03-25 13:45:38 [ayvens.be] INFO: Saving data for 1978558: {'auction_closing_time': 1774609200.0, 'created_time': 1774349186.597983, 'last_price_update_time': 1774446338.245544}
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978558') HTTP/1.1" 204 0
2026-03-25 13:45:38 [ayvens.be] INFO: Found listing with ID: 1978559
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978559%27 HTTP/1.1" 200 None
2026-03-25 13:45:38 [ayvens.be] INFO: Scrape type for 1978559: 2
2026-03-25 13:45:38 [ayvens.be] INFO: Extracting data for car ID: 1978559
2026-03-25 13:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e41a93d8-9de3-596c-b858-ef5076c923a1 with identifier: 1978559
2026-03-25 13:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e41a93d8-9de3-596c-b858-ef5076c923a1 with scrape type 2
2026-03-25 13:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e41a93d8-9de3-596c-b858-ef5076c923a1 with scrape type 2
2026-03-25 13:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e41a93d8-9de3-596c-b858-ef5076c923a1, identifier: 1978559
2026-03-25 13:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e41a93d8-9de3-596c-b858-ef5076c923a1 with identifier: 1978559
2026-03-25 13:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e41a93d8-9de3-596c-b858-ef5076c923a1 with identifier: 1978559
2026-03-25 13:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e41a93d8-9de3-596c-b858-ef5076c923a1 with identifier: 1978559 to the API
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'e41a93d8-9de3-596c-b858-ef5076c923a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 52874,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-26',
'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-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978559%27 HTTP/1.1" 200 None
2026-03-25 13:45:38 [ayvens.be] INFO: Saving data for 1978559: {'auction_closing_time': 1774609200.0, 'created_time': 1774349183.252036, 'last_price_update_time': 1774446338.633395}
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978559') HTTP/1.1" 204 0
2026-03-25 13:45:38 [ayvens.be] INFO: Found listing with ID: 1978560
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978560%27 HTTP/1.1" 200 None
2026-03-25 13:45:38 [ayvens.be] INFO: Scrape type for 1978560: 2
2026-03-25 13:45:38 [ayvens.be] INFO: Extracting data for car ID: 1978560
2026-03-25 13:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2c50f43-cde5-5ab5-8ac6-540a1ba352a9 with identifier: 1978560
2026-03-25 13:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2c50f43-cde5-5ab5-8ac6-540a1ba352a9 with scrape type 2
2026-03-25 13:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2c50f43-cde5-5ab5-8ac6-540a1ba352a9 with scrape type 2
2026-03-25 13:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e2c50f43-cde5-5ab5-8ac6-540a1ba352a9, identifier: 1978560
2026-03-25 13:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e2c50f43-cde5-5ab5-8ac6-540a1ba352a9 with identifier: 1978560
2026-03-25 13:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e2c50f43-cde5-5ab5-8ac6-540a1ba352a9 with identifier: 1978560
2026-03-25 13:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e2c50f43-cde5-5ab5-8ac6-540a1ba352a9 with identifier: 1978560 to the API
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'e2c50f43-cde5-5ab5-8ac6-540a1ba352a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 48051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-10',
'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-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978560%27 HTTP/1.1" 200 None
2026-03-25 13:45:39 [ayvens.be] INFO: Saving data for 1978560: {'auction_closing_time': 1774609200.0, 'created_time': 1774349158.798494, 'last_price_update_time': 1774446339.041464}
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978560') HTTP/1.1" 204 0
2026-03-25 13:45:39 [ayvens.be] INFO: Found listing with ID: 1978561
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978561%27 HTTP/1.1" 200 None
2026-03-25 13:45:39 [ayvens.be] INFO: Scrape type for 1978561: 2
2026-03-25 13:45:39 [ayvens.be] INFO: Extracting data for car ID: 1978561
2026-03-25 13:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e74e3770-bd9f-58e4-b4a0-a52d5ac7230c with identifier: 1978561
2026-03-25 13:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e74e3770-bd9f-58e4-b4a0-a52d5ac7230c with scrape type 2
2026-03-25 13:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e74e3770-bd9f-58e4-b4a0-a52d5ac7230c with scrape type 2
2026-03-25 13:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e74e3770-bd9f-58e4-b4a0-a52d5ac7230c, identifier: 1978561
2026-03-25 13:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e74e3770-bd9f-58e4-b4a0-a52d5ac7230c with identifier: 1978561
2026-03-25 13:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e74e3770-bd9f-58e4-b4a0-a52d5ac7230c with identifier: 1978561
2026-03-25 13:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e74e3770-bd9f-58e4-b4a0-a52d5ac7230c with identifier: 1978561 to the API
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'e74e3770-bd9f-58e4-b4a0-a52d5ac7230c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 58063,
'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': 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-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978561%27 HTTP/1.1" 200 None
2026-03-25 13:45:39 [ayvens.be] INFO: Saving data for 1978561: {'auction_closing_time': 1774609200.0, 'created_time': 1774349182.476296, 'last_price_update_time': 1774446339.41647}
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978561') HTTP/1.1" 204 0
2026-03-25 13:45:39 [ayvens.be] INFO: Found listing with ID: 1978562
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978562%27 HTTP/1.1" 200 None
2026-03-25 13:45:39 [ayvens.be] INFO: Scrape type for 1978562: 2
2026-03-25 13:45:39 [ayvens.be] INFO: Extracting data for car ID: 1978562
2026-03-25 13:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57115091-6e12-5d85-916e-f9e692338608 with identifier: 1978562
2026-03-25 13:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57115091-6e12-5d85-916e-f9e692338608 with scrape type 2
2026-03-25 13:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57115091-6e12-5d85-916e-f9e692338608 with scrape type 2
2026-03-25 13:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 57115091-6e12-5d85-916e-f9e692338608, identifier: 1978562
2026-03-25 13:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 57115091-6e12-5d85-916e-f9e692338608 with identifier: 1978562
2026-03-25 13:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 57115091-6e12-5d85-916e-f9e692338608 with identifier: 1978562
2026-03-25 13:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 57115091-6e12-5d85-916e-f9e692338608 with identifier: 1978562 to the API
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '57115091-6e12-5d85-916e-f9e692338608',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DIESEL',
'odometer': 34939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-05',
'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-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978562%27 HTTP/1.1" 200 None
2026-03-25 13:45:39 [ayvens.be] INFO: Saving data for 1978562: {'auction_closing_time': 1774609200.0, 'created_time': 1774349182.100633, 'last_price_update_time': 1774446339.795431}
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978562') HTTP/1.1" 204 0
2026-03-25 13:45:39 [ayvens.be] INFO: Found listing with ID: 1978563
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978563%27 HTTP/1.1" 200 None
2026-03-25 13:45:39 [ayvens.be] INFO: Scrape type for 1978563: 2
2026-03-25 13:45:39 [ayvens.be] INFO: Extracting data for car ID: 1978563
2026-03-25 13:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af48ddbd-e1fe-5205-8cae-ba5ff147aabf with identifier: 1978563
2026-03-25 13:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af48ddbd-e1fe-5205-8cae-ba5ff147aabf with scrape type 2
2026-03-25 13:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af48ddbd-e1fe-5205-8cae-ba5ff147aabf with scrape type 2
2026-03-25 13:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: af48ddbd-e1fe-5205-8cae-ba5ff147aabf, identifier: 1978563
2026-03-25 13:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: af48ddbd-e1fe-5205-8cae-ba5ff147aabf with identifier: 1978563
2026-03-25 13:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: af48ddbd-e1fe-5205-8cae-ba5ff147aabf with identifier: 1978563
2026-03-25 13:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: af48ddbd-e1fe-5205-8cae-ba5ff147aabf with identifier: 1978563 to the API
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'af48ddbd-e1fe-5205-8cae-ba5ff147aabf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 37732,
'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-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978563%27 HTTP/1.1" 200 None
2026-03-25 13:45:40 [ayvens.be] INFO: Saving data for 1978563: {'auction_closing_time': 1774609200.0, 'created_time': 1774349181.716376, 'last_price_update_time': 1774446340.178591}
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978563') HTTP/1.1" 204 0
2026-03-25 13:45:40 [ayvens.be] INFO: Found listing with ID: 1978564
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978564%27 HTTP/1.1" 200 None
2026-03-25 13:45:40 [ayvens.be] INFO: Scrape type for 1978564: 2
2026-03-25 13:45:40 [ayvens.be] INFO: Extracting data for car ID: 1978564
2026-03-25 13:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f70c3362-c0a1-5945-ad2f-f7970ad8aa4d with identifier: 1978564
2026-03-25 13:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f70c3362-c0a1-5945-ad2f-f7970ad8aa4d with scrape type 2
2026-03-25 13:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f70c3362-c0a1-5945-ad2f-f7970ad8aa4d with scrape type 2
2026-03-25 13:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f70c3362-c0a1-5945-ad2f-f7970ad8aa4d, identifier: 1978564
2026-03-25 13:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f70c3362-c0a1-5945-ad2f-f7970ad8aa4d with identifier: 1978564
2026-03-25 13:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f70c3362-c0a1-5945-ad2f-f7970ad8aa4d with identifier: 1978564
2026-03-25 13:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f70c3362-c0a1-5945-ad2f-f7970ad8aa4d with identifier: 1978564 to the API
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'f70c3362-c0a1-5945-ad2f-f7970ad8aa4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS MAXI DSL - 2013',
'odometer': 113431,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-22',
'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-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978564%27 HTTP/1.1" 200 None
2026-03-25 13:45:40 [ayvens.be] INFO: Saving data for 1978564: {'auction_closing_time': 1774609200.0, 'created_time': 1774349163.608015, 'last_price_update_time': 1774446340.547313}
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978564') HTTP/1.1" 204 0
2026-03-25 13:45:40 [ayvens.be] INFO: Found listing with ID: 1978565
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978565%27 HTTP/1.1" 200 None
2026-03-25 13:45:40 [ayvens.be] INFO: Scrape type for 1978565: 2
2026-03-25 13:45:40 [ayvens.be] INFO: Extracting data for car ID: 1978565
2026-03-25 13:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ce96a92-6e91-5e55-8733-843a306bb16f with identifier: 1978565
2026-03-25 13:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ce96a92-6e91-5e55-8733-843a306bb16f with scrape type 2
2026-03-25 13:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ce96a92-6e91-5e55-8733-843a306bb16f with scrape type 2
2026-03-25 13:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4ce96a92-6e91-5e55-8733-843a306bb16f, identifier: 1978565
2026-03-25 13:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4ce96a92-6e91-5e55-8733-843a306bb16f with identifier: 1978565
2026-03-25 13:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4ce96a92-6e91-5e55-8733-843a306bb16f with identifier: 1978565
2026-03-25 13:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4ce96a92-6e91-5e55-8733-843a306bb16f with identifier: 1978565 to the API
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '4ce96a92-6e91-5e55-8733-843a306bb16f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 84622,
'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-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978565%27 HTTP/1.1" 200 None
2026-03-25 13:45:40 [ayvens.be] INFO: Saving data for 1978565: {'auction_closing_time': 1774609200.0, 'created_time': 1774349180.459761, 'last_price_update_time': 1774446340.932726}
2026-03-25 13:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978565') HTTP/1.1" 204 0
2026-03-25 13:45:41 [ayvens.be] INFO: Found listing with ID: 1978566
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978566%27 HTTP/1.1" 200 None
2026-03-25 13:45:41 [ayvens.be] INFO: Scrape type for 1978566: 2
2026-03-25 13:45:41 [ayvens.be] INFO: Extracting data for car ID: 1978566
2026-03-25 13:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c85ed98-467c-5517-8670-610a23d402f8 with identifier: 1978566
2026-03-25 13:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c85ed98-467c-5517-8670-610a23d402f8 with scrape type 2
2026-03-25 13:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c85ed98-467c-5517-8670-610a23d402f8 with scrape type 2
2026-03-25 13:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2c85ed98-467c-5517-8670-610a23d402f8, identifier: 1978566
2026-03-25 13:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2c85ed98-467c-5517-8670-610a23d402f8 with identifier: 1978566
2026-03-25 13:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2c85ed98-467c-5517-8670-610a23d402f8 with identifier: 1978566
2026-03-25 13:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2c85ed98-467c-5517-8670-610a23d402f8 with identifier: 1978566 to the API
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '2c85ed98-467c-5517-8670-610a23d402f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'COMBO',
'odometer': 65707,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-22',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL COMBO 1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'transmission': 'manual',
'trim': '1.5 TURBO D 75KW 2.3T L2H1 EDITION',
'vin': None,
'year': 2023}
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978566%27 HTTP/1.1" 200 None
2026-03-25 13:45:41 [ayvens.be] INFO: Saving data for 1978566: {'auction_closing_time': 1774609200.0, 'created_time': 1774349167.156603, 'last_price_update_time': 1774446341.557198}
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978566') HTTP/1.1" 204 0
2026-03-25 13:45:41 [ayvens.be] INFO: Found listing with ID: 1978567
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978567%27 HTTP/1.1" 200 None
2026-03-25 13:45:41 [ayvens.be] INFO: Scrape type for 1978567: 2
2026-03-25 13:45:41 [ayvens.be] INFO: Extracting data for car ID: 1978567
2026-03-25 13:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 683ed0d2-5e4e-5057-a9bb-aaa662c27b64 with identifier: 1978567
2026-03-25 13:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 683ed0d2-5e4e-5057-a9bb-aaa662c27b64 with scrape type 2
2026-03-25 13:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 683ed0d2-5e4e-5057-a9bb-aaa662c27b64 with scrape type 2
2026-03-25 13:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 683ed0d2-5e4e-5057-a9bb-aaa662c27b64, identifier: 1978567
2026-03-25 13:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 683ed0d2-5e4e-5057-a9bb-aaa662c27b64 with identifier: 1978567
2026-03-25 13:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 683ed0d2-5e4e-5057-a9bb-aaa662c27b64 with identifier: 1978567
2026-03-25 13:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 683ed0d2-5e4e-5057-a9bb-aaa662c27b64 with identifier: 1978567 to the API
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '683ed0d2-5e4e-5057-a9bb-aaa662c27b64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 74223,
'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': 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-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978567%27 HTTP/1.1" 200 None
2026-03-25 13:45:41 [ayvens.be] INFO: Saving data for 1978567: {'auction_closing_time': 1774609200.0, 'created_time': 1774349179.819576, 'last_price_update_time': 1774446341.936532}
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978567') HTTP/1.1" 204 0
2026-03-25 13:45:41 [ayvens.be] INFO: Found listing with ID: 1978568
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978568%27 HTTP/1.1" 200 None
2026-03-25 13:45:41 [ayvens.be] INFO: Scrape type for 1978568: 2
2026-03-25 13:45:41 [ayvens.be] INFO: Extracting data for car ID: 1978568
2026-03-25 13:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2a7afc6-ab48-5e59-8afc-7726684ce824 with identifier: 1978568
2026-03-25 13:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2a7afc6-ab48-5e59-8afc-7726684ce824 with scrape type 2
2026-03-25 13:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2a7afc6-ab48-5e59-8afc-7726684ce824 with scrape type 2
2026-03-25 13:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e2a7afc6-ab48-5e59-8afc-7726684ce824, identifier: 1978568
2026-03-25 13:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e2a7afc6-ab48-5e59-8afc-7726684ce824 with identifier: 1978568
2026-03-25 13:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e2a7afc6-ab48-5e59-8afc-7726684ce824 with identifier: 1978568
2026-03-25 13:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e2a7afc6-ab48-5e59-8afc-7726684ce824 with identifier: 1978568 to the API
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'e2a7afc6-ab48-5e59-8afc-7726684ce824',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 28486,
'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': 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-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978568%27 HTTP/1.1" 200 None
2026-03-25 13:45:42 [ayvens.be] INFO: Saving data for 1978568: {'auction_closing_time': 1774609200.0, 'created_time': 1774349179.373337, 'last_price_update_time': 1774446342.313695}
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978568') HTTP/1.1" 204 0
2026-03-25 13:45:42 [ayvens.be] INFO: Found listing with ID: 1978569
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978569%27 HTTP/1.1" 200 None
2026-03-25 13:45:42 [ayvens.be] INFO: Scrape type for 1978569: 2
2026-03-25 13:45:42 [ayvens.be] INFO: Extracting data for car ID: 1978569
2026-03-25 13:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d2e4f95-cca0-575c-b633-5bdf9706e7b0 with identifier: 1978569
2026-03-25 13:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d2e4f95-cca0-575c-b633-5bdf9706e7b0 with scrape type 2
2026-03-25 13:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d2e4f95-cca0-575c-b633-5bdf9706e7b0 with scrape type 2
2026-03-25 13:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8d2e4f95-cca0-575c-b633-5bdf9706e7b0, identifier: 1978569
2026-03-25 13:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8d2e4f95-cca0-575c-b633-5bdf9706e7b0 with identifier: 1978569
2026-03-25 13:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8d2e4f95-cca0-575c-b633-5bdf9706e7b0 with identifier: 1978569
2026-03-25 13:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8d2e4f95-cca0-575c-b633-5bdf9706e7b0 with identifier: 1978569 to the API
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '8d2e4f95-cca0-575c-b633-5bdf9706e7b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 24258,
'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-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978569%27 HTTP/1.1" 200 None
2026-03-25 13:45:42 [ayvens.be] INFO: Saving data for 1978569: {'auction_closing_time': 1774609200.0, 'created_time': 1774349171.864477, 'last_price_update_time': 1774446342.696212}
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978569') HTTP/1.1" 204 0
2026-03-25 13:45:42 [ayvens.be] INFO: Found listing with ID: 1978570
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978570%27 HTTP/1.1" 200 None
2026-03-25 13:45:42 [ayvens.be] INFO: Scrape type for 1978570: 2
2026-03-25 13:45:42 [ayvens.be] INFO: Extracting data for car ID: 1978570
2026-03-25 13:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a92773a9-d8f4-5ef6-a421-dc4f05f671ca with identifier: 1978570
2026-03-25 13:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a92773a9-d8f4-5ef6-a421-dc4f05f671ca with scrape type 2
2026-03-25 13:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a92773a9-d8f4-5ef6-a421-dc4f05f671ca with scrape type 2
2026-03-25 13:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a92773a9-d8f4-5ef6-a421-dc4f05f671ca, identifier: 1978570
2026-03-25 13:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a92773a9-d8f4-5ef6-a421-dc4f05f671ca with identifier: 1978570
2026-03-25 13:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a92773a9-d8f4-5ef6-a421-dc4f05f671ca with identifier: 1978570
2026-03-25 13:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a92773a9-d8f4-5ef6-a421-dc4f05f671ca with identifier: 1978570 to the API
2026-03-25 13:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'a92773a9-d8f4-5ef6-a421-dc4f05f671ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 128224,
'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-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978570%27 HTTP/1.1" 200 None
2026-03-25 13:45:43 [ayvens.be] INFO: Saving data for 1978570: {'auction_closing_time': 1774609200.0, 'created_time': 1774349178.350264, 'last_price_update_time': 1774446343.113179}
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978570') HTTP/1.1" 204 0
2026-03-25 13:45:43 [ayvens.be] INFO: Found listing with ID: 1978571
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978571%27 HTTP/1.1" 200 None
2026-03-25 13:45:43 [ayvens.be] INFO: Scrape type for 1978571: 2
2026-03-25 13:45:43 [ayvens.be] INFO: Extracting data for car ID: 1978571
2026-03-25 13:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c43c24ea-604e-5d4d-9ee5-5cf295570a02 with identifier: 1978571
2026-03-25 13:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c43c24ea-604e-5d4d-9ee5-5cf295570a02 with scrape type 2
2026-03-25 13:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c43c24ea-604e-5d4d-9ee5-5cf295570a02 with scrape type 2
2026-03-25 13:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c43c24ea-604e-5d4d-9ee5-5cf295570a02, identifier: 1978571
2026-03-25 13:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c43c24ea-604e-5d4d-9ee5-5cf295570a02 with identifier: 1978571
2026-03-25 13:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c43c24ea-604e-5d4d-9ee5-5cf295570a02 with identifier: 1978571
2026-03-25 13:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c43c24ea-604e-5d4d-9ee5-5cf295570a02 with identifier: 1978571 to the API
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': 'c43c24ea-604e-5d4d-9ee5-5cf295570a02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 59122,
'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-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978571%27 HTTP/1.1" 200 None
2026-03-25 13:45:43 [ayvens.be] INFO: Saving data for 1978571: {'auction_closing_time': 1774609200.0, 'created_time': 1774349174.465087, 'last_price_update_time': 1774446343.602173}
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978571') HTTP/1.1" 204 0
2026-03-25 13:45:43 [ayvens.be] INFO: Found listing with ID: 1978572
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978572%27 HTTP/1.1" 200 None
2026-03-25 13:45:43 [ayvens.be] INFO: Scrape type for 1978572: 2
2026-03-25 13:45:43 [ayvens.be] INFO: Extracting data for car ID: 1978572
2026-03-25 13:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d06904b-a8d0-5f3e-b19e-5343c53e70d3 with identifier: 1978572
2026-03-25 13:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d06904b-a8d0-5f3e-b19e-5343c53e70d3 with scrape type 2
2026-03-25 13:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d06904b-a8d0-5f3e-b19e-5343c53e70d3 with scrape type 2
2026-03-25 13:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5d06904b-a8d0-5f3e-b19e-5343c53e70d3, identifier: 1978572
2026-03-25 13:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5d06904b-a8d0-5f3e-b19e-5343c53e70d3 with identifier: 1978572
2026-03-25 13:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5d06904b-a8d0-5f3e-b19e-5343c53e70d3 with identifier: 1978572
2026-03-25 13:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5d06904b-a8d0-5f3e-b19e-5343c53e70d3 with identifier: 1978572 to the API
2026-03-25 13:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:45: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-25 13:45: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-03-27T11:00:00Z',
'fuel_type': 'diesel',
'id': '5d06904b-a8d0-5f3e-b19e-5343c53e70d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40935',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 30043,
'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-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271978572%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Saving data for 1978572: {'auction_closing_time': 1774609200.0, 'created_time': 1774349175.367376, 'last_price_update_time': 1774446344.015585}
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1978572') HTTP/1.1" 204 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977588
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977588%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977588: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977589
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977589%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977589: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977590
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977590%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977590: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977591
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977591%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977591: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977592
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977592%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977592: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977593
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977593%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977593: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977594
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977594%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977594: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977595
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977595%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977595: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977596
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977596%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977596: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977597
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977597%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977597: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Found listing with ID: 1977598
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977598%27 HTTP/1.1" 200 None
2026-03-25 13:45:44 [ayvens.be] INFO: Scrape type for 1977598: 0
2026-03-25 13:45:44 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 200
2026-03-25 13:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977599
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977599%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977599: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977600
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977600%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977600: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977601
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977601%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977601: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977602
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977602%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977602: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977603
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977603%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977603: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977604
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977604%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977604: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977605
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977605%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977605: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977606
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977606%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977606: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977607
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977607%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977607: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977608
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977608%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977608: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977609
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977609%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977609: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977610
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977610%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977610: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977611
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977611%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977611: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977612
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977612%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977612: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977613
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977613%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977613: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977614
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977614%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977614: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977615
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977615%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977615: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977616
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977616%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977616: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977617
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977617%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977617: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977618
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977618%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977618: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977619
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977619%27 HTTP/1.1" 200 None
2026-03-25 13:45:46 [ayvens.be] INFO: Scrape type for 1977619: 0
2026-03-25 13:45:46 [ayvens.be] INFO: Found listing with ID: 1977620
2026-03-25 13:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977620%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977620: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977621
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977621%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977621: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977622
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977622%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977622: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977623
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977623%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977623: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977624
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977624%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977624: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977625
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977625%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977625: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977626
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977626%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977626: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977627
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977627%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977627: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977628
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977628%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977628: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977629
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977629%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977629: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977630
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977630%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977630: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977631
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977631%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977631: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977632
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977632%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977632: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977633
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977633%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977633: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977634
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977634%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977634: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977635
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977635%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977635: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977636
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977636%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977636: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977637
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977637%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977637: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977638
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977638%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977638: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977639
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977639%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977639: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977640
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977640%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977640: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977641
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977641%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977641: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977642
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977642%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977642: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977643
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977643%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977643: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977644
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977644%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977644: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977645
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977645%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977645: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977646
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977646%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977646: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977647
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977647%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977647: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977648
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977648%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977648: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977649
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977649%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977649: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977650
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977650%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977650: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977651
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977651%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977651: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977652
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977652%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977652: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977653
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977653%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977653: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977654
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977654%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977654: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977655
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977655%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977655: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977656
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977656%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977656: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977657
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977657%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977657: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977658
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977658%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977658: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977659
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977659%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977659: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977660
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977660%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977660: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977661
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977661%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977661: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977662
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977662%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977662: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977663
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977663%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977663: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977664
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977664%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977664: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977665
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977665%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977665: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977666
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977666%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977666: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977667
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977667%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977667: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977668
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977668%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977668: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977669
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977669%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977669: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977670
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977670%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977670: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977671
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977671%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977671: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977672
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977672%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977672: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977673
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977673%27 HTTP/1.1" 200 None
2026-03-25 13:45:47 [ayvens.be] INFO: Scrape type for 1977673: 0
2026-03-25 13:45:47 [ayvens.be] INFO: Found listing with ID: 1977674
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977674%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977674: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977675
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977675%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977675: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977676
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977676%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977676: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977677
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977677%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977677: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977678
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977678%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977678: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977679
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977679%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977679: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977680
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977680%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977680: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977681
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977681%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977681: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977682
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977682%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977682: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977683
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977683%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977683: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977684
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977684%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977684: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977685
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977685%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977685: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977686
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977686%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977686: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977687
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977687%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977687: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977688
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977688%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977688: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977689
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977689%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977689: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977690
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977690%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977690: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977691
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977691%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977691: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977692
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977692%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977692: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977693
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977693%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977693: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977694
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977694%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977694: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977695
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977695%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977695: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977696
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977696%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977696: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977697
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977697%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977697: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Found listing with ID: 1977698
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977698%27 HTTP/1.1" 200 None
2026-03-25 13:45:48 [ayvens.be] INFO: Scrape type for 1977698: 0
2026-03-25 13:45:48 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 300
2026-03-25 13:45:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:45:50 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:45:50 [ayvens.be] INFO: Found listing with ID: 1977699
2026-03-25 13:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977699%27 HTTP/1.1" 200 None
2026-03-25 13:45:50 [ayvens.be] INFO: Scrape type for 1977699: 0
2026-03-25 13:45:50 [ayvens.be] INFO: Found listing with ID: 1977700
2026-03-25 13:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977700%27 HTTP/1.1" 200 None
2026-03-25 13:45:50 [ayvens.be] INFO: Scrape type for 1977700: 0
2026-03-25 13:45:50 [ayvens.be] INFO: Found listing with ID: 1977701
2026-03-25 13:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977701%27 HTTP/1.1" 200 None
2026-03-25 13:45:50 [ayvens.be] INFO: Scrape type for 1977701: 0
2026-03-25 13:45:50 [ayvens.be] INFO: Found listing with ID: 1977702
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977702%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977702: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977703
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977703%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977703: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977704
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977704%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977704: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977705
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977705%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977705: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977706
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977706%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977706: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977707
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977707%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977707: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977708
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977708%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977708: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977709
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977709%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977709: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977710
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977710%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977710: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977711
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977711%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977711: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977712
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977712%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977712: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1977713
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977713%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1977713: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980237
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980237%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980237: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980238
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980238%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980238: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980239
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980239%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980239: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980240
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980240%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980240: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980241
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980241%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980241: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980242
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980242%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980242: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980243
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980243%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980243: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980244
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980244%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980244: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980245
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980245%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980245: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980246
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980246%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980246: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980247
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980247%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980247: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980248
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980248%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980248: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980249
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980249%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980249: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980250
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980250%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980250: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980251
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980251%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980251: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980252
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980252%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980252: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980253
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980253%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980253: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980254
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980254%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980254: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980255
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980255%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980255: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980256
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980256%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980256: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980257
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980257%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980257: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980258
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980258%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980258: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980259
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980259%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980259: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980260
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980260%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980260: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980261
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980261%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980261: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980262
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980262%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980262: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980263
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980263%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980263: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980264
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980264%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980264: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980265
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980265%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980265: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980266
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980266%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980266: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980267
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980267%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980267: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980268
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980268%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980268: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980269
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980269%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980269: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980270
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980270%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980270: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980271
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980271%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980271: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980272
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980272%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980272: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980273
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980273%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980273: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980274
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980274%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980274: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980275
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980275%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980275: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980276
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980276%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980276: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980277
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980277%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980277: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980278
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980278%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980278: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980279
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980279%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980279: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980280
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980280%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980280: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980281
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980281%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980281: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980282
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980282%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980282: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980283
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980283%27 HTTP/1.1" 200 None
2026-03-25 13:45:51 [ayvens.be] INFO: Scrape type for 1980283: 0
2026-03-25 13:45:51 [ayvens.be] INFO: Found listing with ID: 1980284
2026-03-25 13:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980284%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980284: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980285
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980285%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980285: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980286
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980286%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980286: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980287
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980287%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980287: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980288
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980288%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980288: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980289
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980289%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980289: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980290
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980290%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980290: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980291
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980291%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980291: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980292
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980292%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980292: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980293
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980293%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980293: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980294
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980294%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980294: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980295
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980295%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980295: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980296
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980296%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980296: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980297
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980297%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980297: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980298
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980298%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980298: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980299
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980299%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980299: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980300
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980300%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980300: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980301
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980301%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980301: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980302
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980302%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980302: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980303
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980303%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980303: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980304
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980304%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980304: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980305
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980305%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980305: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980306
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980306%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980306: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980307
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980307%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980307: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980308
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980308%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980308: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980309
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980309%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980309: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980310
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980310%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980310: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980311
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980311%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980311: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980312
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980312%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980312: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980313
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980313%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980313: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980314
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980314%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980314: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980315
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980315%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980315: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980316
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980316%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980316: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980317
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980317%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980317: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980318
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980318%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980318: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980319
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980319%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980319: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980320
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980320%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980320: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Found listing with ID: 1980321
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980321%27 HTTP/1.1" 200 None
2026-03-25 13:45:52 [ayvens.be] INFO: Scrape type for 1980321: 0
2026-03-25 13:45:52 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 400
2026-03-25 13:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:46:04 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980322
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980322%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980322: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980323
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980323%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980323: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980324
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980324%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980324: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980325
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980325%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980325: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980326
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980326%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980326: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980327
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980327%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980327: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980328
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980328%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980328: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980329
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980329%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980329: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980330
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980330%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980330: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980331
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980331%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980331: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980332
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980332%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980332: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980333
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980333%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980333: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980334
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980334%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980334: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980335
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980335%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980335: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980336
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980336%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980336: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980337
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980337%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980337: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980338
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980338%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980338: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980339
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980339%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980339: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980340
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980340%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980340: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980341
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980341%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980341: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980342
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980342%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980342: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980343
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980343%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980343: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980344
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980344%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980344: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980345
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980345%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980345: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980346
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980346%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980346: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980347
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980347%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980347: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980348
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980348%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980348: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980349
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980349%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980349: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980350
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980350%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980350: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980351
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980351%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980351: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980352
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980352%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980352: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980353
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980353%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980353: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980354
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980354%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980354: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980355
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980355%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980355: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980356
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980356%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980356: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980357
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980357%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980357: 0
2026-03-25 13:46:05 [ayvens.be] INFO: Found listing with ID: 1980358
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980358%27 HTTP/1.1" 200 None
2026-03-25 13:46:05 [ayvens.be] INFO: Scrape type for 1980358: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980359
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980359%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980359: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980360
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980360%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980360: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980361
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980361%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980361: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980362
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980362%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980362: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980363
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980363%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980363: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980364
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980364%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980364: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980365
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980365%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980365: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980366
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980366%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980366: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980367
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980367%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980367: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980368
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980368%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980368: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980369
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980369%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980369: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980370
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980370%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980370: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980371
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980371%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980371: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980372
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980372%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980372: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980373
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980373%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980373: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980374
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980374%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980374: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980375
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980375%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980375: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980376
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980376%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980376: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980377
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980377%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980377: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980378
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980378%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980378: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980379
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980379%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980379: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980380
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980380%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980380: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980381
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980381%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980381: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980382
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980382%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980382: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980383
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980383%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980383: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980384
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980384%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980384: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980385
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980385%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980385: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980386
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980386%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980386: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980387
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980387%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980387: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980388
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980388%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980388: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980389
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980389%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980389: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980390
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980390%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980390: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980391
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980391%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980391: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980392
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980392%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980392: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980393
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980393%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980393: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980394
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980394%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980394: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980395
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980395%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980395: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980396
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980396%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980396: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980397
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980397%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980397: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980398
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980398%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980398: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980399
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980399%27 HTTP/1.1" 200 None
2026-03-25 13:46:06 [ayvens.be] INFO: Scrape type for 1980399: 0
2026-03-25 13:46:06 [ayvens.be] INFO: Found listing with ID: 1980400
2026-03-25 13:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980400%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980400: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980401
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980401%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980401: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980402
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980402%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980402: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980403
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980403%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980403: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980404
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980404%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980404: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980405
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980405%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980405: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980406
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980406%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980406: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980407
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980407%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980407: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980408
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980408%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980408: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980409
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980409%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980409: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980410
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980410%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980410: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980411
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980411%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980411: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980412
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980412%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980412: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980413
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980413%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980413: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980414
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980414%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980414: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980415
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980415%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980415: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980416
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980416%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980416: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980417
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980417%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980417: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980418
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980418%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980418: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980419
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980419%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980419: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980420
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980420%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980420: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Found listing with ID: 1980421
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980421%27 HTTP/1.1" 200 None
2026-03-25 13:46:07 [ayvens.be] INFO: Scrape type for 1980421: 0
2026-03-25 13:46:07 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 500
2026-03-25 13:46:07 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 6 pages/min), scraped 29 items (at 29 items/min)
2026-03-25 13:46:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 170MiB
2026-03-25 13:46:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980422
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980422%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980422: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980423
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980423%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980423: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980424
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980424%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980424: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980425
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980425%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980425: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980426
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980426%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980426: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980427
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980427%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980427: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980428
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980428%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980428: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980429
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980429%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980429: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980430
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980430%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980430: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980431
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980431%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980431: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980432
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980432%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980432: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980433
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980433%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980433: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980434
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980434%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980434: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980435
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980435%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980435: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980436
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980436%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980436: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980437
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980437%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980437: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980438
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980438%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980438: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980439
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980439%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980439: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980440
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980440%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980440: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980441
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980441%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980441: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980442
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980442%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980442: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980443
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980443%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980443: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980444
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980444%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980444: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980445
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980445%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980445: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980446
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980446%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980446: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980447
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980447%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980447: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980448
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980448%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980448: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980449
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980449%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980449: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980450
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980450%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980450: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980451
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980451%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980451: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980452
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980452%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980452: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980453
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980453%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980453: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980454
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980454%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980454: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980455
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980455%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980455: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980456
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980456%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980456: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980457
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980457%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980457: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980458
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980458%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980458: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980459
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980459%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980459: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980460
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980460%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980460: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980461
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980461%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980461: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980462
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980462%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980462: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980463
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980463%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980463: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980464
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980464%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980464: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980465
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980465%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980465: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980466
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980466%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980466: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980467
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980467%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980467: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980468
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980468%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980468: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980469
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980469%27 HTTP/1.1" 200 None
2026-03-25 13:46:17 [ayvens.be] INFO: Scrape type for 1980469: 0
2026-03-25 13:46:17 [ayvens.be] INFO: Found listing with ID: 1980470
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980470%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980470: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980471
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980471%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980471: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980472
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980472%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980472: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980473
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980473%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980473: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980474
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980474%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980474: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980475
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980475%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980475: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980476
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980476%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980476: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980477
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980477%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980477: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980478
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980478%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980478: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980479
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980479%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980479: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980480
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980480%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980480: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980481
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980481%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980481: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980482
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980482%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980482: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980483
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980483%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980483: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980484
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980484%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980484: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980485
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980485%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980485: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980486
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980486%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980486: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980487
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980487%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980487: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980488
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980488%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980488: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980489
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980489%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980489: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980490
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980490%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980490: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980491
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980491%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980491: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980492
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980492%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980492: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980493
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980493%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980493: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980494
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980494%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980494: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980495
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980495%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980495: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980496
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980496%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980496: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980497
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980497%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980497: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980498
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980498%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980498: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980499
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980499%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980499: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980500
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980500%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980500: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980501
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980501%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980501: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980502
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980502%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980502: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980503
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980503%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980503: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980504
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980504%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980504: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980505
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980505%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980505: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980506
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980506%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980506: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980507
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980507%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980507: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980508
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980508%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980508: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980509
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980509%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980509: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980510
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980510%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980510: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980511
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980511%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980511: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980512
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980512%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980512: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980513
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980513%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980513: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980514
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980514%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980514: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980515
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980515%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980515: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980516
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980516%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980516: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980517
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980517%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980517: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980518
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980518%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980518: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980519
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980519%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980519: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980520
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980520%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980520: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Found listing with ID: 1980521
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980521%27 HTTP/1.1" 200 None
2026-03-25 13:46:18 [ayvens.be] INFO: Scrape type for 1980521: 0
2026-03-25 13:46:18 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 600
2026-03-25 13:46:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980522
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980522%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980522: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980523
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980523%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980523: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980524
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980524%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980524: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980525
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980525%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980525: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980526
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980526%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980526: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980527
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980527%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980527: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980528
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980528%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980528: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980529
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980529%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980529: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980530
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980530%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980530: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980531
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980531%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980531: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980532
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980532%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980532: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980533
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980533%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980533: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980534
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980534%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980534: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980535
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980535%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980535: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980536
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980536%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980536: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980537
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980537%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980537: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980538
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980538%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980538: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980539
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980539%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980539: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980540
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980540%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980540: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980541
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980541%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980541: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980542
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980542%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980542: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980543
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980543%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980543: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980544
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980544%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980544: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980545
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980545%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980545: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980546
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980546%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980546: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980547
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980547%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980547: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980548
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980548%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980548: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980549
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980549%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980549: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980550
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980550%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980550: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980551
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980551%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980551: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980552
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980552%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980552: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980553
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980553%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980553: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980554
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980554%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980554: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980555
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980555%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980555: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980556
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980556%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980556: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980557
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980557%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980557: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980558
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980558%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980558: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980559
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980559%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980559: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980560
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980560%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980560: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980561
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980561%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980561: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980562
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980562%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980562: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980563
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980563%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980563: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980564
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980564%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980564: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980565
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980565%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980565: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980566
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980566%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980566: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980567
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980567%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980567: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980568
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980568%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980568: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980569
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980569%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980569: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980570
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980570%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980570: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980571
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980571%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980571: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980572
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980572%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980572: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980573
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980573%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980573: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980574
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980574%27 HTTP/1.1" 200 None
2026-03-25 13:46:21 [ayvens.be] INFO: Scrape type for 1980574: 0
2026-03-25 13:46:21 [ayvens.be] INFO: Found listing with ID: 1980575
2026-03-25 13:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980575%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980575: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980576
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980576%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980576: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980577
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980577%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980577: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980578
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980578%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980578: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980579
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980579%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980579: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980580
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980580%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980580: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980581
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980581%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980581: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980582
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980582%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980582: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980583
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980583%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980583: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980584
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980584%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980584: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980585
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980585%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980585: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980586
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980586%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980586: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980587
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980587%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980587: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980588
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980588%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980588: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980589
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980589%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980589: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980590
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980590%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980590: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980591
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980591%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980591: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980592
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980592%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980592: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980593
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980593%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980593: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980594
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980594%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980594: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980595
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980595%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980595: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980596
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980596%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980596: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980597
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980597%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980597: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980598
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980598%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980598: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980599
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980599%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980599: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980600
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980600%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980600: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980601
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980601%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980601: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980602
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980602%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980602: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980603
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980603%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980603: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1980604
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980604%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1980604: 0
2026-03-25 13:46:22 [ayvens.be] INFO: Found listing with ID: 1974467
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974467%27 HTTP/1.1" 200 None
2026-03-25 13:46:22 [ayvens.be] INFO: Scrape type for 1974467: 2
2026-03-25 13:46:22 [ayvens.be] INFO: Extracting data for car ID: 1974467
2026-03-25 13:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f3fad08-0d45-5347-83df-5455188282ae with identifier: 1974467
2026-03-25 13:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f3fad08-0d45-5347-83df-5455188282ae with scrape type 2
2026-03-25 13:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f3fad08-0d45-5347-83df-5455188282ae with scrape type 2
2026-03-25 13:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2f3fad08-0d45-5347-83df-5455188282ae, identifier: 1974467
2026-03-25 13:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2f3fad08-0d45-5347-83df-5455188282ae with identifier: 1974467
2026-03-25 13:46:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2f3fad08-0d45-5347-83df-5455188282ae with identifier: 1974467
2026-03-25 13:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2f3fad08-0d45-5347-83df-5455188282ae with identifier: 1974467 to the API
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '2f3fad08-0d45-5347-83df-5455188282ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES BERLINE',
'odometer': 75198,
'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': 'BMW 3 SERIES BERLINE 2.0 320E BERLINE',
'transmission': 'automatic',
'trim': '2.0 320E BERLINE',
'vin': None,
'year': 2022}
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974467%27 HTTP/1.1" 200 None
2026-03-25 13:46:23 [ayvens.be] INFO: Saving data for 1974467: {'auction_closing_time': 1774513800.0, 'created_time': 1774046727.652713, 'last_price_update_time': 1774446383.56512}
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974467') HTTP/1.1" 204 0
2026-03-25 13:46:23 [ayvens.be] INFO: Found listing with ID: 1974468
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974468%27 HTTP/1.1" 200 None
2026-03-25 13:46:23 [ayvens.be] INFO: Scrape type for 1974468: 2
2026-03-25 13:46:23 [ayvens.be] INFO: Extracting data for car ID: 1974468
2026-03-25 13:46:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1974468
2026-03-25 13:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51809147-5da6-5336-96a6-dd315c4bbb21 with scrape type 2
2026-03-25 13:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51809147-5da6-5336-96a6-dd315c4bbb21 with scrape type 2
2026-03-25 13:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 51809147-5da6-5336-96a6-dd315c4bbb21, identifier: 1974468
2026-03-25 13:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1974468
2026-03-25 13:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1974468
2026-03-25 13:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 51809147-5da6-5336-96a6-dd315c4bbb21 with identifier: 1974468 to the API
2026-03-25 13:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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.3L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974468%27 HTTP/1.1" 200 None
2026-03-25 13:46:24 [ayvens.be] INFO: Saving data for 1974468: {'auction_closing_time': 1774513800.0, 'created_time': 1774046740.64932, 'last_price_update_time': 1774446384.552668}
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974468') HTTP/1.1" 204 0
2026-03-25 13:46:24 [ayvens.be] INFO: Found listing with ID: 1974469
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974469%27 HTTP/1.1" 200 None
2026-03-25 13:46:24 [ayvens.be] INFO: Scrape type for 1974469: 2
2026-03-25 13:46:24 [ayvens.be] INFO: Extracting data for car ID: 1974469
2026-03-25 13:46:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ede74aed-48d7-51f2-a215-a849d41d3a71 with identifier: 1974469
2026-03-25 13:46:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ede74aed-48d7-51f2-a215-a849d41d3a71 with scrape type 2
2026-03-25 13:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ede74aed-48d7-51f2-a215-a849d41d3a71 with scrape type 2
2026-03-25 13:46:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ede74aed-48d7-51f2-a215-a849d41d3a71, identifier: 1974469
2026-03-25 13:46:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ede74aed-48d7-51f2-a215-a849d41d3a71 with identifier: 1974469
2026-03-25 13:46:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ede74aed-48d7-51f2-a215-a849d41d3a71 with identifier: 1974469
2026-03-25 13:46:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ede74aed-48d7-51f2-a215-a849d41d3a71 with identifier: 1974469 to the API
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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': 4,
'engine': '2.3L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'ede74aed-48d7-51f2-a215-a849d41d3a71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 48632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-25',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER 2.3 DCI 180 E. BL. G CONFORT L3H2 35 AMT',
'transmission': 'automatic',
'trim': '2.3 DCI 180 E. BL. G CONFORT L3H2 35 AMT',
'vin': None,
'year': 2023}
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974469%27 HTTP/1.1" 200 None
2026-03-25 13:46:24 [ayvens.be] INFO: Saving data for 1974469: {'auction_closing_time': 1774513800.0, 'created_time': 1774046737.200626, 'last_price_update_time': 1774446384.949213}
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974469') HTTP/1.1" 204 0
2026-03-25 13:46:24 [ayvens.be] INFO: Found listing with ID: 1974470
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974470%27 HTTP/1.1" 200 None
2026-03-25 13:46:25 [ayvens.be] INFO: Scrape type for 1974470: 2
2026-03-25 13:46:25 [ayvens.be] INFO: Extracting data for car ID: 1974470
2026-03-25 13:46:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c5c3622-1288-530b-b305-363a0ca492b7 with identifier: 1974470
2026-03-25 13:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c5c3622-1288-530b-b305-363a0ca492b7 with scrape type 2
2026-03-25 13:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c5c3622-1288-530b-b305-363a0ca492b7 with scrape type 2
2026-03-25 13:46:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c5c3622-1288-530b-b305-363a0ca492b7, identifier: 1974470
2026-03-25 13:46:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c5c3622-1288-530b-b305-363a0ca492b7 with identifier: 1974470
2026-03-25 13:46:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c5c3622-1288-530b-b305-363a0ca492b7 with identifier: 1974470
2026-03-25 13:46:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c5c3622-1288-530b-b305-363a0ca492b7 with identifier: 1974470 to the API
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '3c5c3622-1288-530b-b305-363a0ca492b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 77980,
'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': '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-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974470%27 HTTP/1.1" 200 None
2026-03-25 13:46:25 [ayvens.be] INFO: Saving data for 1974470: {'auction_closing_time': 1774513800.0, 'created_time': 1774046736.41604, 'last_price_update_time': 1774446385.429738}
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974470') HTTP/1.1" 204 0
2026-03-25 13:46:25 [ayvens.be] INFO: Found listing with ID: 1974471
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974471%27 HTTP/1.1" 200 None
2026-03-25 13:46:25 [ayvens.be] INFO: Scrape type for 1974471: 2
2026-03-25 13:46:25 [ayvens.be] INFO: Extracting data for car ID: 1974471
2026-03-25 13:46:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1974471
2026-03-25 13:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 110543a2-946b-58b5-a399-47a2e5bd84a4 with scrape type 2
2026-03-25 13:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 110543a2-946b-58b5-a399-47a2e5bd84a4 with scrape type 2
2026-03-25 13:46:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 110543a2-946b-58b5-a399-47a2e5bd84a4, identifier: 1974471
2026-03-25 13:46:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1974471
2026-03-25 13:46:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1974471
2026-03-25 13:46:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 110543a2-946b-58b5-a399-47a2e5bd84a4 with identifier: 1974471 to the API
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30: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/40871',
'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-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974471%27 HTTP/1.1" 200 None
2026-03-25 13:46:25 [ayvens.be] INFO: Saving data for 1974471: {'auction_closing_time': 1774513800.0, 'created_time': 1774046734.134125, 'last_price_update_time': 1774446385.826563}
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974471') HTTP/1.1" 204 0
2026-03-25 13:46:25 [ayvens.be] INFO: Found listing with ID: 1974472
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974472%27 HTTP/1.1" 200 None
2026-03-25 13:46:25 [ayvens.be] INFO: Scrape type for 1974472: 2
2026-03-25 13:46:25 [ayvens.be] INFO: Extracting data for car ID: 1974472
2026-03-25 13:46:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7021ba68-fc73-50af-a1f2-c85a64cf7c36 with identifier: 1974472
2026-03-25 13:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7021ba68-fc73-50af-a1f2-c85a64cf7c36 with scrape type 2
2026-03-25 13:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7021ba68-fc73-50af-a1f2-c85a64cf7c36 with scrape type 2
2026-03-25 13:46:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7021ba68-fc73-50af-a1f2-c85a64cf7c36, identifier: 1974472
2026-03-25 13:46:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7021ba68-fc73-50af-a1f2-c85a64cf7c36 with identifier: 1974472
2026-03-25 13:46:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:46:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7021ba68-fc73-50af-a1f2-c85a64cf7c36 with identifier: 1974472
2026-03-25 13:46:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7021ba68-fc73-50af-a1f2-c85a64cf7c36 with identifier: 1974472 to the API
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS MANGETIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '7021ba68-fc73-50af-a1f2-c85a64cf7c36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'CUPRA',
'model': 'LEON',
'odometer': 97,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA LEON 1.4 PHEV E-HYBRID 150KW DSG',
'transmission': 'automatic',
'trim': '1.4 PHEV E-HYBRID 150KW DSG',
'vin': None,
'year': 2024}
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974472%27 HTTP/1.1" 200 None
2026-03-25 13:46:26 [ayvens.be] INFO: Saving data for 1974472: {'auction_closing_time': 1774513800.0, 'created_time': 1774046732.509563, 'last_price_update_time': 1774446386.22698}
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974472') HTTP/1.1" 204 0
2026-03-25 13:46:26 [ayvens.be] INFO: Found listing with ID: 1974473
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974473%27 HTTP/1.1" 200 None
2026-03-25 13:46:26 [ayvens.be] INFO: Scrape type for 1974473: 2
2026-03-25 13:46:26 [ayvens.be] INFO: Extracting data for car ID: 1974473
2026-03-25 13:46:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1974473
2026-03-25 13:46:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73d04549-6880-5772-8780-32ea6fc9f9cf with scrape type 2
2026-03-25 13:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73d04549-6880-5772-8780-32ea6fc9f9cf with scrape type 2
2026-03-25 13:46:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 73d04549-6880-5772-8780-32ea6fc9f9cf, identifier: 1974473
2026-03-25 13:46:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1974473
2026-03-25 13:46:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1974473
2026-03-25 13:46:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 73d04549-6880-5772-8780-32ea6fc9f9cf with identifier: 1974473 to the API
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:26 [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-26T08:30: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/40871',
'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-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974473%27 HTTP/1.1" 200 None
2026-03-25 13:46:26 [ayvens.be] INFO: Saving data for 1974473: {'auction_closing_time': 1774513800.0, 'created_time': 1774046734.984501, 'last_price_update_time': 1774446386.615303}
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974473') HTTP/1.1" 204 0
2026-03-25 13:46:26 [ayvens.be] INFO: Found listing with ID: 1974474
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974474%27 HTTP/1.1" 200 None
2026-03-25 13:46:26 [ayvens.be] INFO: Scrape type for 1974474: 2
2026-03-25 13:46:26 [ayvens.be] INFO: Extracting data for car ID: 1974474
2026-03-25 13:46:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 134336a4-dae7-5105-a1d3-f8c40ec51a9b with identifier: 1974474
2026-03-25 13:46:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 134336a4-dae7-5105-a1d3-f8c40ec51a9b with scrape type 2
2026-03-25 13:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 134336a4-dae7-5105-a1d3-f8c40ec51a9b with scrape type 2
2026-03-25 13:46:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 134336a4-dae7-5105-a1d3-f8c40ec51a9b, identifier: 1974474
2026-03-25 13:46:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 134336a4-dae7-5105-a1d3-f8c40ec51a9b with identifier: 1974474
2026-03-25 13:46:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:46:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 134336a4-dae7-5105-a1d3-f8c40ec51a9b with identifier: 1974474
2026-03-25 13:46:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 134336a4-dae7-5105-a1d3-f8c40ec51a9b with identifier: 1974474 to the API
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:27 [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-26T08:30:00Z',
'fuel_type': 'electric',
'id': '134336a4-dae7-5105-a1d3-f8c40ec51a9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'EV6',
'odometer': 169556,
'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': 'KIA EV6 BEV 77KWH EARTH AUTO RWD',
'transmission': 'automatic',
'trim': 'BEV 77KWH EARTH AUTO RWD',
'vin': None,
'year': 2022}
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974474%27 HTTP/1.1" 200 None
2026-03-25 13:46:27 [ayvens.be] INFO: Saving data for 1974474: {'auction_closing_time': 1774513800.0, 'created_time': 1774046738.141686, 'last_price_update_time': 1774446387.048213}
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974474') HTTP/1.1" 204 0
2026-03-25 13:46:27 [ayvens.be] INFO: Found listing with ID: 1974475
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974475%27 HTTP/1.1" 200 None
2026-03-25 13:46:27 [ayvens.be] INFO: Scrape type for 1974475: 2
2026-03-25 13:46:27 [ayvens.be] INFO: Extracting data for car ID: 1974475
2026-03-25 13:46:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1974475
2026-03-25 13:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42212df4-538e-5af0-8221-13c8f6d360d4 with scrape type 2
2026-03-25 13:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42212df4-538e-5af0-8221-13c8f6d360d4 with scrape type 2
2026-03-25 13:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 42212df4-538e-5af0-8221-13c8f6d360d4, identifier: 1974475
2026-03-25 13:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1974475
2026-03-25 13:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1974475
2026-03-25 13:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 42212df4-538e-5af0-8221-13c8f6d360d4 with identifier: 1974475 to the API
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.0L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974475%27 HTTP/1.1" 200 None
2026-03-25 13:46:27 [ayvens.be] INFO: Saving data for 1974475: {'auction_closing_time': 1774513800.0, 'created_time': 1774046739.777453, 'last_price_update_time': 1774446387.463578}
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974475') HTTP/1.1" 204 0
2026-03-25 13:46:27 [ayvens.be] INFO: Found listing with ID: 1974476
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974476%27 HTTP/1.1" 200 None
2026-03-25 13:46:27 [ayvens.be] INFO: Scrape type for 1974476: 2
2026-03-25 13:46:27 [ayvens.be] INFO: Extracting data for car ID: 1974476
2026-03-25 13:46:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bf6322a-05a7-5f07-94c2-2848228e2e6d with identifier: 1974476
2026-03-25 13:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bf6322a-05a7-5f07-94c2-2848228e2e6d with scrape type 2
2026-03-25 13:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bf6322a-05a7-5f07-94c2-2848228e2e6d with scrape type 2
2026-03-25 13:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3bf6322a-05a7-5f07-94c2-2848228e2e6d, identifier: 1974476
2026-03-25 13:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3bf6322a-05a7-5f07-94c2-2848228e2e6d with identifier: 1974476
2026-03-25 13:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3bf6322a-05a7-5f07-94c2-2848228e2e6d with identifier: 1974476
2026-03-25 13:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3bf6322a-05a7-5f07-94c2-2848228e2e6d with identifier: 1974476 to the API
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.2L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '3bf6322a-05a7-5f07-94c2-2848228e2e6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C3 AIRCROSS',
'odometer': 92849,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C3 AIRCROSS 1.2 PureTech Feel (EU6.2) STOCK',
'transmission': 'manual',
'trim': '1.2 PureTech Feel (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974476%27 HTTP/1.1" 200 None
2026-03-25 13:46:27 [ayvens.be] INFO: Saving data for 1974476: {'auction_closing_time': 1774513800.0, 'created_time': 1774046741.970775, 'last_price_update_time': 1774446387.868913}
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974476') HTTP/1.1" 204 0
2026-03-25 13:46:27 [ayvens.be] INFO: Found listing with ID: 1974477
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974477%27 HTTP/1.1" 200 None
2026-03-25 13:46:27 [ayvens.be] INFO: Scrape type for 1974477: 2
2026-03-25 13:46:27 [ayvens.be] INFO: Extracting data for car ID: 1974477
2026-03-25 13:46:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1974477
2026-03-25 13:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 419dea60-40ec-58ec-b8a5-92561d4b6c07 with scrape type 2
2026-03-25 13:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 419dea60-40ec-58ec-b8a5-92561d4b6c07 with scrape type 2
2026-03-25 13:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 419dea60-40ec-58ec-b8a5-92561d4b6c07, identifier: 1974477
2026-03-25 13:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1974477
2026-03-25 13:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1974477
2026-03-25 13:46:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 419dea60-40ec-58ec-b8a5-92561d4b6c07 with identifier: 1974477 to the API
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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.5L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974477%27 HTTP/1.1" 200 None
2026-03-25 13:46:28 [ayvens.be] INFO: Saving data for 1974477: {'auction_closing_time': 1774513800.0, 'created_time': 1774046744.051124, 'last_price_update_time': 1774446388.301161}
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974477') HTTP/1.1" 204 0
2026-03-25 13:46:28 [ayvens.be] INFO: Found listing with ID: 1974478
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974478%27 HTTP/1.1" 200 None
2026-03-25 13:46:28 [ayvens.be] INFO: Scrape type for 1974478: 2
2026-03-25 13:46:28 [ayvens.be] INFO: Extracting data for car ID: 1974478
2026-03-25 13:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e20a4d7-a01a-5f22-9fdc-7b8ff7eea4d3 with identifier: 1974478
2026-03-25 13:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e20a4d7-a01a-5f22-9fdc-7b8ff7eea4d3 with scrape type 2
2026-03-25 13:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e20a4d7-a01a-5f22-9fdc-7b8ff7eea4d3 with scrape type 2
2026-03-25 13:46:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2e20a4d7-a01a-5f22-9fdc-7b8ff7eea4d3, identifier: 1974478
2026-03-25 13:46:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2e20a4d7-a01a-5f22-9fdc-7b8ff7eea4d3 with identifier: 1974478
2026-03-25 13:46:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2e20a4d7-a01a-5f22-9fdc-7b8ff7eea4d3 with identifier: 1974478
2026-03-25 13:46:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2e20a4d7-a01a-5f22-9fdc-7b8ff7eea4d3 with identifier: 1974478 to the API
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '2e20a4d7-a01a-5f22-9fdc-7b8ff7eea4d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER VAN MWB DIESEL - 2019',
'odometer': 153920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-31',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT PARTNER VAN MWB DIESEL - 2019 1.5 BlueHDi L2 Heavy Asphalt '
'S&S (EU6.2)',
'transmission': 'automatic',
'trim': '1.5 BlueHDi L2 Heavy Asphalt S&S (EU6.2)',
'vin': None,
'year': 2020}
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974478%27 HTTP/1.1" 200 None
2026-03-25 13:46:28 [ayvens.be] INFO: Saving data for 1974478: {'auction_closing_time': 1774513800.0, 'created_time': 1774046745.590962, 'last_price_update_time': 1774446388.704423}
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974478') HTTP/1.1" 204 0
2026-03-25 13:46:28 [ayvens.be] INFO: Found listing with ID: 1974479
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974479%27 HTTP/1.1" 200 None
2026-03-25 13:46:28 [ayvens.be] INFO: Scrape type for 1974479: 2
2026-03-25 13:46:28 [ayvens.be] INFO: Extracting data for car ID: 1974479
2026-03-25 13:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b810003-7d75-50fb-9c19-e018737a7a92 with identifier: 1974479
2026-03-25 13:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b810003-7d75-50fb-9c19-e018737a7a92 with scrape type 2
2026-03-25 13:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b810003-7d75-50fb-9c19-e018737a7a92 with scrape type 2
2026-03-25 13:46:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3b810003-7d75-50fb-9c19-e018737a7a92, identifier: 1974479
2026-03-25 13:46:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3b810003-7d75-50fb-9c19-e018737a7a92 with identifier: 1974479
2026-03-25 13:46:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:46:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3b810003-7d75-50fb-9c19-e018737a7a92 with identifier: 1974479
2026-03-25 13:46:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3b810003-7d75-50fb-9c19-e018737a7a92 with identifier: 1974479 to the API
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'PEINTURE NON',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '3b810003-7d75-50fb-9c19-e018737a7a92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40 DIESEL',
'odometer': 125404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 DIESEL 2.0 D3 Momentum (EU6d-TEMP) STOCK',
'transmission': 'manual',
'trim': '2.0 D3 Momentum (EU6d-TEMP) STOCK',
'vin': None,
'year': 2019}
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974479%27 HTTP/1.1" 200 None
2026-03-25 13:46:29 [ayvens.be] INFO: Saving data for 1974479: {'auction_closing_time': 1774513800.0, 'created_time': 1774046748.242338, 'last_price_update_time': 1774446389.569089}
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974479') HTTP/1.1" 204 0
2026-03-25 13:46:29 [ayvens.be] INFO: Found listing with ID: 1974480
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974480%27 HTTP/1.1" 200 None
2026-03-25 13:46:29 [ayvens.be] INFO: Scrape type for 1974480: 2
2026-03-25 13:46:29 [ayvens.be] INFO: Extracting data for car ID: 1974480
2026-03-25 13:46:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1974480
2026-03-25 13:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9971293-22a3-56ba-a1df-35de5b0fe5ea with scrape type 2
2026-03-25 13:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9971293-22a3-56ba-a1df-35de5b0fe5ea with scrape type 2
2026-03-25 13:46:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c9971293-22a3-56ba-a1df-35de5b0fe5ea, identifier: 1974480
2026-03-25 13:46:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1974480
2026-03-25 13:46:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1974480
2026-03-25 13:46:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c9971293-22a3-56ba-a1df-35de5b0fe5ea with identifier: 1974480 to the API
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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.2L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974480%27 HTTP/1.1" 200 None
2026-03-25 13:46:30 [ayvens.be] INFO: Saving data for 1974480: {'auction_closing_time': 1774513800.0, 'created_time': 1774046749.775132, 'last_price_update_time': 1774446390.004477}
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974480') HTTP/1.1" 204 0
2026-03-25 13:46:30 [ayvens.be] INFO: Found listing with ID: 1974481
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974481%27 HTTP/1.1" 200 None
2026-03-25 13:46:30 [ayvens.be] INFO: Scrape type for 1974481: 2
2026-03-25 13:46:30 [ayvens.be] INFO: Extracting data for car ID: 1974481
2026-03-25 13:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 091ae61f-c891-5f3e-9ad1-d9844476c6b0 with identifier: 1974481
2026-03-25 13:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 091ae61f-c891-5f3e-9ad1-d9844476c6b0 with scrape type 2
2026-03-25 13:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 091ae61f-c891-5f3e-9ad1-d9844476c6b0 with scrape type 2
2026-03-25 13:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 091ae61f-c891-5f3e-9ad1-d9844476c6b0, identifier: 1974481
2026-03-25 13:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 091ae61f-c891-5f3e-9ad1-d9844476c6b0 with identifier: 1974481
2026-03-25 13:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 091ae61f-c891-5f3e-9ad1-d9844476c6b0 with identifier: 1974481
2026-03-25 13:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 091ae61f-c891-5f3e-9ad1-d9844476c6b0 with identifier: 1974481 to the API
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.3L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '091ae61f-c891-5f3e-9ad1-d9844476c6b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS A (W177)',
'odometer': 47936,
'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': 'MERCEDES-BENZ CLASS A (W177) A 160 Business Solution',
'transmission': 'manual',
'trim': 'A 160 Business Solution',
'vin': None,
'year': 2021}
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974481%27 HTTP/1.1" 200 None
2026-03-25 13:46:30 [ayvens.be] INFO: Saving data for 1974481: {'auction_closing_time': 1774513800.0, 'created_time': 1774046751.170986, 'last_price_update_time': 1774446390.382081}
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974481') HTTP/1.1" 204 0
2026-03-25 13:46:30 [ayvens.be] INFO: Found listing with ID: 1974482
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974482%27 HTTP/1.1" 200 None
2026-03-25 13:46:30 [ayvens.be] INFO: Scrape type for 1974482: 2
2026-03-25 13:46:30 [ayvens.be] INFO: Extracting data for car ID: 1974482
2026-03-25 13:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab9c6773-2ce7-5cfc-a454-defc87564fcd with identifier: 1974482
2026-03-25 13:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab9c6773-2ce7-5cfc-a454-defc87564fcd with scrape type 2
2026-03-25 13:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab9c6773-2ce7-5cfc-a454-defc87564fcd with scrape type 2
2026-03-25 13:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ab9c6773-2ce7-5cfc-a454-defc87564fcd, identifier: 1974482
2026-03-25 13:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ab9c6773-2ce7-5cfc-a454-defc87564fcd with identifier: 1974482
2026-03-25 13:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ab9c6773-2ce7-5cfc-a454-defc87564fcd with identifier: 1974482
2026-03-25 13:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ab9c6773-2ce7-5cfc-a454-defc87564fcd with identifier: 1974482 to the API
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'ab9c6773-2ce7-5cfc-a454-defc87564fcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 242466,
'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': 2,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318DA (110KW) TOURING - Transfo van',
'transmission': 'automatic',
'trim': '2.0 318DA (110KW) TOURING - Transfo van',
'vin': None,
'year': 2021}
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974482%27 HTTP/1.1" 200 None
2026-03-25 13:46:30 [ayvens.be] INFO: Saving data for 1974482: {'auction_closing_time': 1774513800.0, 'created_time': 1774046753.176999, 'last_price_update_time': 1774446390.786822}
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974482') HTTP/1.1" 204 0
2026-03-25 13:46:30 [ayvens.be] INFO: Found listing with ID: 1974483
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974483%27 HTTP/1.1" 200 None
2026-03-25 13:46:30 [ayvens.be] INFO: Scrape type for 1974483: 2
2026-03-25 13:46:30 [ayvens.be] INFO: Extracting data for car ID: 1974483
2026-03-25 13:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa2e1723-f468-59d6-ac22-5f4154c802f7 with identifier: 1974483
2026-03-25 13:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2e1723-f468-59d6-ac22-5f4154c802f7 with scrape type 2
2026-03-25 13:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa2e1723-f468-59d6-ac22-5f4154c802f7 with scrape type 2
2026-03-25 13:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: aa2e1723-f468-59d6-ac22-5f4154c802f7, identifier: 1974483
2026-03-25 13:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: aa2e1723-f468-59d6-ac22-5f4154c802f7 with identifier: 1974483
2026-03-25 13:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: aa2e1723-f468-59d6-ac22-5f4154c802f7 with identifier: 1974483
2026-03-25 13:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: aa2e1723-f468-59d6-ac22-5f4154c802f7 with identifier: 1974483 to the API
2026-03-25 13:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'aa2e1723-f468-59d6-ac22-5f4154c802f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 201803,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 D4 120KW GEARTRONIC INSCRIPTION',
'transmission': 'automatic',
'trim': '2.0 D4 120KW GEARTRONIC INSCRIPTION',
'vin': None,
'year': 2020}
2026-03-25 13:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974483%27 HTTP/1.1" 200 None
2026-03-25 13:46:31 [ayvens.be] INFO: Saving data for 1974483: {'auction_closing_time': 1774513800.0, 'created_time': 1774046754.79978, 'last_price_update_time': 1774446391.657662}
2026-03-25 13:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974483') HTTP/1.1" 204 0
2026-03-25 13:46:31 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 700
2026-03-25 13:46:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:46:34 [ayvens.be] INFO: Found listing with ID: 1974484
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974484%27 HTTP/1.1" 200 None
2026-03-25 13:46:34 [ayvens.be] INFO: Scrape type for 1974484: 2
2026-03-25 13:46:34 [ayvens.be] INFO: Extracting data for car ID: 1974484
2026-03-25 13:46:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1974484
2026-03-25 13:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with scrape type 2
2026-03-25 13:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with scrape type 2
2026-03-25 13:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f67602dd-81c9-5bdc-a2f5-6c15735b97d6, identifier: 1974484
2026-03-25 13:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1974484
2026-03-25 13:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1974484
2026-03-25 13:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f67602dd-81c9-5bdc-a2f5-6c15735b97d6 with identifier: 1974484 to the API
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30: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/40871',
'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-25 13:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974484%27 HTTP/1.1" 200 None
2026-03-25 13:46:34 [ayvens.be] INFO: Saving data for 1974484: {'auction_closing_time': 1774513800.0, 'created_time': 1774046756.589452, 'last_price_update_time': 1774446394.869474}
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974484') HTTP/1.1" 204 0
2026-03-25 13:46:34 [ayvens.be] INFO: Found listing with ID: 1974485
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974485%27 HTTP/1.1" 200 None
2026-03-25 13:46:34 [ayvens.be] INFO: Scrape type for 1974485: 2
2026-03-25 13:46:34 [ayvens.be] INFO: Extracting data for car ID: 1974485
2026-03-25 13:46:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1974485
2026-03-25 13:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8ba7fa2-c04d-5732-8472-419439b4e0fc with scrape type 2
2026-03-25 13:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8ba7fa2-c04d-5732-8472-419439b4e0fc with scrape type 2
2026-03-25 13:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a8ba7fa2-c04d-5732-8472-419439b4e0fc, identifier: 1974485
2026-03-25 13:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1974485
2026-03-25 13:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1974485
2026-03-25 13:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a8ba7fa2-c04d-5732-8472-419439b4e0fc with identifier: 1974485 to the API
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.2L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974485%27 HTTP/1.1" 200 None
2026-03-25 13:46:35 [ayvens.be] INFO: Saving data for 1974485: {'auction_closing_time': 1774513800.0, 'created_time': 1774046758.115388, 'last_price_update_time': 1774446395.259075}
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974485') HTTP/1.1" 204 0
2026-03-25 13:46:35 [ayvens.be] INFO: Found listing with ID: 1974486
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974486%27 HTTP/1.1" 200 None
2026-03-25 13:46:35 [ayvens.be] INFO: Scrape type for 1974486: 2
2026-03-25 13:46:35 [ayvens.be] INFO: Extracting data for car ID: 1974486
2026-03-25 13:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6b56ff2-c5ab-54ea-bbc3-f5f6867d741c with identifier: 1974486
2026-03-25 13:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6b56ff2-c5ab-54ea-bbc3-f5f6867d741c with scrape type 2
2026-03-25 13:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6b56ff2-c5ab-54ea-bbc3-f5f6867d741c with scrape type 2
2026-03-25 13:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a6b56ff2-c5ab-54ea-bbc3-f5f6867d741c, identifier: 1974486
2026-03-25 13:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a6b56ff2-c5ab-54ea-bbc3-f5f6867d741c with identifier: 1974486
2026-03-25 13:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a6b56ff2-c5ab-54ea-bbc3-f5f6867d741c with identifier: 1974486
2026-03-25 13:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a6b56ff2-c5ab-54ea-bbc3-f5f6867d741c with identifier: 1974486 to the API
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'a6b56ff2-c5ab-54ea-bbc3-f5f6867d741c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 64765,
'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 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '2.0 320E TOURING',
'vin': None,
'year': 2023}
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974486%27 HTTP/1.1" 200 None
2026-03-25 13:46:35 [ayvens.be] INFO: Saving data for 1974486: {'auction_closing_time': 1774513800.0, 'created_time': 1774046759.816557, 'last_price_update_time': 1774446395.629668}
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974486') HTTP/1.1" 204 0
2026-03-25 13:46:35 [ayvens.be] INFO: Found listing with ID: 1974487
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974487%27 HTTP/1.1" 200 None
2026-03-25 13:46:35 [ayvens.be] INFO: Scrape type for 1974487: 2
2026-03-25 13:46:35 [ayvens.be] INFO: Extracting data for car ID: 1974487
2026-03-25 13:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85739fa6-e395-5839-9f07-15fbcf1a5220 with identifier: 1974487
2026-03-25 13:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85739fa6-e395-5839-9f07-15fbcf1a5220 with scrape type 2
2026-03-25 13:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85739fa6-e395-5839-9f07-15fbcf1a5220 with scrape type 2
2026-03-25 13:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 85739fa6-e395-5839-9f07-15fbcf1a5220, identifier: 1974487
2026-03-25 13:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 85739fa6-e395-5839-9f07-15fbcf1a5220 with identifier: 1974487
2026-03-25 13:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 85739fa6-e395-5839-9f07-15fbcf1a5220 with identifier: 1974487
2026-03-25 13:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 85739fa6-e395-5839-9f07-15fbcf1a5220 with identifier: 1974487 to the API
2026-03-25 13:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '85739fa6-e395-5839-9f07-15fbcf1a5220',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 155344,
'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': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974487%27 HTTP/1.1" 200 None
2026-03-25 13:46:36 [ayvens.be] INFO: Saving data for 1974487: {'auction_closing_time': 1774513800.0, 'created_time': 1774046761.757781, 'last_price_update_time': 1774446396.02166}
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974487') HTTP/1.1" 204 0
2026-03-25 13:46:36 [ayvens.be] INFO: Found listing with ID: 1974488
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974488%27 HTTP/1.1" 200 None
2026-03-25 13:46:36 [ayvens.be] INFO: Scrape type for 1974488: 2
2026-03-25 13:46:36 [ayvens.be] INFO: Extracting data for car ID: 1974488
2026-03-25 13:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a272ad33-e14d-55e5-8731-2eda6fa5cf5c with identifier: 1974488
2026-03-25 13:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a272ad33-e14d-55e5-8731-2eda6fa5cf5c with scrape type 2
2026-03-25 13:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a272ad33-e14d-55e5-8731-2eda6fa5cf5c with scrape type 2
2026-03-25 13:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a272ad33-e14d-55e5-8731-2eda6fa5cf5c, identifier: 1974488
2026-03-25 13:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a272ad33-e14d-55e5-8731-2eda6fa5cf5c with identifier: 1974488
2026-03-25 13:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a272ad33-e14d-55e5-8731-2eda6fa5cf5c with identifier: 1974488
2026-03-25 13:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a272ad33-e14d-55e5-8731-2eda6fa5cf5c with identifier: 1974488 to the API
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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.2L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'a272ad33-e14d-55e5-8731-2eda6fa5cf5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'C5Aircross',
'odometer': 47312,
'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': 'CITROAu2039N C5Aircross 1.2 PURETECH 130 BUSINESS GPS',
'transmission': 'manual',
'trim': '1.2 PURETECH 130 BUSINESS GPS',
'vin': None,
'year': 2022}
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974488%27 HTTP/1.1" 200 None
2026-03-25 13:46:36 [ayvens.be] INFO: Saving data for 1974488: {'auction_closing_time': 1774513800.0, 'created_time': 1774046763.477631, 'last_price_update_time': 1774446396.410277}
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974488') HTTP/1.1" 204 0
2026-03-25 13:46:36 [ayvens.be] INFO: Found listing with ID: 1974489
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974489%27 HTTP/1.1" 200 None
2026-03-25 13:46:36 [ayvens.be] INFO: Scrape type for 1974489: 2
2026-03-25 13:46:36 [ayvens.be] INFO: Extracting data for car ID: 1974489
2026-03-25 13:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1974489
2026-03-25 13:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d50c448c-b647-572e-8107-86e944765fb8 with scrape type 2
2026-03-25 13:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d50c448c-b647-572e-8107-86e944765fb8 with scrape type 2
2026-03-25 13:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d50c448c-b647-572e-8107-86e944765fb8, identifier: 1974489
2026-03-25 13:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1974489
2026-03-25 13:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1974489
2026-03-25 13:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d50c448c-b647-572e-8107-86e944765fb8 with identifier: 1974489 to the API
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30: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/40871',
'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-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974489%27 HTTP/1.1" 200 None
2026-03-25 13:46:36 [ayvens.be] INFO: Saving data for 1974489: {'auction_closing_time': 1774513800.0, 'created_time': 1774046775.739589, 'last_price_update_time': 1774446396.821763}
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974489') HTTP/1.1" 204 0
2026-03-25 13:46:36 [ayvens.be] INFO: Found listing with ID: 1974490
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974490%27 HTTP/1.1" 200 None
2026-03-25 13:46:36 [ayvens.be] INFO: Scrape type for 1974490: 2
2026-03-25 13:46:36 [ayvens.be] INFO: Extracting data for car ID: 1974490
2026-03-25 13:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7752332f-e51d-5819-8183-bf074d81d856 with identifier: 1974490
2026-03-25 13:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7752332f-e51d-5819-8183-bf074d81d856 with scrape type 2
2026-03-25 13:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7752332f-e51d-5819-8183-bf074d81d856 with scrape type 2
2026-03-25 13:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7752332f-e51d-5819-8183-bf074d81d856, identifier: 1974490
2026-03-25 13:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7752332f-e51d-5819-8183-bf074d81d856 with identifier: 1974490
2026-03-25 13:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7752332f-e51d-5819-8183-bf074d81d856 with identifier: 1974490
2026-03-25 13:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7752332f-e51d-5819-8183-bf074d81d856 with identifier: 1974490 to the API
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '7752332f-e51d-5819-8183-bf074d81d856',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 43335,
'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': '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-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974490%27 HTTP/1.1" 200 None
2026-03-25 13:46:37 [ayvens.be] INFO: Saving data for 1974490: {'auction_closing_time': 1774513800.0, 'created_time': 1774046774.928126, 'last_price_update_time': 1774446397.320276}
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974490') HTTP/1.1" 204 0
2026-03-25 13:46:37 [ayvens.be] INFO: Found listing with ID: 1974491
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974491%27 HTTP/1.1" 200 None
2026-03-25 13:46:37 [ayvens.be] INFO: Scrape type for 1974491: 2
2026-03-25 13:46:37 [ayvens.be] INFO: Extracting data for car ID: 1974491
2026-03-25 13:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 242a7946-f72e-5039-a863-9b2c04b7021f with identifier: 1974491
2026-03-25 13:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 242a7946-f72e-5039-a863-9b2c04b7021f with scrape type 2
2026-03-25 13:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 242a7946-f72e-5039-a863-9b2c04b7021f with scrape type 2
2026-03-25 13:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 242a7946-f72e-5039-a863-9b2c04b7021f, identifier: 1974491
2026-03-25 13:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 242a7946-f72e-5039-a863-9b2c04b7021f with identifier: 1974491
2026-03-25 13:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 242a7946-f72e-5039-a863-9b2c04b7021f with identifier: 1974491
2026-03-25 13:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 242a7946-f72e-5039-a863-9b2c04b7021f with identifier: 1974491 to the API
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '242a7946-f72e-5039-a863-9b2c04b7021f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 93342,
'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-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974491%27 HTTP/1.1" 200 None
2026-03-25 13:46:37 [ayvens.be] INFO: Saving data for 1974491: {'auction_closing_time': 1774513800.0, 'created_time': 1774046772.752617, 'last_price_update_time': 1774446397.689944}
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974491') HTTP/1.1" 204 0
2026-03-25 13:46:37 [ayvens.be] INFO: Found listing with ID: 1974492
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974492%27 HTTP/1.1" 200 None
2026-03-25 13:46:37 [ayvens.be] INFO: Scrape type for 1974492: 2
2026-03-25 13:46:37 [ayvens.be] INFO: Extracting data for car ID: 1974492
2026-03-25 13:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfd4584-e0fa-5586-b9cc-d631dd9ef8c1 with identifier: 1974492
2026-03-25 13:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfd4584-e0fa-5586-b9cc-d631dd9ef8c1 with scrape type 2
2026-03-25 13:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfd4584-e0fa-5586-b9cc-d631dd9ef8c1 with scrape type 2
2026-03-25 13:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fbfd4584-e0fa-5586-b9cc-d631dd9ef8c1, identifier: 1974492
2026-03-25 13:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fbfd4584-e0fa-5586-b9cc-d631dd9ef8c1 with identifier: 1974492
2026-03-25 13:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fbfd4584-e0fa-5586-b9cc-d631dd9ef8c1 with identifier: 1974492
2026-03-25 13:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fbfd4584-e0fa-5586-b9cc-d631dd9ef8c1 with identifier: 1974492 to the API
2026-03-25 13:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.4L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'fbfd4584-e0fa-5586-b9cc-d631dd9ef8c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 Sportback',
'odometer': 48834,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-20',
'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-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974492%27 HTTP/1.1" 200 None
2026-03-25 13:46:38 [ayvens.be] INFO: Saving data for 1974492: {'auction_closing_time': 1774513800.0, 'created_time': 1774046772.417821, 'last_price_update_time': 1774446398.084698}
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974492') HTTP/1.1" 204 0
2026-03-25 13:46:38 [ayvens.be] INFO: Found listing with ID: 1974493
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974493%27 HTTP/1.1" 200 None
2026-03-25 13:46:38 [ayvens.be] INFO: Scrape type for 1974493: 2
2026-03-25 13:46:38 [ayvens.be] INFO: Extracting data for car ID: 1974493
2026-03-25 13:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df73822-09a1-55ad-82e2-094044596484 with identifier: 1974493
2026-03-25 13:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df73822-09a1-55ad-82e2-094044596484 with scrape type 2
2026-03-25 13:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df73822-09a1-55ad-82e2-094044596484 with scrape type 2
2026-03-25 13:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9df73822-09a1-55ad-82e2-094044596484, identifier: 1974493
2026-03-25 13:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9df73822-09a1-55ad-82e2-094044596484 with identifier: 1974493
2026-03-25 13:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9df73822-09a1-55ad-82e2-094044596484 with identifier: 1974493
2026-03-25 13:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9df73822-09a1-55ad-82e2-094044596484 with identifier: 1974493 to the API
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:38 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '9df73822-09a1-55ad-82e2-094044596484',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 77438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.4 TSI PHEV 150KW DSG STYLE',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV 150KW DSG STYLE',
'vin': None,
'year': 2021}
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974493%27 HTTP/1.1" 200 None
2026-03-25 13:46:38 [ayvens.be] INFO: Saving data for 1974493: {'auction_closing_time': 1774513800.0, 'created_time': 1774046769.836851, 'last_price_update_time': 1774446398.495016}
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974493') HTTP/1.1" 204 0
2026-03-25 13:46:38 [ayvens.be] INFO: Found listing with ID: 1974494
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974494%27 HTTP/1.1" 200 None
2026-03-25 13:46:38 [ayvens.be] INFO: Scrape type for 1974494: 2
2026-03-25 13:46:38 [ayvens.be] INFO: Extracting data for car ID: 1974494
2026-03-25 13:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1974494
2026-03-25 13:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with scrape type 2
2026-03-25 13:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with scrape type 2
2026-03-25 13:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3, identifier: 1974494
2026-03-25 13:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1974494
2026-03-25 13:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1974494
2026-03-25 13:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0ff79cea-eef6-5bc9-94a6-2f1cd6b2b8d3 with identifier: 1974494 to the API
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:38 [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-26T08:30: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/40871',
'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-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974494%27 HTTP/1.1" 200 None
2026-03-25 13:46:38 [ayvens.be] INFO: Saving data for 1974494: {'auction_closing_time': 1774513800.0, 'created_time': 1774046771.099457, 'last_price_update_time': 1774446398.917105}
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974494') HTTP/1.1" 204 0
2026-03-25 13:46:38 [ayvens.be] INFO: Found listing with ID: 1974495
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974495%27 HTTP/1.1" 200 None
2026-03-25 13:46:38 [ayvens.be] INFO: Scrape type for 1974495: 2
2026-03-25 13:46:38 [ayvens.be] INFO: Extracting data for car ID: 1974495
2026-03-25 13:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1974495
2026-03-25 13:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with scrape type 2
2026-03-25 13:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with scrape type 2
2026-03-25 13:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517, identifier: 1974495
2026-03-25 13:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1974495
2026-03-25 13:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1974495
2026-03-25 13:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 05305e5a-ae85-5ea5-9b7c-4b326ebe5517 with identifier: 1974495 to the API
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30: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/40871',
'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-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974495%27 HTTP/1.1" 200 None
2026-03-25 13:46:39 [ayvens.be] INFO: Saving data for 1974495: {'auction_closing_time': 1774513800.0, 'created_time': 1774046774.110021, 'last_price_update_time': 1774446399.357972}
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974495') HTTP/1.1" 204 0
2026-03-25 13:46:39 [ayvens.be] INFO: Found listing with ID: 1974496
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974496%27 HTTP/1.1" 200 None
2026-03-25 13:46:39 [ayvens.be] INFO: Scrape type for 1974496: 2
2026-03-25 13:46:39 [ayvens.be] INFO: Extracting data for car ID: 1974496
2026-03-25 13:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a8dfdb8-c7d4-5d84-bdc6-8b5f96f1edd1 with identifier: 1974496
2026-03-25 13:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a8dfdb8-c7d4-5d84-bdc6-8b5f96f1edd1 with scrape type 2
2026-03-25 13:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a8dfdb8-c7d4-5d84-bdc6-8b5f96f1edd1 with scrape type 2
2026-03-25 13:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a8dfdb8-c7d4-5d84-bdc6-8b5f96f1edd1, identifier: 1974496
2026-03-25 13:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a8dfdb8-c7d4-5d84-bdc6-8b5f96f1edd1 with identifier: 1974496
2026-03-25 13:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a8dfdb8-c7d4-5d84-bdc6-8b5f96f1edd1 with identifier: 1974496
2026-03-25 13:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a8dfdb8-c7d4-5d84-bdc6-8b5f96f1edd1 with identifier: 1974496 to the API
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 26,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '9a8dfdb8-c7d4-5d84-bdc6-8b5f96f1edd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 35477,
'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': '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-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974496%27 HTTP/1.1" 200 None
2026-03-25 13:46:39 [ayvens.be] INFO: Saving data for 1974496: {'auction_closing_time': 1774513800.0, 'created_time': 1774046776.244811, 'last_price_update_time': 1774446399.76609}
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974496') HTTP/1.1" 204 0
2026-03-25 13:46:39 [ayvens.be] INFO: Found listing with ID: 1974497
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974497%27 HTTP/1.1" 200 None
2026-03-25 13:46:39 [ayvens.be] INFO: Scrape type for 1974497: 2
2026-03-25 13:46:39 [ayvens.be] INFO: Extracting data for car ID: 1974497
2026-03-25 13:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f56c12c-9cb4-5d53-b6e3-0486854b102f with identifier: 1974497
2026-03-25 13:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f56c12c-9cb4-5d53-b6e3-0486854b102f with scrape type 2
2026-03-25 13:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f56c12c-9cb4-5d53-b6e3-0486854b102f with scrape type 2
2026-03-25 13:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8f56c12c-9cb4-5d53-b6e3-0486854b102f, identifier: 1974497
2026-03-25 13:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8f56c12c-9cb4-5d53-b6e3-0486854b102f with identifier: 1974497
2026-03-25 13:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8f56c12c-9cb4-5d53-b6e3-0486854b102f with identifier: 1974497
2026-03-25 13:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8f56c12c-9cb4-5d53-b6e3-0486854b102f with identifier: 1974497 to the API
2026-03-25 13:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '8f56c12c-9cb4-5d53-b6e3-0486854b102f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CUSTOM 340L FOU LWB DS',
'odometer': 22756,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-29',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 340L FOU LWB DS 2.0 TDCi L2H1 Trend STOCK',
'transmission': 'manual',
'trim': '2.0 TDCi L2H1 Trend STOCK',
'vin': None,
'year': 2018}
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974497%27 HTTP/1.1" 200 None
2026-03-25 13:46:41 [ayvens.be] INFO: Saving data for 1974497: {'auction_closing_time': 1774513800.0, 'created_time': 1774046778.081311, 'last_price_update_time': 1774446401.14576}
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974497') HTTP/1.1" 204 0
2026-03-25 13:46:41 [ayvens.be] INFO: Found listing with ID: 1974498
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974498%27 HTTP/1.1" 200 None
2026-03-25 13:46:41 [ayvens.be] INFO: Scrape type for 1974498: 2
2026-03-25 13:46:41 [ayvens.be] INFO: Extracting data for car ID: 1974498
2026-03-25 13:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7957d4e5-bad5-5254-b57e-960714da19e0 with identifier: 1974498
2026-03-25 13:46:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7957d4e5-bad5-5254-b57e-960714da19e0 with scrape type 2
2026-03-25 13:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7957d4e5-bad5-5254-b57e-960714da19e0 with scrape type 2
2026-03-25 13:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7957d4e5-bad5-5254-b57e-960714da19e0, identifier: 1974498
2026-03-25 13:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7957d4e5-bad5-5254-b57e-960714da19e0 with identifier: 1974498
2026-03-25 13:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7957d4e5-bad5-5254-b57e-960714da19e0 with identifier: 1974498
2026-03-25 13:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7957d4e5-bad5-5254-b57e-960714da19e0 with identifier: 1974498 to the API
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '7957d4e5-bad5-5254-b57e-960714da19e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 TOURING - 2019',
'odometer': 172329,
'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 3 TOURING - 2019 330eA PHEV',
'transmission': 'automatic',
'trim': '330eA PHEV',
'vin': None,
'year': 2020}
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974498%27 HTTP/1.1" 200 None
2026-03-25 13:46:41 [ayvens.be] INFO: Saving data for 1974498: {'auction_closing_time': 1774513800.0, 'created_time': 1774046780.165228, 'last_price_update_time': 1774446401.837836}
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974498') HTTP/1.1" 204 0
2026-03-25 13:46:41 [ayvens.be] INFO: Found listing with ID: 1974499
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974499%27 HTTP/1.1" 200 None
2026-03-25 13:46:41 [ayvens.be] INFO: Scrape type for 1974499: 2
2026-03-25 13:46:41 [ayvens.be] INFO: Extracting data for car ID: 1974499
2026-03-25 13:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecba9ac0-b8e3-5d12-822c-7656e9c8754b with identifier: 1974499
2026-03-25 13:46:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecba9ac0-b8e3-5d12-822c-7656e9c8754b with scrape type 2
2026-03-25 13:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecba9ac0-b8e3-5d12-822c-7656e9c8754b with scrape type 2
2026-03-25 13:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ecba9ac0-b8e3-5d12-822c-7656e9c8754b, identifier: 1974499
2026-03-25 13:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ecba9ac0-b8e3-5d12-822c-7656e9c8754b with identifier: 1974499
2026-03-25 13:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ecba9ac0-b8e3-5d12-822c-7656e9c8754b with identifier: 1974499
2026-03-25 13:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ecba9ac0-b8e3-5d12-822c-7656e9c8754b with identifier: 1974499 to the API
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.9L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'ecba9ac0-b8e3-5d12-822c-7656e9c8754b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASS C BREAK DIESEL (S205) -',
'odometer': 84659,
'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': 'MERCEDES-BENZ CLASS C BREAK DIESEL (S205) - C 300 de PHEV Business '
'Solution',
'transmission': 'automatic',
'trim': 'C 300 de PHEV Business Solution',
'vin': None,
'year': 2021}
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974499%27 HTTP/1.1" 200 None
2026-03-25 13:46:42 [ayvens.be] INFO: Saving data for 1974499: {'auction_closing_time': 1774513800.0, 'created_time': 1774046781.678355, 'last_price_update_time': 1774446402.279357}
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974499') HTTP/1.1" 204 0
2026-03-25 13:46:42 [ayvens.be] INFO: Found listing with ID: 1974500
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974500%27 HTTP/1.1" 200 None
2026-03-25 13:46:42 [ayvens.be] INFO: Scrape type for 1974500: 2
2026-03-25 13:46:42 [ayvens.be] INFO: Extracting data for car ID: 1974500
2026-03-25 13:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1974500
2026-03-25 13:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with scrape type 2
2026-03-25 13:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with scrape type 2
2026-03-25 13:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4a66ca23-9a13-5a20-bf55-db5cde8cb111, identifier: 1974500
2026-03-25 13:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1974500
2026-03-25 13:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1974500
2026-03-25 13:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4a66ca23-9a13-5a20-bf55-db5cde8cb111 with identifier: 1974500 to the API
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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': '2.0L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974500%27 HTTP/1.1" 200 None
2026-03-25 13:46:42 [ayvens.be] INFO: Saving data for 1974500: {'auction_closing_time': 1774513800.0, 'created_time': 1774046783.731251, 'last_price_update_time': 1774446402.679457}
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974500') HTTP/1.1" 204 0
2026-03-25 13:46:42 [ayvens.be] INFO: Found listing with ID: 1974501
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974501%27 HTTP/1.1" 200 None
2026-03-25 13:46:42 [ayvens.be] INFO: Scrape type for 1974501: 2
2026-03-25 13:46:42 [ayvens.be] INFO: Extracting data for car ID: 1974501
2026-03-25 13:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88757007-bd48-5c6c-9203-9b162e3e0b02 with identifier: 1974501
2026-03-25 13:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88757007-bd48-5c6c-9203-9b162e3e0b02 with scrape type 2
2026-03-25 13:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88757007-bd48-5c6c-9203-9b162e3e0b02 with scrape type 2
2026-03-25 13:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 88757007-bd48-5c6c-9203-9b162e3e0b02, identifier: 1974501
2026-03-25 13:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 88757007-bd48-5c6c-9203-9b162e3e0b02 with identifier: 1974501
2026-03-25 13:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 88757007-bd48-5c6c-9203-9b162e3e0b02 with identifier: 1974501
2026-03-25 13:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 88757007-bd48-5c6c-9203-9b162e3e0b02 with identifier: 1974501 to the API
2026-03-25 13:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:43 [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-03-26T08:30:00Z',
'fuel_type': 'electric',
'id': '88757007-bd48-5c6c-9203-9b162e3e0b02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 19662,
'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': 'TESLA MODEL 3 BEV 50KWH STANDARD RWD PLUS AUTO',
'transmission': 'automatic',
'trim': 'BEV 50KWH STANDARD RWD PLUS AUTO',
'vin': None,
'year': 2022}
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974501%27 HTTP/1.1" 200 None
2026-03-25 13:46:43 [ayvens.be] INFO: Saving data for 1974501: {'auction_closing_time': 1774513800.0, 'created_time': 1774046784.844725, 'last_price_update_time': 1774446403.205655}
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974501') HTTP/1.1" 204 0
2026-03-25 13:46:43 [ayvens.be] INFO: Found listing with ID: 1974502
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974502%27 HTTP/1.1" 200 None
2026-03-25 13:46:43 [ayvens.be] INFO: Scrape type for 1974502: 2
2026-03-25 13:46:43 [ayvens.be] INFO: Extracting data for car ID: 1974502
2026-03-25 13:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c09b51-66a1-54cb-bc36-0a492edd60f7 with identifier: 1974502
2026-03-25 13:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c09b51-66a1-54cb-bc36-0a492edd60f7 with scrape type 2
2026-03-25 13:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64c09b51-66a1-54cb-bc36-0a492edd60f7 with scrape type 2
2026-03-25 13:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 64c09b51-66a1-54cb-bc36-0a492edd60f7, identifier: 1974502
2026-03-25 13:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 64c09b51-66a1-54cb-bc36-0a492edd60f7 with identifier: 1974502
2026-03-25 13:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 64c09b51-66a1-54cb-bc36-0a492edd60f7 with identifier: 1974502
2026-03-25 13:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 64c09b51-66a1-54cb-bc36-0a492edd60f7 with identifier: 1974502 to the API
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'electric',
'id': '64c09b51-66a1-54cb-bc36-0a492edd60f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 58510,
'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': 'VOLVO XC40 BEV 70KWH RECHARGE CORE',
'transmission': 'automatic',
'trim': 'BEV 70KWH RECHARGE CORE',
'vin': None,
'year': 2021}
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974502%27 HTTP/1.1" 200 None
2026-03-25 13:46:43 [ayvens.be] INFO: Saving data for 1974502: {'auction_closing_time': 1774513800.0, 'created_time': 1774046786.56565, 'last_price_update_time': 1774446403.6112}
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974502') HTTP/1.1" 204 0
2026-03-25 13:46:43 [ayvens.be] INFO: Found listing with ID: 1974503
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974503%27 HTTP/1.1" 200 None
2026-03-25 13:46:43 [ayvens.be] INFO: Scrape type for 1974503: 2
2026-03-25 13:46:43 [ayvens.be] INFO: Extracting data for car ID: 1974503
2026-03-25 13:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ad66612-55a6-51fe-817f-5622c7b69d93 with identifier: 1974503
2026-03-25 13:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ad66612-55a6-51fe-817f-5622c7b69d93 with scrape type 2
2026-03-25 13:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ad66612-55a6-51fe-817f-5622c7b69d93 with scrape type 2
2026-03-25 13:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5ad66612-55a6-51fe-817f-5622c7b69d93, identifier: 1974503
2026-03-25 13:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5ad66612-55a6-51fe-817f-5622c7b69d93 with identifier: 1974503
2026-03-25 13:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5ad66612-55a6-51fe-817f-5622c7b69d93 with identifier: 1974503
2026-03-25 13:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5ad66612-55a6-51fe-817f-5622c7b69d93 with identifier: 1974503 to the API
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '5ad66612-55a6-51fe-817f-5622c7b69d93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 95492,
'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': '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-25 13:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974503%27 HTTP/1.1" 200 None
2026-03-25 13:46:44 [ayvens.be] INFO: Saving data for 1974503: {'auction_closing_time': 1774513800.0, 'created_time': 1774046788.067308, 'last_price_update_time': 1774446404.01085}
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974503') HTTP/1.1" 204 0
2026-03-25 13:46:44 [ayvens.be] INFO: Found listing with ID: 1974504
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974504%27 HTTP/1.1" 200 None
2026-03-25 13:46:44 [ayvens.be] INFO: Scrape type for 1974504: 2
2026-03-25 13:46:44 [ayvens.be] INFO: Extracting data for car ID: 1974504
2026-03-25 13:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 764e7e0d-290f-5756-a885-bce1d8e6ad90 with identifier: 1974504
2026-03-25 13:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 764e7e0d-290f-5756-a885-bce1d8e6ad90 with scrape type 2
2026-03-25 13:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 764e7e0d-290f-5756-a885-bce1d8e6ad90 with scrape type 2
2026-03-25 13:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 764e7e0d-290f-5756-a885-bce1d8e6ad90, identifier: 1974504
2026-03-25 13:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 764e7e0d-290f-5756-a885-bce1d8e6ad90 with identifier: 1974504
2026-03-25 13:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 764e7e0d-290f-5756-a885-bce1d8e6ad90 with identifier: 1974504
2026-03-25 13:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 764e7e0d-290f-5756-a885-bce1d8e6ad90 with identifier: 1974504 to the API
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '764e7e0d-290f-5756-a885-bce1d8e6ad90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 32137,
'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': '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-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974504%27 HTTP/1.1" 200 None
2026-03-25 13:46:44 [ayvens.be] INFO: Saving data for 1974504: {'auction_closing_time': 1774513800.0, 'created_time': 1774046789.90764, 'last_price_update_time': 1774446404.61661}
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974504') HTTP/1.1" 204 0
2026-03-25 13:46:44 [ayvens.be] INFO: Found listing with ID: 1974505
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974505%27 HTTP/1.1" 200 None
2026-03-25 13:46:44 [ayvens.be] INFO: Scrape type for 1974505: 2
2026-03-25 13:46:44 [ayvens.be] INFO: Extracting data for car ID: 1974505
2026-03-25 13:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1974505
2026-03-25 13:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66468c6-078d-5c53-8af1-7343a1dee843 with scrape type 2
2026-03-25 13:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b66468c6-078d-5c53-8af1-7343a1dee843 with scrape type 2
2026-03-25 13:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b66468c6-078d-5c53-8af1-7343a1dee843, identifier: 1974505
2026-03-25 13:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1974505
2026-03-25 13:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1974505
2026-03-25 13:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b66468c6-078d-5c53-8af1-7343a1dee843 with identifier: 1974505 to the API
2026-03-25 13:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30: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/40871',
'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-25 13:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974505%27 HTTP/1.1" 200 None
2026-03-25 13:46:45 [ayvens.be] INFO: Saving data for 1974505: {'auction_closing_time': 1774513800.0, 'created_time': 1774046792.460391, 'last_price_update_time': 1774446405.007156}
2026-03-25 13:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974505') HTTP/1.1" 204 0
2026-03-25 13:46:45 [ayvens.be] INFO: Found listing with ID: 1974506
2026-03-25 13:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974506%27 HTTP/1.1" 200 None
2026-03-25 13:46:45 [ayvens.be] INFO: Scrape type for 1974506: 2
2026-03-25 13:46:45 [ayvens.be] INFO: Extracting data for car ID: 1974506
2026-03-25 13:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ec14f7f-61eb-5743-b0b7-69d33e3d987b with identifier: 1974506
2026-03-25 13:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec14f7f-61eb-5743-b0b7-69d33e3d987b with scrape type 2
2026-03-25 13:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ec14f7f-61eb-5743-b0b7-69d33e3d987b with scrape type 2
2026-03-25 13:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7ec14f7f-61eb-5743-b0b7-69d33e3d987b, identifier: 1974506
2026-03-25 13:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7ec14f7f-61eb-5743-b0b7-69d33e3d987b with identifier: 1974506
2026-03-25 13:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7ec14f7f-61eb-5743-b0b7-69d33e3d987b with identifier: 1974506
2026-03-25 13:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7ec14f7f-61eb-5743-b0b7-69d33e3d987b with identifier: 1974506 to the API
2026-03-25 13:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.5L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '7ec14f7f-61eb-5743-b0b7-69d33e3d987b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 60925,
'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': 'AUDI A3 SPORTBACK 1.5 35 TFSI 110KW S TRONIC ATTRACTION',
'transmission': 'automatic',
'trim': '1.5 35 TFSI 110KW S TRONIC ATTRACTION',
'vin': None,
'year': 2022}
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974506%27 HTTP/1.1" 200 None
2026-03-25 13:46:46 [ayvens.be] INFO: Saving data for 1974506: {'auction_closing_time': 1774513800.0, 'created_time': 1774046794.027488, 'last_price_update_time': 1774446406.071097}
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974506') HTTP/1.1" 204 0
2026-03-25 13:46:46 [ayvens.be] INFO: Found listing with ID: 1974507
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974507%27 HTTP/1.1" 200 None
2026-03-25 13:46:46 [ayvens.be] INFO: Scrape type for 1974507: 2
2026-03-25 13:46:46 [ayvens.be] INFO: Extracting data for car ID: 1974507
2026-03-25 13:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a72d6e9-9563-5598-a059-fb10dfd9b0a5 with identifier: 1974507
2026-03-25 13:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a72d6e9-9563-5598-a059-fb10dfd9b0a5 with scrape type 2
2026-03-25 13:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a72d6e9-9563-5598-a059-fb10dfd9b0a5 with scrape type 2
2026-03-25 13:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0a72d6e9-9563-5598-a059-fb10dfd9b0a5, identifier: 1974507
2026-03-25 13:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0a72d6e9-9563-5598-a059-fb10dfd9b0a5 with identifier: 1974507
2026-03-25 13:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0a72d6e9-9563-5598-a059-fb10dfd9b0a5 with identifier: 1974507
2026-03-25 13:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0a72d6e9-9563-5598-a059-fb10dfd9b0a5 with identifier: 1974507 to the API
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '0a72d6e9-9563-5598-a059-fb10dfd9b0a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'FABIA',
'odometer': 100491,
'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': 'SKODA FABIA 1.0 TSI 70KW CLEVER+',
'transmission': 'manual',
'trim': '1.0 TSI 70KW CLEVER+',
'vin': None,
'year': 2023}
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974507%27 HTTP/1.1" 200 None
2026-03-25 13:46:46 [ayvens.be] INFO: Saving data for 1974507: {'auction_closing_time': 1774513800.0, 'created_time': 1774046795.349539, 'last_price_update_time': 1774446406.460493}
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974507') HTTP/1.1" 204 0
2026-03-25 13:46:46 [ayvens.be] INFO: Found listing with ID: 1974508
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974508%27 HTTP/1.1" 200 None
2026-03-25 13:46:46 [ayvens.be] INFO: Scrape type for 1974508: 2
2026-03-25 13:46:46 [ayvens.be] INFO: Extracting data for car ID: 1974508
2026-03-25 13:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1974508
2026-03-25 13:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with scrape type 2
2026-03-25 13:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with scrape type 2
2026-03-25 13:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf, identifier: 1974508
2026-03-25 13:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1974508
2026-03-25 13:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1974508
2026-03-25 13:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a45f8f7b-8a49-592b-b05f-d0c43f0f9fcf with identifier: 1974508 to the API
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30: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/40871',
'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-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974508%27 HTTP/1.1" 200 None
2026-03-25 13:46:46 [ayvens.be] INFO: Saving data for 1974508: {'auction_closing_time': 1774513800.0, 'created_time': 1774046796.76883, 'last_price_update_time': 1774446406.862773}
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974508') HTTP/1.1" 204 0
2026-03-25 13:46:46 [ayvens.be] INFO: Found listing with ID: 1974509
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974509%27 HTTP/1.1" 200 None
2026-03-25 13:46:46 [ayvens.be] INFO: Scrape type for 1974509: 2
2026-03-25 13:46:46 [ayvens.be] INFO: Extracting data for car ID: 1974509
2026-03-25 13:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8aaedcc3-7532-52f0-8981-0ca366ff09a3 with identifier: 1974509
2026-03-25 13:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8aaedcc3-7532-52f0-8981-0ca366ff09a3 with scrape type 2
2026-03-25 13:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8aaedcc3-7532-52f0-8981-0ca366ff09a3 with scrape type 2
2026-03-25 13:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8aaedcc3-7532-52f0-8981-0ca366ff09a3, identifier: 1974509
2026-03-25 13:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8aaedcc3-7532-52f0-8981-0ca366ff09a3 with identifier: 1974509
2026-03-25 13:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8aaedcc3-7532-52f0-8981-0ca366ff09a3 with identifier: 1974509
2026-03-25 13:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8aaedcc3-7532-52f0-8981-0ca366ff09a3 with identifier: 1974509 to the API
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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': '',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'electric',
'id': '8aaedcc3-7532-52f0-8981-0ca366ff09a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'POLESTAR',
'model': 'POLESTAR 2',
'odometer': 76912,
'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': 'POLESTAR POLESTAR 2 78 kWh Dual Motor Launch',
'transmission': 'automatic',
'trim': '78 kWh Dual Motor Launch',
'vin': None,
'year': 2020}
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974509%27 HTTP/1.1" 200 None
2026-03-25 13:46:47 [ayvens.be] INFO: Saving data for 1974509: {'auction_closing_time': 1774513800.0, 'created_time': 1774046798.798129, 'last_price_update_time': 1774446407.24848}
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974509') HTTP/1.1" 204 0
2026-03-25 13:46:47 [ayvens.be] INFO: Found listing with ID: 1974510
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974510%27 HTTP/1.1" 200 None
2026-03-25 13:46:47 [ayvens.be] INFO: Scrape type for 1974510: 2
2026-03-25 13:46:47 [ayvens.be] INFO: Extracting data for car ID: 1974510
2026-03-25 13:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 728f21b8-2568-5c8e-a157-ef134acea3fc with identifier: 1974510
2026-03-25 13:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 728f21b8-2568-5c8e-a157-ef134acea3fc with scrape type 2
2026-03-25 13:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 728f21b8-2568-5c8e-a157-ef134acea3fc with scrape type 2
2026-03-25 13:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 728f21b8-2568-5c8e-a157-ef134acea3fc, identifier: 1974510
2026-03-25 13:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 728f21b8-2568-5c8e-a157-ef134acea3fc with identifier: 1974510
2026-03-25 13:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 728f21b8-2568-5c8e-a157-ef134acea3fc with identifier: 1974510
2026-03-25 13:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 728f21b8-2568-5c8e-a157-ef134acea3fc with identifier: 1974510 to the API
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '728f21b8-2568-5c8e-a157-ef134acea3fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VARIANT',
'odometer': 143266,
'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': 'VOLKSWAGEN GOLF VARIANT 1.0 TSI IQ.DRIVE',
'transmission': 'manual',
'trim': '1.0 TSI IQ.DRIVE',
'vin': None,
'year': 2020}
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974510%27 HTTP/1.1" 200 None
2026-03-25 13:46:47 [ayvens.be] INFO: Saving data for 1974510: {'auction_closing_time': 1774513800.0, 'created_time': 1774046800.633129, 'last_price_update_time': 1774446407.628728}
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974510') HTTP/1.1" 204 0
2026-03-25 13:46:47 [ayvens.be] INFO: Found listing with ID: 1974511
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974511%27 HTTP/1.1" 200 None
2026-03-25 13:46:47 [ayvens.be] INFO: Scrape type for 1974511: 2
2026-03-25 13:46:47 [ayvens.be] INFO: Extracting data for car ID: 1974511
2026-03-25 13:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b764e70-8bcd-59d0-bc32-856f3e026847 with identifier: 1974511
2026-03-25 13:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b764e70-8bcd-59d0-bc32-856f3e026847 with scrape type 2
2026-03-25 13:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b764e70-8bcd-59d0-bc32-856f3e026847 with scrape type 2
2026-03-25 13:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9b764e70-8bcd-59d0-bc32-856f3e026847, identifier: 1974511
2026-03-25 13:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9b764e70-8bcd-59d0-bc32-856f3e026847 with identifier: 1974511
2026-03-25 13:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9b764e70-8bcd-59d0-bc32-856f3e026847 with identifier: 1974511
2026-03-25 13:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9b764e70-8bcd-59d0-bc32-856f3e026847 with identifier: 1974511 to the API
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46:48 [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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '9b764e70-8bcd-59d0-bc32-856f3e026847',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 54454,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 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-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974511%27 HTTP/1.1" 200 None
2026-03-25 13:46:48 [ayvens.be] INFO: Saving data for 1974511: {'auction_closing_time': 1774513800.0, 'created_time': 1774046802.067199, 'last_price_update_time': 1774446408.021768}
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974511') HTTP/1.1" 204 0
2026-03-25 13:46:48 [ayvens.be] INFO: Found listing with ID: 1974512
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974512%27 HTTP/1.1" 200 None
2026-03-25 13:46:48 [ayvens.be] INFO: Scrape type for 1974512: 2
2026-03-25 13:46:48 [ayvens.be] INFO: Extracting data for car ID: 1974512
2026-03-25 13:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa1122fe-f447-5df1-b595-5f12b0669662 with identifier: 1974512
2026-03-25 13:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa1122fe-f447-5df1-b595-5f12b0669662 with scrape type 2
2026-03-25 13:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa1122fe-f447-5df1-b595-5f12b0669662 with scrape type 2
2026-03-25 13:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: aa1122fe-f447-5df1-b595-5f12b0669662, identifier: 1974512
2026-03-25 13:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: aa1122fe-f447-5df1-b595-5f12b0669662 with identifier: 1974512
2026-03-25 13:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: aa1122fe-f447-5df1-b595-5f12b0669662 with identifier: 1974512
2026-03-25 13:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: aa1122fe-f447-5df1-b595-5f12b0669662 with identifier: 1974512 to the API
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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': '2.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'aa1122fe-f447-5df1-b595-5f12b0669662',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT FOURGON MWB DSL - 2016',
'odometer': 112816,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-07',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 2.0 BlueHDi L3 Long Premium '
'S&S STOCK',
'transmission': 'manual',
'trim': '2.0 BlueHDi L3 Long Premium S&S STOCK',
'vin': None,
'year': 2019}
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974512%27 HTTP/1.1" 200 None
2026-03-25 13:46:48 [ayvens.be] INFO: Saving data for 1974512: {'auction_closing_time': 1774513800.0, 'created_time': 1774046804.298256, 'last_price_update_time': 1774446408.485126}
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974512') HTTP/1.1" 204 0
2026-03-25 13:46:48 [ayvens.be] INFO: Found listing with ID: 1974513
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974513%27 HTTP/1.1" 200 None
2026-03-25 13:46:48 [ayvens.be] INFO: Scrape type for 1974513: 2
2026-03-25 13:46:48 [ayvens.be] INFO: Extracting data for car ID: 1974513
2026-03-25 13:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e79dc8dc-a6f6-5814-a8a8-00353327e107 with identifier: 1974513
2026-03-25 13:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e79dc8dc-a6f6-5814-a8a8-00353327e107 with scrape type 2
2026-03-25 13:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e79dc8dc-a6f6-5814-a8a8-00353327e107 with scrape type 2
2026-03-25 13:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e79dc8dc-a6f6-5814-a8a8-00353327e107, identifier: 1974513
2026-03-25 13:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e79dc8dc-a6f6-5814-a8a8-00353327e107 with identifier: 1974513
2026-03-25 13:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e79dc8dc-a6f6-5814-a8a8-00353327e107 with identifier: 1974513
2026-03-25 13:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e79dc8dc-a6f6-5814-a8a8-00353327e107 with identifier: 1974513 to the API
2026-03-25 13:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'e79dc8dc-a6f6-5814-a8a8-00353327e107',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 SPORTBACK',
'odometer': 146926,
'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': 'AUDI Q3 SPORTBACK 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-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974513%27 HTTP/1.1" 200 None
2026-03-25 13:46:49 [ayvens.be] INFO: Saving data for 1974513: {'auction_closing_time': 1774513800.0, 'created_time': 1774046805.806573, 'last_price_update_time': 1774446409.58011}
2026-03-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974513') HTTP/1.1" 204 0
2026-03-25 13:46:49 [ayvens.be] INFO: Found listing with ID: 1974514
2026-03-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974514%27 HTTP/1.1" 200 None
2026-03-25 13:46:49 [ayvens.be] INFO: Scrape type for 1974514: 2
2026-03-25 13:46:49 [ayvens.be] INFO: Extracting data for car ID: 1974514
2026-03-25 13:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1974514
2026-03-25 13:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcebad65-19ff-574e-af4a-d5af2b74f1ff with scrape type 2
2026-03-25 13:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcebad65-19ff-574e-af4a-d5af2b74f1ff with scrape type 2
2026-03-25 13:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: dcebad65-19ff-574e-af4a-d5af2b74f1ff, identifier: 1974514
2026-03-25 13:46:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1974514
2026-03-25 13:46:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1974514
2026-03-25 13:46:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: dcebad65-19ff-574e-af4a-d5af2b74f1ff with identifier: 1974514 to the API
2026-03-25 13:46:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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': '2.0L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974514%27 HTTP/1.1" 200 None
2026-03-25 13:46:49 [ayvens.be] INFO: Saving data for 1974514: {'auction_closing_time': 1774513800.0, 'created_time': 1774046808.413842, 'last_price_update_time': 1774446409.985595}
2026-03-25 13:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974514') HTTP/1.1" 204 0
2026-03-25 13:46:50 [ayvens.be] INFO: Found listing with ID: 1974515
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974515%27 HTTP/1.1" 200 None
2026-03-25 13:46:50 [ayvens.be] INFO: Scrape type for 1974515: 2
2026-03-25 13:46:50 [ayvens.be] INFO: Extracting data for car ID: 1974515
2026-03-25 13:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2adf515a-2430-5375-a7e0-d58ac64f12f8 with identifier: 1974515
2026-03-25 13:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2adf515a-2430-5375-a7e0-d58ac64f12f8 with scrape type 2
2026-03-25 13:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2adf515a-2430-5375-a7e0-d58ac64f12f8 with scrape type 2
2026-03-25 13:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2adf515a-2430-5375-a7e0-d58ac64f12f8, identifier: 1974515
2026-03-25 13:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2adf515a-2430-5375-a7e0-d58ac64f12f8 with identifier: 1974515
2026-03-25 13:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2adf515a-2430-5375-a7e0-d58ac64f12f8 with identifier: 1974515
2026-03-25 13:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2adf515a-2430-5375-a7e0-d58ac64f12f8 with identifier: 1974515 to the API
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '2adf515a-2430-5375-a7e0-d58ac64f12f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE',
'odometer': 136198,
'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': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE 1.5 TSI TRENDLINE',
'transmission': 'manual',
'trim': '1.5 TSI TRENDLINE',
'vin': None,
'year': 2021}
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974515%27 HTTP/1.1" 200 None
2026-03-25 13:46:50 [ayvens.be] INFO: Saving data for 1974515: {'auction_closing_time': 1774513800.0, 'created_time': 1774046810.187107, 'last_price_update_time': 1774446410.364997}
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974515') HTTP/1.1" 204 0
2026-03-25 13:46:50 [ayvens.be] INFO: Found listing with ID: 1974516
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974516%27 HTTP/1.1" 200 None
2026-03-25 13:46:50 [ayvens.be] INFO: Scrape type for 1974516: 2
2026-03-25 13:46:50 [ayvens.be] INFO: Extracting data for car ID: 1974516
2026-03-25 13:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: addae650-8243-54cd-b3e5-437a2f6d5962 with identifier: 1974516
2026-03-25 13:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addae650-8243-54cd-b3e5-437a2f6d5962 with scrape type 2
2026-03-25 13:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item addae650-8243-54cd-b3e5-437a2f6d5962 with scrape type 2
2026-03-25 13:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: addae650-8243-54cd-b3e5-437a2f6d5962, identifier: 1974516
2026-03-25 13:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: addae650-8243-54cd-b3e5-437a2f6d5962 with identifier: 1974516
2026-03-25 13:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: addae650-8243-54cd-b3e5-437a2f6d5962 with identifier: 1974516
2026-03-25 13:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: addae650-8243-54cd-b3e5-437a2f6d5962 with identifier: 1974516 to the API
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'addae650-8243-54cd-b3e5-437a2f6d5962',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'Clio',
'odometer': 62411,
'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': 'RENAULT Clio 1.0 TCE 100 CORPORATE EDITION',
'transmission': 'manual',
'trim': '1.0 TCE 100 CORPORATE EDITION',
'vin': None,
'year': 2020}
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974516%27 HTTP/1.1" 200 None
2026-03-25 13:46:50 [ayvens.be] INFO: Saving data for 1974516: {'auction_closing_time': 1774513800.0, 'created_time': 1774046811.658302, 'last_price_update_time': 1774446410.804316}
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974516') HTTP/1.1" 204 0
2026-03-25 13:46:50 [ayvens.be] INFO: Found listing with ID: 1974517
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974517%27 HTTP/1.1" 200 None
2026-03-25 13:46:50 [ayvens.be] INFO: Scrape type for 1974517: 2
2026-03-25 13:46:50 [ayvens.be] INFO: Extracting data for car ID: 1974517
2026-03-25 13:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf2bd04f-a592-5a9d-b85c-f68e3b2a8d56 with identifier: 1974517
2026-03-25 13:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf2bd04f-a592-5a9d-b85c-f68e3b2a8d56 with scrape type 2
2026-03-25 13:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf2bd04f-a592-5a9d-b85c-f68e3b2a8d56 with scrape type 2
2026-03-25 13:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cf2bd04f-a592-5a9d-b85c-f68e3b2a8d56, identifier: 1974517
2026-03-25 13:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cf2bd04f-a592-5a9d-b85c-f68e3b2a8d56 with identifier: 1974517
2026-03-25 13:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cf2bd04f-a592-5a9d-b85c-f68e3b2a8d56 with identifier: 1974517
2026-03-25 13:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cf2bd04f-a592-5a9d-b85c-f68e3b2a8d56 with identifier: 1974517 to the API
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'cf2bd04f-a592-5a9d-b85c-f68e3b2a8d56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008 - 2020',
'odometer': 55055,
'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': 'PEUGEOT 2008 - 2020 1.2 PureTech Allure S&S',
'transmission': 'manual',
'trim': '1.2 PureTech Allure S&S',
'vin': None,
'year': 2021}
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974517%27 HTTP/1.1" 200 None
2026-03-25 13:46:51 [ayvens.be] INFO: Saving data for 1974517: {'auction_closing_time': 1774513800.0, 'created_time': 1774046813.733308, 'last_price_update_time': 1774446411.191199}
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974517') HTTP/1.1" 204 0
2026-03-25 13:46:51 [ayvens.be] INFO: Found listing with ID: 1974518
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974518%27 HTTP/1.1" 200 None
2026-03-25 13:46:51 [ayvens.be] INFO: Scrape type for 1974518: 2
2026-03-25 13:46:51 [ayvens.be] INFO: Extracting data for car ID: 1974518
2026-03-25 13:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 872aab34-0554-58f3-b47d-d458c469f828 with identifier: 1974518
2026-03-25 13:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 872aab34-0554-58f3-b47d-d458c469f828 with scrape type 2
2026-03-25 13:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 872aab34-0554-58f3-b47d-d458c469f828 with scrape type 2
2026-03-25 13:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 872aab34-0554-58f3-b47d-d458c469f828, identifier: 1974518
2026-03-25 13:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 872aab34-0554-58f3-b47d-d458c469f828 with identifier: 1974518
2026-03-25 13:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 872aab34-0554-58f3-b47d-d458c469f828 with identifier: 1974518
2026-03-25 13:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 872aab34-0554-58f3-b47d-d458c469f828 with identifier: 1974518 to the API
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '872aab34-0554-58f3-b47d-d458c469f828',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 104601,
'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 GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': '1.5 T4 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974518%27 HTTP/1.1" 200 None
2026-03-25 13:46:51 [ayvens.be] INFO: Saving data for 1974518: {'auction_closing_time': 1774513800.0, 'created_time': 1774046814.976285, 'last_price_update_time': 1774446411.579425}
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974518') HTTP/1.1" 204 0
2026-03-25 13:46:51 [ayvens.be] INFO: Found listing with ID: 1974519
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974519%27 HTTP/1.1" 200 None
2026-03-25 13:46:51 [ayvens.be] INFO: Scrape type for 1974519: 2
2026-03-25 13:46:51 [ayvens.be] INFO: Extracting data for car ID: 1974519
2026-03-25 13:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc6bea9-f331-5a17-91fa-83356ad10b45 with identifier: 1974519
2026-03-25 13:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc6bea9-f331-5a17-91fa-83356ad10b45 with scrape type 2
2026-03-25 13:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc6bea9-f331-5a17-91fa-83356ad10b45 with scrape type 2
2026-03-25 13:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0dc6bea9-f331-5a17-91fa-83356ad10b45, identifier: 1974519
2026-03-25 13:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0dc6bea9-f331-5a17-91fa-83356ad10b45 with identifier: 1974519
2026-03-25 13:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0dc6bea9-f331-5a17-91fa-83356ad10b45 with identifier: 1974519
2026-03-25 13:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0dc6bea9-f331-5a17-91fa-83356ad10b45 with identifier: 1974519 to the API
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '0dc6bea9-f331-5a17-91fa-83356ad10b45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A1',
'odometer': 102472,
'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': 'AUDI A1 1.0 25 TFSI ADVANCED',
'transmission': 'manual',
'trim': '1.0 25 TFSI ADVANCED',
'vin': None,
'year': 2022}
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974519%27 HTTP/1.1" 200 None
2026-03-25 13:46:51 [ayvens.be] INFO: Saving data for 1974519: {'auction_closing_time': 1774513800.0, 'created_time': 1774046816.599463, 'last_price_update_time': 1774446411.977704}
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974519') HTTP/1.1" 204 0
2026-03-25 13:46:51 [ayvens.be] INFO: Found listing with ID: 1974520
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974520%27 HTTP/1.1" 200 None
2026-03-25 13:46:52 [ayvens.be] INFO: Scrape type for 1974520: 2
2026-03-25 13:46:52 [ayvens.be] INFO: Extracting data for car ID: 1974520
2026-03-25 13:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73bd199f-eea2-581f-acbd-c3b3387b7fd9 with identifier: 1974520
2026-03-25 13:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73bd199f-eea2-581f-acbd-c3b3387b7fd9 with scrape type 2
2026-03-25 13:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73bd199f-eea2-581f-acbd-c3b3387b7fd9 with scrape type 2
2026-03-25 13:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 73bd199f-eea2-581f-acbd-c3b3387b7fd9, identifier: 1974520
2026-03-25 13:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 73bd199f-eea2-581f-acbd-c3b3387b7fd9 with identifier: 1974520
2026-03-25 13:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 73bd199f-eea2-581f-acbd-c3b3387b7fd9 with identifier: 1974520
2026-03-25 13:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 73bd199f-eea2-581f-acbd-c3b3387b7fd9 with identifier: 1974520 to the API
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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': '2.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '73bd199f-eea2-581f-acbd-c3b3387b7fd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3 DIESEL - 2018',
'odometer': 99967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-12',
'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-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974520%27 HTTP/1.1" 200 None
2026-03-25 13:46:52 [ayvens.be] INFO: Saving data for 1974520: {'auction_closing_time': 1774513800.0, 'created_time': 1774046817.882148, 'last_price_update_time': 1774446412.351136}
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974520') HTTP/1.1" 204 0
2026-03-25 13:46:52 [ayvens.be] INFO: Found listing with ID: 1974521
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974521%27 HTTP/1.1" 200 None
2026-03-25 13:46:52 [ayvens.be] INFO: Scrape type for 1974521: 2
2026-03-25 13:46:52 [ayvens.be] INFO: Extracting data for car ID: 1974521
2026-03-25 13:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1974521
2026-03-25 13:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b7560e-0bef-5b10-a8ae-104759e2bef5 with scrape type 2
2026-03-25 13:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53b7560e-0bef-5b10-a8ae-104759e2bef5 with scrape type 2
2026-03-25 13:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 53b7560e-0bef-5b10-a8ae-104759e2bef5, identifier: 1974521
2026-03-25 13:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1974521
2026-03-25 13:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1974521
2026-03-25 13:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 53b7560e-0bef-5b10-a8ae-104759e2bef5 with identifier: 1974521 to the API
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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': '2.0L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974521%27 HTTP/1.1" 200 None
2026-03-25 13:46:52 [ayvens.be] INFO: Saving data for 1974521: {'auction_closing_time': 1774513800.0, 'created_time': 1774046819.841186, 'last_price_update_time': 1774446412.731996}
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974521') HTTP/1.1" 204 0
2026-03-25 13:46:52 [ayvens.be] INFO: Found listing with ID: 1974522
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974522%27 HTTP/1.1" 200 None
2026-03-25 13:46:52 [ayvens.be] INFO: Scrape type for 1974522: 2
2026-03-25 13:46:52 [ayvens.be] INFO: Extracting data for car ID: 1974522
2026-03-25 13:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1974522
2026-03-25 13:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a211d9-f255-57a9-bd89-c1a1a699cf54 with scrape type 2
2026-03-25 13:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a211d9-f255-57a9-bd89-c1a1a699cf54 with scrape type 2
2026-03-25 13:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b5a211d9-f255-57a9-bd89-c1a1a699cf54, identifier: 1974522
2026-03-25 13:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1974522
2026-03-25 13:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1974522
2026-03-25 13:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b5a211d9-f255-57a9-bd89-c1a1a699cf54 with identifier: 1974522 to the API
2026-03-25 13:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30: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/40871',
'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-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974522%27 HTTP/1.1" 200 None
2026-03-25 13:46:53 [ayvens.be] INFO: Saving data for 1974522: {'auction_closing_time': 1774513800.0, 'created_time': 1774046822.602937, 'last_price_update_time': 1774446413.119319}
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974522') HTTP/1.1" 204 0
2026-03-25 13:46:53 [ayvens.be] INFO: Found listing with ID: 1974523
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974523%27 HTTP/1.1" 200 None
2026-03-25 13:46:53 [ayvens.be] INFO: Scrape type for 1974523: 2
2026-03-25 13:46:53 [ayvens.be] INFO: Extracting data for car ID: 1974523
2026-03-25 13:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6bac07a-3501-5701-b662-e9f978314d68 with identifier: 1974523
2026-03-25 13:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6bac07a-3501-5701-b662-e9f978314d68 with scrape type 2
2026-03-25 13:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6bac07a-3501-5701-b662-e9f978314d68 with scrape type 2
2026-03-25 13:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a6bac07a-3501-5701-b662-e9f978314d68, identifier: 1974523
2026-03-25 13:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a6bac07a-3501-5701-b662-e9f978314d68 with identifier: 1974523
2026-03-25 13:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a6bac07a-3501-5701-b662-e9f978314d68 with identifier: 1974523
2026-03-25 13:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a6bac07a-3501-5701-b662-e9f978314d68 with identifier: 1974523 to the API
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'a6bac07a-3501-5701-b662-e9f978314d68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 124195,
'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': 'VOLKSWAGEN Golf 2.0 TDI 85KW LIFE',
'transmission': 'manual',
'trim': '2.0 TDI 85KW LIFE',
'vin': None,
'year': 2021}
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974523%27 HTTP/1.1" 200 None
2026-03-25 13:46:53 [ayvens.be] INFO: Saving data for 1974523: {'auction_closing_time': 1774513800.0, 'created_time': 1774046823.82261, 'last_price_update_time': 1774446413.596629}
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974523') HTTP/1.1" 204 0
2026-03-25 13:46:53 [ayvens.be] INFO: Found listing with ID: 1974524
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974524%27 HTTP/1.1" 200 None
2026-03-25 13:46:53 [ayvens.be] INFO: Scrape type for 1974524: 2
2026-03-25 13:46:53 [ayvens.be] INFO: Extracting data for car ID: 1974524
2026-03-25 13:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19b5959d-e047-5560-80d3-ad658b9fa274 with identifier: 1974524
2026-03-25 13:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19b5959d-e047-5560-80d3-ad658b9fa274 with scrape type 2
2026-03-25 13:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19b5959d-e047-5560-80d3-ad658b9fa274 with scrape type 2
2026-03-25 13:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 19b5959d-e047-5560-80d3-ad658b9fa274, identifier: 1974524
2026-03-25 13:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 19b5959d-e047-5560-80d3-ad658b9fa274 with identifier: 1974524
2026-03-25 13:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 19b5959d-e047-5560-80d3-ad658b9fa274 with identifier: 1974524
2026-03-25 13:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 19b5959d-e047-5560-80d3-ad658b9fa274 with identifier: 1974524 to the API
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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.1L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '19b5959d-e047-5560-80d3-ad658b9fa274',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'VITO 114 FOURGON MWB DSL - 201',
'odometer': 264875,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-07',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ VITO 114 FOURGON MWB DSL - 201 2.1 BlueTEC A2 (EU6c)',
'transmission': 'manual',
'trim': '2.1 BlueTEC A2 (EU6c)',
'vin': None,
'year': 2020}
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974524%27 HTTP/1.1" 200 None
2026-03-25 13:46:53 [ayvens.be] INFO: Saving data for 1974524: {'auction_closing_time': 1774513800.0, 'created_time': 1774046824.964479, 'last_price_update_time': 1774446413.977669}
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974524') HTTP/1.1" 204 0
2026-03-25 13:46:53 [ayvens.be] INFO: Found listing with ID: 1974525
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974525%27 HTTP/1.1" 200 None
2026-03-25 13:46:54 [ayvens.be] INFO: Scrape type for 1974525: 2
2026-03-25 13:46:54 [ayvens.be] INFO: Extracting data for car ID: 1974525
2026-03-25 13:46:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a70ae8b4-1eaa-597d-9669-7617b4476dc8 with identifier: 1974525
2026-03-25 13:46:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a70ae8b4-1eaa-597d-9669-7617b4476dc8 with scrape type 2
2026-03-25 13:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a70ae8b4-1eaa-597d-9669-7617b4476dc8 with scrape type 2
2026-03-25 13:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a70ae8b4-1eaa-597d-9669-7617b4476dc8, identifier: 1974525
2026-03-25 13:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a70ae8b4-1eaa-597d-9669-7617b4476dc8 with identifier: 1974525
2026-03-25 13:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a70ae8b4-1eaa-597d-9669-7617b4476dc8 with identifier: 1974525
2026-03-25 13:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a70ae8b4-1eaa-597d-9669-7617b4476dc8 with identifier: 1974525 to the API
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'a70ae8b4-1eaa-597d-9669-7617b4476dc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4 AVANT DIESEL - 2020',
'odometer': 178894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT DIESEL - 2020 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': '30 TDi Business Edition S tronic',
'vin': None,
'year': 2020}
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974525%27 HTTP/1.1" 200 None
2026-03-25 13:46:54 [ayvens.be] INFO: Saving data for 1974525: {'auction_closing_time': 1774513800.0, 'created_time': 1774046826.363466, 'last_price_update_time': 1774446414.401952}
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974525') HTTP/1.1" 204 0
2026-03-25 13:46:54 [ayvens.be] INFO: Found listing with ID: 1974526
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974526%27 HTTP/1.1" 200 None
2026-03-25 13:46:54 [ayvens.be] INFO: Scrape type for 1974526: 2
2026-03-25 13:46:54 [ayvens.be] INFO: Extracting data for car ID: 1974526
2026-03-25 13:46:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b135ba56-aa70-584b-8bfa-8b184808a2b2 with identifier: 1974526
2026-03-25 13:46:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b135ba56-aa70-584b-8bfa-8b184808a2b2 with scrape type 2
2026-03-25 13:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b135ba56-aa70-584b-8bfa-8b184808a2b2 with scrape type 2
2026-03-25 13:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b135ba56-aa70-584b-8bfa-8b184808a2b2, identifier: 1974526
2026-03-25 13:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b135ba56-aa70-584b-8bfa-8b184808a2b2 with identifier: 1974526
2026-03-25 13:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b135ba56-aa70-584b-8bfa-8b184808a2b2 with identifier: 1974526
2026-03-25 13:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b135ba56-aa70-584b-8bfa-8b184808a2b2 with identifier: 1974526 to the API
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'b135ba56-aa70-584b-8bfa-8b184808a2b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 144783,
'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': 'PEUGEOT 3008 1.5 BLUEHDI S&S EAT8 ACTIVE PACK',
'transmission': 'automatic',
'trim': '1.5 BLUEHDI S&S EAT8 ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974526%27 HTTP/1.1" 200 None
2026-03-25 13:46:54 [ayvens.be] INFO: Saving data for 1974526: {'auction_closing_time': 1774513800.0, 'created_time': 1774046827.967464, 'last_price_update_time': 1774446414.798894}
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974526') HTTP/1.1" 204 0
2026-03-25 13:46:54 [ayvens.be] INFO: Found listing with ID: 1974527
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974527%27 HTTP/1.1" 200 None
2026-03-25 13:46:54 [ayvens.be] INFO: Scrape type for 1974527: 2
2026-03-25 13:46:54 [ayvens.be] INFO: Extracting data for car ID: 1974527
2026-03-25 13:46:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59bb4186-5e7d-5e08-999f-04f8ca784b71 with identifier: 1974527
2026-03-25 13:46:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59bb4186-5e7d-5e08-999f-04f8ca784b71 with scrape type 2
2026-03-25 13:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59bb4186-5e7d-5e08-999f-04f8ca784b71 with scrape type 2
2026-03-25 13:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 59bb4186-5e7d-5e08-999f-04f8ca784b71, identifier: 1974527
2026-03-25 13:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 59bb4186-5e7d-5e08-999f-04f8ca784b71 with identifier: 1974527
2026-03-25 13:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 59bb4186-5e7d-5e08-999f-04f8ca784b71 with identifier: 1974527
2026-03-25 13:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 59bb4186-5e7d-5e08-999f-04f8ca784b71 with identifier: 1974527 to the API
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '59bb4186-5e7d-5e08-999f-04f8ca784b71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE - 2018',
'odometer': 64684,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE - 2018 1.6i Must',
'transmission': 'manual',
'trim': '1.6i Must',
'vin': None,
'year': 2021}
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974527%27 HTTP/1.1" 200 None
2026-03-25 13:46:55 [ayvens.be] INFO: Saving data for 1974527: {'auction_closing_time': 1774513800.0, 'created_time': 1774046829.709547, 'last_price_update_time': 1774446415.185901}
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974527') HTTP/1.1" 204 0
2026-03-25 13:46:55 [ayvens.be] INFO: Found listing with ID: 1974528
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974528%27 HTTP/1.1" 200 None
2026-03-25 13:46:55 [ayvens.be] INFO: Scrape type for 1974528: 2
2026-03-25 13:46:55 [ayvens.be] INFO: Extracting data for car ID: 1974528
2026-03-25 13:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa9c33e9-ea01-5815-ac4f-0cd83215ee2a with identifier: 1974528
2026-03-25 13:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa9c33e9-ea01-5815-ac4f-0cd83215ee2a with scrape type 2
2026-03-25 13:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa9c33e9-ea01-5815-ac4f-0cd83215ee2a with scrape type 2
2026-03-25 13:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fa9c33e9-ea01-5815-ac4f-0cd83215ee2a, identifier: 1974528
2026-03-25 13:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fa9c33e9-ea01-5815-ac4f-0cd83215ee2a with identifier: 1974528
2026-03-25 13:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fa9c33e9-ea01-5815-ac4f-0cd83215ee2a with identifier: 1974528
2026-03-25 13:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fa9c33e9-ea01-5815-ac4f-0cd83215ee2a with identifier: 1974528 to the API
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'fa9c33e9-ea01-5815-ac4f-0cd83215ee2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 58985,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-13',
'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-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974528%27 HTTP/1.1" 200 None
2026-03-25 13:46:55 [ayvens.be] INFO: Saving data for 1974528: {'auction_closing_time': 1774513800.0, 'created_time': 1774046831.524526, 'last_price_update_time': 1774446415.618178}
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974528') HTTP/1.1" 204 0
2026-03-25 13:46:55 [ayvens.be] INFO: Found listing with ID: 1974529
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974529%27 HTTP/1.1" 200 None
2026-03-25 13:46:55 [ayvens.be] INFO: Scrape type for 1974529: 2
2026-03-25 13:46:55 [ayvens.be] INFO: Extracting data for car ID: 1974529
2026-03-25 13:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82fe61df-f0ca-5eb5-8169-761ccd5f0620 with identifier: 1974529
2026-03-25 13:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82fe61df-f0ca-5eb5-8169-761ccd5f0620 with scrape type 2
2026-03-25 13:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82fe61df-f0ca-5eb5-8169-761ccd5f0620 with scrape type 2
2026-03-25 13:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 82fe61df-f0ca-5eb5-8169-761ccd5f0620, identifier: 1974529
2026-03-25 13:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 82fe61df-f0ca-5eb5-8169-761ccd5f0620 with identifier: 1974529
2026-03-25 13:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 82fe61df-f0ca-5eb5-8169-761ccd5f0620 with identifier: 1974529
2026-03-25 13:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 82fe61df-f0ca-5eb5-8169-761ccd5f0620 with identifier: 1974529 to the API
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '82fe61df-f0ca-5eb5-8169-761ccd5f0620',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 DIESEL - 2019',
'odometer': 138850,
'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 208 DIESEL - 2019 1.5 BlueHDi Active',
'transmission': 'manual',
'trim': '1.5 BlueHDi Active',
'vin': None,
'year': 2020}
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974529%27 HTTP/1.1" 200 None
2026-03-25 13:46:56 [ayvens.be] INFO: Saving data for 1974529: {'auction_closing_time': 1774513800.0, 'created_time': 1774046832.892216, 'last_price_update_time': 1774446416.021027}
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974529') HTTP/1.1" 204 0
2026-03-25 13:46:56 [ayvens.be] INFO: Found listing with ID: 1974530
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974530%27 HTTP/1.1" 200 None
2026-03-25 13:46:56 [ayvens.be] INFO: Scrape type for 1974530: 2
2026-03-25 13:46:56 [ayvens.be] INFO: Extracting data for car ID: 1974530
2026-03-25 13:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f95e72d-d5f4-5d0a-8892-cd51eae6e8ca with identifier: 1974530
2026-03-25 13:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f95e72d-d5f4-5d0a-8892-cd51eae6e8ca with scrape type 2
2026-03-25 13:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f95e72d-d5f4-5d0a-8892-cd51eae6e8ca with scrape type 2
2026-03-25 13:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7f95e72d-d5f4-5d0a-8892-cd51eae6e8ca, identifier: 1974530
2026-03-25 13:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7f95e72d-d5f4-5d0a-8892-cd51eae6e8ca with identifier: 1974530
2026-03-25 13:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7f95e72d-d5f4-5d0a-8892-cd51eae6e8ca with identifier: 1974530
2026-03-25 13:46:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7f95e72d-d5f4-5d0a-8892-cd51eae6e8ca with identifier: 1974530 to the API
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '7f95e72d-d5f4-5d0a-8892-cd51eae6e8ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X4',
'odometer': 46934,
'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 X4 2.0 XDRIVE20D 140KW AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 XDRIVE20D 140KW AUTO 4WD',
'vin': None,
'year': 2021}
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974530%27 HTTP/1.1" 200 None
2026-03-25 13:46:56 [ayvens.be] INFO: Saving data for 1974530: {'auction_closing_time': 1774513800.0, 'created_time': 1774046835.071063, 'last_price_update_time': 1774446416.420223}
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974530') HTTP/1.1" 204 0
2026-03-25 13:46:56 [ayvens.be] INFO: Found listing with ID: 1974531
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974531%27 HTTP/1.1" 200 None
2026-03-25 13:46:56 [ayvens.be] INFO: Scrape type for 1974531: 2
2026-03-25 13:46:56 [ayvens.be] INFO: Extracting data for car ID: 1974531
2026-03-25 13:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dad4455-ef02-5499-8fe4-43bb9e7faaee with identifier: 1974531
2026-03-25 13:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dad4455-ef02-5499-8fe4-43bb9e7faaee with scrape type 2
2026-03-25 13:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dad4455-ef02-5499-8fe4-43bb9e7faaee with scrape type 2
2026-03-25 13:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8dad4455-ef02-5499-8fe4-43bb9e7faaee, identifier: 1974531
2026-03-25 13:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8dad4455-ef02-5499-8fe4-43bb9e7faaee with identifier: 1974531
2026-03-25 13:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8dad4455-ef02-5499-8fe4-43bb9e7faaee with identifier: 1974531
2026-03-25 13:46:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8dad4455-ef02-5499-8fe4-43bb9e7faaee with identifier: 1974531 to the API
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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.6L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '8dad4455-ef02-5499-8fe4-43bb9e7faaee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI DIESEL - 2017',
'odometer': 189067,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI DIESEL - 2017 1.6 CR TDi Style DSG',
'transmission': 'automatic',
'trim': '1.6 CR TDi Style DSG',
'vin': None,
'year': 2018}
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974531%27 HTTP/1.1" 200 None
2026-03-25 13:46:56 [ayvens.be] INFO: Saving data for 1974531: {'auction_closing_time': 1774513800.0, 'created_time': 1774046836.795013, 'last_price_update_time': 1774446416.803285}
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974531') HTTP/1.1" 204 0
2026-03-25 13:46:56 [ayvens.be] INFO: Found listing with ID: 1974532
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974532%27 HTTP/1.1" 200 None
2026-03-25 13:46:56 [ayvens.be] INFO: Scrape type for 1974532: 2
2026-03-25 13:46:56 [ayvens.be] INFO: Extracting data for car ID: 1974532
2026-03-25 13:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b5d1a30-2cf9-510a-b2c6-062a087a1e2a with identifier: 1974532
2026-03-25 13:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b5d1a30-2cf9-510a-b2c6-062a087a1e2a with scrape type 2
2026-03-25 13:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b5d1a30-2cf9-510a-b2c6-062a087a1e2a with scrape type 2
2026-03-25 13:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4b5d1a30-2cf9-510a-b2c6-062a087a1e2a, identifier: 1974532
2026-03-25 13:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4b5d1a30-2cf9-510a-b2c6-062a087a1e2a with identifier: 1974532
2026-03-25 13:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4b5d1a30-2cf9-510a-b2c6-062a087a1e2a with identifier: 1974532
2026-03-25 13:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4b5d1a30-2cf9-510a-b2c6-062a087a1e2a with identifier: 1974532 to the API
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '4b5d1a30-2cf9-510a-b2c6-062a087a1e2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008 DIESEL - 2020',
'odometer': 117482,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-30',
'seats_number': 7,
'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-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974532%27 HTTP/1.1" 200 None
2026-03-25 13:46:57 [ayvens.be] INFO: Saving data for 1974532: {'auction_closing_time': 1774513800.0, 'created_time': 1774046838.606115, 'last_price_update_time': 1774446417.191012}
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974532') HTTP/1.1" 204 0
2026-03-25 13:46:57 [ayvens.be] INFO: Found listing with ID: 1974533
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974533%27 HTTP/1.1" 200 None
2026-03-25 13:46:57 [ayvens.be] INFO: Scrape type for 1974533: 2
2026-03-25 13:46:57 [ayvens.be] INFO: Extracting data for car ID: 1974533
2026-03-25 13:46:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7daeacc-b77a-5bdc-a93d-295822620fd6 with identifier: 1974533
2026-03-25 13:46:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7daeacc-b77a-5bdc-a93d-295822620fd6 with scrape type 2
2026-03-25 13:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7daeacc-b77a-5bdc-a93d-295822620fd6 with scrape type 2
2026-03-25 13:46:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f7daeacc-b77a-5bdc-a93d-295822620fd6, identifier: 1974533
2026-03-25 13:46:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f7daeacc-b77a-5bdc-a93d-295822620fd6 with identifier: 1974533
2026-03-25 13:46:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f7daeacc-b77a-5bdc-a93d-295822620fd6 with identifier: 1974533
2026-03-25 13:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f7daeacc-b77a-5bdc-a93d-295822620fd6 with identifier: 1974533 to the API
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'f7daeacc-b77a-5bdc-a93d-295822620fd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI - 2017',
'odometer': 146991,
'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': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI - 2017 1.0 TSI Style',
'transmission': 'manual',
'trim': '1.0 TSI Style',
'vin': None,
'year': 2019}
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974533%27 HTTP/1.1" 200 None
2026-03-25 13:46:57 [ayvens.be] INFO: Saving data for 1974533: {'auction_closing_time': 1774513800.0, 'created_time': 1774046839.89139, 'last_price_update_time': 1774446417.576304}
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974533') HTTP/1.1" 204 0
2026-03-25 13:46:57 [ayvens.be] INFO: Found listing with ID: 1974534
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974534%27 HTTP/1.1" 200 None
2026-03-25 13:46:57 [ayvens.be] INFO: Scrape type for 1974534: 2
2026-03-25 13:46:57 [ayvens.be] INFO: Extracting data for car ID: 1974534
2026-03-25 13:46:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05368a29-b66c-5191-938c-d08064541e71 with identifier: 1974534
2026-03-25 13:46:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05368a29-b66c-5191-938c-d08064541e71 with scrape type 2
2026-03-25 13:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05368a29-b66c-5191-938c-d08064541e71 with scrape type 2
2026-03-25 13:46:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 05368a29-b66c-5191-938c-d08064541e71, identifier: 1974534
2026-03-25 13:46:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 05368a29-b66c-5191-938c-d08064541e71 with identifier: 1974534
2026-03-25 13:46:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 05368a29-b66c-5191-938c-d08064541e71 with identifier: 1974534
2026-03-25 13:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 05368a29-b66c-5191-938c-d08064541e71 with identifier: 1974534 to the API
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '05368a29-b66c-5191-938c-d08064541e71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 3 TOURING',
'odometer': 173837,
'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': 'BMW SERIE 3 TOURING 2.0 318DA (100KW) TOURING',
'transmission': 'automatic',
'trim': '2.0 318DA (100KW) TOURING',
'vin': None,
'year': 2021}
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974534%27 HTTP/1.1" 200 None
2026-03-25 13:46:58 [ayvens.be] INFO: Saving data for 1974534: {'auction_closing_time': 1774513800.0, 'created_time': 1774046842.059507, 'last_price_update_time': 1774446418.070751}
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974534') HTTP/1.1" 204 0
2026-03-25 13:46:58 [ayvens.be] INFO: Found listing with ID: 1974535
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974535%27 HTTP/1.1" 200 None
2026-03-25 13:46:58 [ayvens.be] INFO: Scrape type for 1974535: 2
2026-03-25 13:46:58 [ayvens.be] INFO: Extracting data for car ID: 1974535
2026-03-25 13:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fcda17b-c8d8-5a0e-8ece-2df189c4d48d with identifier: 1974535
2026-03-25 13:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fcda17b-c8d8-5a0e-8ece-2df189c4d48d with scrape type 2
2026-03-25 13:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fcda17b-c8d8-5a0e-8ece-2df189c4d48d with scrape type 2
2026-03-25 13:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5fcda17b-c8d8-5a0e-8ece-2df189c4d48d, identifier: 1974535
2026-03-25 13:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5fcda17b-c8d8-5a0e-8ece-2df189c4d48d with identifier: 1974535
2026-03-25 13:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5fcda17b-c8d8-5a0e-8ece-2df189c4d48d with identifier: 1974535
2026-03-25 13:46:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5fcda17b-c8d8-5a0e-8ece-2df189c4d48d with identifier: 1974535 to the API
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '5fcda17b-c8d8-5a0e-8ece-2df189c4d48d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT DIESEL - 2019',
'odometer': 120357,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT DIESEL - 2019 2.0 TDi SCR Style Business '
'DSG',
'transmission': 'automatic',
'trim': '2.0 TDi SCR Style Business DSG',
'vin': None,
'year': 2020}
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974535%27 HTTP/1.1" 200 None
2026-03-25 13:46:58 [ayvens.be] INFO: Saving data for 1974535: {'auction_closing_time': 1774513800.0, 'created_time': 1774046843.501652, 'last_price_update_time': 1774446418.512681}
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974535') HTTP/1.1" 204 0
2026-03-25 13:46:58 [ayvens.be] INFO: Found listing with ID: 1974536
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974536%27 HTTP/1.1" 200 None
2026-03-25 13:46:58 [ayvens.be] INFO: Scrape type for 1974536: 2
2026-03-25 13:46:58 [ayvens.be] INFO: Extracting data for car ID: 1974536
2026-03-25 13:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bba9ae9-0604-572c-94af-489a3d2b310a with identifier: 1974536
2026-03-25 13:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bba9ae9-0604-572c-94af-489a3d2b310a with scrape type 2
2026-03-25 13:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bba9ae9-0604-572c-94af-489a3d2b310a with scrape type 2
2026-03-25 13:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3bba9ae9-0604-572c-94af-489a3d2b310a, identifier: 1974536
2026-03-25 13:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3bba9ae9-0604-572c-94af-489a3d2b310a with identifier: 1974536
2026-03-25 13:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3bba9ae9-0604-572c-94af-489a3d2b310a with identifier: 1974536
2026-03-25 13:46:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3bba9ae9-0604-572c-94af-489a3d2b310a with identifier: 1974536 to the API
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46: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-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '3bba9ae9-0604-572c-94af-489a3d2b310a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 226351,
'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': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 180 D BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '2.0 CLA 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974536%27 HTTP/1.1" 200 None
2026-03-25 13:46:58 [ayvens.be] INFO: Saving data for 1974536: {'auction_closing_time': 1774513800.0, 'created_time': 1774046845.295853, 'last_price_update_time': 1774446418.897247}
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974536') HTTP/1.1" 204 0
2026-03-25 13:46:58 [ayvens.be] INFO: Found listing with ID: 1974537
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974537%27 HTTP/1.1" 200 None
2026-03-25 13:46:58 [ayvens.be] INFO: Scrape type for 1974537: 2
2026-03-25 13:46:58 [ayvens.be] INFO: Extracting data for car ID: 1974537
2026-03-25 13:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 373fe86b-c915-55e2-8e9a-6fae2689aa59 with identifier: 1974537
2026-03-25 13:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 373fe86b-c915-55e2-8e9a-6fae2689aa59 with scrape type 2
2026-03-25 13:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 373fe86b-c915-55e2-8e9a-6fae2689aa59 with scrape type 2
2026-03-25 13:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 373fe86b-c915-55e2-8e9a-6fae2689aa59, identifier: 1974537
2026-03-25 13:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 373fe86b-c915-55e2-8e9a-6fae2689aa59 with identifier: 1974537
2026-03-25 13:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 373fe86b-c915-55e2-8e9a-6fae2689aa59 with identifier: 1974537
2026-03-25 13:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 373fe86b-c915-55e2-8e9a-6fae2689aa59 with identifier: 1974537 to the API
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '373fe86b-c915-55e2-8e9a-6fae2689aa59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008 DIESEL - 2017',
'odometer': 123891,
'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': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2017 1.5 BlueHDi GT Line (EU6.2) STOCK',
'transmission': 'automatic',
'trim': '1.5 BlueHDi GT Line (EU6.2) STOCK',
'vin': None,
'year': 2020}
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974537%27 HTTP/1.1" 200 None
2026-03-25 13:46:59 [ayvens.be] INFO: Saving data for 1974537: {'auction_closing_time': 1774513800.0, 'created_time': 1774046847.856479, 'last_price_update_time': 1774446419.279517}
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974537') HTTP/1.1" 204 0
2026-03-25 13:46:59 [ayvens.be] INFO: Found listing with ID: 1974538
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974538%27 HTTP/1.1" 200 None
2026-03-25 13:46:59 [ayvens.be] INFO: Scrape type for 1974538: 2
2026-03-25 13:46:59 [ayvens.be] INFO: Extracting data for car ID: 1974538
2026-03-25 13:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 272cf0b7-ec98-56cc-ac0c-7ad35454350a with identifier: 1974538
2026-03-25 13:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 272cf0b7-ec98-56cc-ac0c-7ad35454350a with scrape type 2
2026-03-25 13:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 272cf0b7-ec98-56cc-ac0c-7ad35454350a with scrape type 2
2026-03-25 13:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 272cf0b7-ec98-56cc-ac0c-7ad35454350a, identifier: 1974538
2026-03-25 13:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 272cf0b7-ec98-56cc-ac0c-7ad35454350a with identifier: 1974538
2026-03-25 13:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 272cf0b7-ec98-56cc-ac0c-7ad35454350a with identifier: 1974538
2026-03-25 13:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 272cf0b7-ec98-56cc-ac0c-7ad35454350a with identifier: 1974538 to the API
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:46: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '272cf0b7-ec98-56cc-ac0c-7ad35454350a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES BERLINE',
'odometer': 186846,
'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': 'BMW 3 SERIES BERLINE 2.0 318D (100KW) BERLINE',
'transmission': 'manual',
'trim': '2.0 318D (100KW) BERLINE',
'vin': None,
'year': 2022}
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974538%27 HTTP/1.1" 200 None
2026-03-25 13:46:59 [ayvens.be] INFO: Saving data for 1974538: {'auction_closing_time': 1774513800.0, 'created_time': 1774046849.475274, 'last_price_update_time': 1774446419.67492}
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974538') HTTP/1.1" 204 0
2026-03-25 13:46:59 [ayvens.be] INFO: Found listing with ID: 1974539
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974539%27 HTTP/1.1" 200 None
2026-03-25 13:46:59 [ayvens.be] INFO: Scrape type for 1974539: 2
2026-03-25 13:46:59 [ayvens.be] INFO: Extracting data for car ID: 1974539
2026-03-25 13:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1974539
2026-03-25 13:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81b859eb-2d0f-5da7-8500-172f1eebee15 with scrape type 2
2026-03-25 13:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81b859eb-2d0f-5da7-8500-172f1eebee15 with scrape type 2
2026-03-25 13:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 81b859eb-2d0f-5da7-8500-172f1eebee15, identifier: 1974539
2026-03-25 13:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1974539
2026-03-25 13:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1974539
2026-03-25 13:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 81b859eb-2d0f-5da7-8500-172f1eebee15 with identifier: 1974539 to the API
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-03-26T08:30: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/40871',
'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-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974539%27 HTTP/1.1" 200 None
2026-03-25 13:47:00 [ayvens.be] INFO: Saving data for 1974539: {'auction_closing_time': 1774513800.0, 'created_time': 1774046850.906304, 'last_price_update_time': 1774446420.081061}
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974539') HTTP/1.1" 204 0
2026-03-25 13:47:00 [ayvens.be] INFO: Found listing with ID: 1974540
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974540%27 HTTP/1.1" 200 None
2026-03-25 13:47:00 [ayvens.be] INFO: Scrape type for 1974540: 2
2026-03-25 13:47:00 [ayvens.be] INFO: Extracting data for car ID: 1974540
2026-03-25 13:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39418191-1b08-58be-854a-31d8cfcfe658 with identifier: 1974540
2026-03-25 13:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39418191-1b08-58be-854a-31d8cfcfe658 with scrape type 2
2026-03-25 13:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39418191-1b08-58be-854a-31d8cfcfe658 with scrape type 2
2026-03-25 13:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 39418191-1b08-58be-854a-31d8cfcfe658, identifier: 1974540
2026-03-25 13:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 39418191-1b08-58be-854a-31d8cfcfe658 with identifier: 1974540
2026-03-25 13:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 39418191-1b08-58be-854a-31d8cfcfe658 with identifier: 1974540
2026-03-25 13:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 39418191-1b08-58be-854a-31d8cfcfe658 with identifier: 1974540 to the API
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '39418191-1b08-58be-854a-31d8cfcfe658',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLB',
'odometer': 145205,
'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': 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': 2021}
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974540%27 HTTP/1.1" 200 None
2026-03-25 13:47:00 [ayvens.be] INFO: Saving data for 1974540: {'auction_closing_time': 1774513800.0, 'created_time': 1774046857.110386, 'last_price_update_time': 1774446420.473983}
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974540') HTTP/1.1" 204 0
2026-03-25 13:47:00 [ayvens.be] INFO: Found listing with ID: 1974541
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974541%27 HTTP/1.1" 200 None
2026-03-25 13:47:00 [ayvens.be] INFO: Scrape type for 1974541: 2
2026-03-25 13:47:00 [ayvens.be] INFO: Extracting data for car ID: 1974541
2026-03-25 13:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd85ec24-d648-5f8e-9b7f-286c4ce1a597 with identifier: 1974541
2026-03-25 13:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd85ec24-d648-5f8e-9b7f-286c4ce1a597 with scrape type 2
2026-03-25 13:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd85ec24-d648-5f8e-9b7f-286c4ce1a597 with scrape type 2
2026-03-25 13:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bd85ec24-d648-5f8e-9b7f-286c4ce1a597, identifier: 1974541
2026-03-25 13:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bd85ec24-d648-5f8e-9b7f-286c4ce1a597 with identifier: 1974541
2026-03-25 13:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bd85ec24-d648-5f8e-9b7f-286c4ce1a597 with identifier: 1974541
2026-03-25 13:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bd85ec24-d648-5f8e-9b7f-286c4ce1a597 with identifier: 1974541 to the API
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'bd85ec24-d648-5f8e-9b7f-286c4ce1a597',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 78203,
'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': 'BMW 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '2.0 320E TOURING',
'vin': None,
'year': 2022}
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974541%27 HTTP/1.1" 200 None
2026-03-25 13:47:00 [ayvens.be] INFO: Saving data for 1974541: {'auction_closing_time': 1774513800.0, 'created_time': 1774046857.659234, 'last_price_update_time': 1774446420.867175}
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974541') HTTP/1.1" 204 0
2026-03-25 13:47:00 [ayvens.be] INFO: Found listing with ID: 1974542
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974542%27 HTTP/1.1" 200 None
2026-03-25 13:47:00 [ayvens.be] INFO: Scrape type for 1974542: 2
2026-03-25 13:47:00 [ayvens.be] INFO: Extracting data for car ID: 1974542
2026-03-25 13:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdea2aab-1ac3-55d3-99f1-1283801a8e85 with identifier: 1974542
2026-03-25 13:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdea2aab-1ac3-55d3-99f1-1283801a8e85 with scrape type 2
2026-03-25 13:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdea2aab-1ac3-55d3-99f1-1283801a8e85 with scrape type 2
2026-03-25 13:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bdea2aab-1ac3-55d3-99f1-1283801a8e85, identifier: 1974542
2026-03-25 13:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bdea2aab-1ac3-55d3-99f1-1283801a8e85 with identifier: 1974542
2026-03-25 13:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bdea2aab-1ac3-55d3-99f1-1283801a8e85 with identifier: 1974542
2026-03-25 13:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bdea2aab-1ac3-55d3-99f1-1283801a8e85 with identifier: 1974542 to the API
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-03-26T08:30:00Z',
'fuel_type': 'electric',
'id': 'bdea2aab-1ac3-55d3-99f1-1283801a8e85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 100833,
'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': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'BEV 75KWH LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974542%27 HTTP/1.1" 200 None
2026-03-25 13:47:01 [ayvens.be] INFO: Saving data for 1974542: {'auction_closing_time': 1774513800.0, 'created_time': 1774046855.244776, 'last_price_update_time': 1774446421.277531}
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974542') HTTP/1.1" 204 0
2026-03-25 13:47:01 [ayvens.be] INFO: Found listing with ID: 1974543
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974543%27 HTTP/1.1" 200 None
2026-03-25 13:47:01 [ayvens.be] INFO: Scrape type for 1974543: 2
2026-03-25 13:47:01 [ayvens.be] INFO: Extracting data for car ID: 1974543
2026-03-25 13:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 879336d6-9c01-5bd0-84f6-4f6c0d96c55a with identifier: 1974543
2026-03-25 13:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 879336d6-9c01-5bd0-84f6-4f6c0d96c55a with scrape type 2
2026-03-25 13:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 879336d6-9c01-5bd0-84f6-4f6c0d96c55a with scrape type 2
2026-03-25 13:47:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 879336d6-9c01-5bd0-84f6-4f6c0d96c55a, identifier: 1974543
2026-03-25 13:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 879336d6-9c01-5bd0-84f6-4f6c0d96c55a with identifier: 1974543
2026-03-25 13:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 879336d6-9c01-5bd0-84f6-4f6c0d96c55a with identifier: 1974543
2026-03-25 13:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 879336d6-9c01-5bd0-84f6-4f6c0d96c55a with identifier: 1974543 to the API
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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.6L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '879336d6-9c01-5bd0-84f6-4f6c0d96c55a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 82315,
'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': 'KIA SPORTAGE 1.6 T-GDI 150 PULSE',
'transmission': 'manual',
'trim': '1.6 T-GDI 150 PULSE',
'vin': None,
'year': 2022}
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974543%27 HTTP/1.1" 200 None
2026-03-25 13:47:01 [ayvens.be] INFO: Saving data for 1974543: {'auction_closing_time': 1774513800.0, 'created_time': 1774046856.759234, 'last_price_update_time': 1774446421.755534}
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974543') HTTP/1.1" 204 0
2026-03-25 13:47:01 [ayvens.be] INFO: Found listing with ID: 1974544
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974544%27 HTTP/1.1" 200 None
2026-03-25 13:47:01 [ayvens.be] INFO: Scrape type for 1974544: 2
2026-03-25 13:47:01 [ayvens.be] INFO: Extracting data for car ID: 1974544
2026-03-25 13:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa63f63b-54f3-5d7b-a8fd-a9b6de6f9224 with identifier: 1974544
2026-03-25 13:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa63f63b-54f3-5d7b-a8fd-a9b6de6f9224 with scrape type 2
2026-03-25 13:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa63f63b-54f3-5d7b-a8fd-a9b6de6f9224 with scrape type 2
2026-03-25 13:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fa63f63b-54f3-5d7b-a8fd-a9b6de6f9224, identifier: 1974544
2026-03-25 13:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fa63f63b-54f3-5d7b-a8fd-a9b6de6f9224 with identifier: 1974544
2026-03-25 13:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fa63f63b-54f3-5d7b-a8fd-a9b6de6f9224 with identifier: 1974544
2026-03-25 13:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fa63f63b-54f3-5d7b-a8fd-a9b6de6f9224 with identifier: 1974544 to the API
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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.9L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'fa63f63b-54f3-5d7b-a8fd-a9b6de6f9224',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'VITO',
'odometer': 152255,
'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': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ VITO 2.0 120KW 116 CDI SWB MIXTO L2',
'transmission': 'manual',
'trim': '2.0 120KW 116 CDI SWB MIXTO L2',
'vin': None,
'year': 2022}
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974544%27 HTTP/1.1" 200 None
2026-03-25 13:47:02 [ayvens.be] INFO: Saving data for 1974544: {'auction_closing_time': 1774513800.0, 'created_time': 1774046858.984841, 'last_price_update_time': 1774446422.30895}
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974544') HTTP/1.1" 204 0
2026-03-25 13:47:02 [ayvens.be] INFO: Found listing with ID: 1974545
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974545%27 HTTP/1.1" 200 None
2026-03-25 13:47:02 [ayvens.be] INFO: Scrape type for 1974545: 2
2026-03-25 13:47:02 [ayvens.be] INFO: Extracting data for car ID: 1974545
2026-03-25 13:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbcbbfaa-6827-5d53-8c32-e3c510fe899c with identifier: 1974545
2026-03-25 13:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbcbbfaa-6827-5d53-8c32-e3c510fe899c with scrape type 2
2026-03-25 13:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbcbbfaa-6827-5d53-8c32-e3c510fe899c with scrape type 2
2026-03-25 13:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bbcbbfaa-6827-5d53-8c32-e3c510fe899c, identifier: 1974545
2026-03-25 13:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bbcbbfaa-6827-5d53-8c32-e3c510fe899c with identifier: 1974545
2026-03-25 13:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bbcbbfaa-6827-5d53-8c32-e3c510fe899c with identifier: 1974545
2026-03-25 13:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bbcbbfaa-6827-5d53-8c32-e3c510fe899c with identifier: 1974545 to the API
2026-03-25 13:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'bbcbbfaa-6827-5d53-8c32-e3c510fe899c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI',
'odometer': 78351,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-21',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY MAXI 1.5TSI 84KW BMT MAXI DRIVE',
'transmission': 'manual',
'trim': '1.5TSI 84KW BMT MAXI DRIVE',
'vin': None,
'year': 2023}
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974545%27 HTTP/1.1" 200 None
2026-03-25 13:47:03 [ayvens.be] INFO: Saving data for 1974545: {'auction_closing_time': 1774513800.0, 'created_time': 1774046860.653033, 'last_price_update_time': 1774446423.558551}
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974545') HTTP/1.1" 204 0
2026-03-25 13:47:03 [ayvens.be] INFO: Found listing with ID: 1974546
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974546%27 HTTP/1.1" 200 None
2026-03-25 13:47:03 [ayvens.be] INFO: Scrape type for 1974546: 2
2026-03-25 13:47:03 [ayvens.be] INFO: Extracting data for car ID: 1974546
2026-03-25 13:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1974546
2026-03-25 13:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba6157f0-92a1-5050-951a-f02475e00dae with scrape type 2
2026-03-25 13:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba6157f0-92a1-5050-951a-f02475e00dae with scrape type 2
2026-03-25 13:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ba6157f0-92a1-5050-951a-f02475e00dae, identifier: 1974546
2026-03-25 13:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1974546
2026-03-25 13:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1974546
2026-03-25 13:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ba6157f0-92a1-5050-951a-f02475e00dae with identifier: 1974546 to the API
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30: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/40871',
'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-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974546%27 HTTP/1.1" 200 None
2026-03-25 13:47:03 [ayvens.be] INFO: Saving data for 1974546: {'auction_closing_time': 1774513800.0, 'created_time': 1774046861.832722, 'last_price_update_time': 1774446423.935735}
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974546') HTTP/1.1" 204 0
2026-03-25 13:47:03 [ayvens.be] INFO: Found listing with ID: 1974547
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974547%27 HTTP/1.1" 200 None
2026-03-25 13:47:03 [ayvens.be] INFO: Scrape type for 1974547: 2
2026-03-25 13:47:03 [ayvens.be] INFO: Extracting data for car ID: 1974547
2026-03-25 13:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1974547
2026-03-25 13:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a with scrape type 2
2026-03-25 13:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 614090ff-627e-5a45-ad6b-0bc3cfa2266a with scrape type 2
2026-03-25 13:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 614090ff-627e-5a45-ad6b-0bc3cfa2266a, identifier: 1974547
2026-03-25 13:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1974547
2026-03-25 13:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1974547
2026-03-25 13:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 614090ff-627e-5a45-ad6b-0bc3cfa2266a with identifier: 1974547 to the API
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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.0L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974547%27 HTTP/1.1" 200 None
2026-03-25 13:47:04 [ayvens.be] INFO: Saving data for 1974547: {'auction_closing_time': 1774513800.0, 'created_time': 1774046863.266422, 'last_price_update_time': 1774446424.308521}
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974547') HTTP/1.1" 204 0
2026-03-25 13:47:04 [ayvens.be] INFO: Found listing with ID: 1974548
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974548%27 HTTP/1.1" 200 None
2026-03-25 13:47:04 [ayvens.be] INFO: Scrape type for 1974548: 2
2026-03-25 13:47:04 [ayvens.be] INFO: Extracting data for car ID: 1974548
2026-03-25 13:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1974548
2026-03-25 13:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2d27c44-c77c-505e-93df-2041e7ceec72 with scrape type 2
2026-03-25 13:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2d27c44-c77c-505e-93df-2041e7ceec72 with scrape type 2
2026-03-25 13:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b2d27c44-c77c-505e-93df-2041e7ceec72, identifier: 1974548
2026-03-25 13:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1974548
2026-03-25 13:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1974548
2026-03-25 13:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b2d27c44-c77c-505e-93df-2041e7ceec72 with identifier: 1974548 to the API
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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.0L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974548%27 HTTP/1.1" 200 None
2026-03-25 13:47:04 [ayvens.be] INFO: Saving data for 1974548: {'auction_closing_time': 1774513800.0, 'created_time': 1774046864.482576, 'last_price_update_time': 1774446424.680251}
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974548') HTTP/1.1" 204 0
2026-03-25 13:47:04 [ayvens.be] INFO: Found listing with ID: 1974549
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974549%27 HTTP/1.1" 200 None
2026-03-25 13:47:04 [ayvens.be] INFO: Scrape type for 1974549: 2
2026-03-25 13:47:04 [ayvens.be] INFO: Extracting data for car ID: 1974549
2026-03-25 13:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1974549
2026-03-25 13:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with scrape type 2
2026-03-25 13:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with scrape type 2
2026-03-25 13:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2, identifier: 1974549
2026-03-25 13:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1974549
2026-03-25 13:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1974549
2026-03-25 13:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 47fff314-ef4f-5e31-bb30-6e5d411dc9a2 with identifier: 1974549 to the API
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30: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/40871',
'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-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974549%27 HTTP/1.1" 200 None
2026-03-25 13:47:05 [ayvens.be] INFO: Saving data for 1974549: {'auction_closing_time': 1774513800.0, 'created_time': 1774046866.251204, 'last_price_update_time': 1774446425.084955}
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974549') HTTP/1.1" 204 0
2026-03-25 13:47:05 [ayvens.be] INFO: Found listing with ID: 1974550
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974550%27 HTTP/1.1" 200 None
2026-03-25 13:47:05 [ayvens.be] INFO: Scrape type for 1974550: 2
2026-03-25 13:47:05 [ayvens.be] INFO: Extracting data for car ID: 1974550
2026-03-25 13:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c51688e7-e4e8-5cb4-ace7-fbdd7a64cd6b with identifier: 1974550
2026-03-25 13:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c51688e7-e4e8-5cb4-ace7-fbdd7a64cd6b with scrape type 2
2026-03-25 13:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c51688e7-e4e8-5cb4-ace7-fbdd7a64cd6b with scrape type 2
2026-03-25 13:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c51688e7-e4e8-5cb4-ace7-fbdd7a64cd6b, identifier: 1974550
2026-03-25 13:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c51688e7-e4e8-5cb4-ace7-fbdd7a64cd6b with identifier: 1974550
2026-03-25 13:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c51688e7-e4e8-5cb4-ace7-fbdd7a64cd6b with identifier: 1974550
2026-03-25 13:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c51688e7-e4e8-5cb4-ace7-fbdd7a64cd6b with identifier: 1974550 to the API
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'c51688e7-e4e8-5cb4-ace7-fbdd7a64cd6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA DIESEL - 2020',
'odometer': 243771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA DIESEL - 2020 1.5 TDCi EB FWD Trend',
'transmission': 'automatic',
'trim': '1.5 TDCi EB FWD Trend',
'vin': None,
'year': 2021}
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974550%27 HTTP/1.1" 200 None
2026-03-25 13:47:05 [ayvens.be] INFO: Saving data for 1974550: {'auction_closing_time': 1774513800.0, 'created_time': 1774046868.303511, 'last_price_update_time': 1774446425.506914}
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974550') HTTP/1.1" 204 0
2026-03-25 13:47:05 [ayvens.be] INFO: Found listing with ID: 1974551
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974551%27 HTTP/1.1" 200 None
2026-03-25 13:47:05 [ayvens.be] INFO: Scrape type for 1974551: 2
2026-03-25 13:47:05 [ayvens.be] INFO: Extracting data for car ID: 1974551
2026-03-25 13:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9226205c-4c5a-5569-b842-0e667c0eeb97 with identifier: 1974551
2026-03-25 13:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9226205c-4c5a-5569-b842-0e667c0eeb97 with scrape type 2
2026-03-25 13:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9226205c-4c5a-5569-b842-0e667c0eeb97 with scrape type 2
2026-03-25 13:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9226205c-4c5a-5569-b842-0e667c0eeb97, identifier: 1974551
2026-03-25 13:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9226205c-4c5a-5569-b842-0e667c0eeb97 with identifier: 1974551
2026-03-25 13:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9226205c-4c5a-5569-b842-0e667c0eeb97 with identifier: 1974551
2026-03-25 13:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9226205c-4c5a-5569-b842-0e667c0eeb97 with identifier: 1974551 to the API
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '9226205c-4c5a-5569-b842-0e667c0eeb97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 108930,
'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': 'AUDI A3 2.0 TDI 30 85KW S LINE',
'transmission': 'manual',
'trim': '2.0 TDI 30 85KW S LINE',
'vin': None,
'year': 2021}
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974551%27 HTTP/1.1" 200 None
2026-03-25 13:47:05 [ayvens.be] INFO: Saving data for 1974551: {'auction_closing_time': 1774513800.0, 'created_time': 1774046869.958386, 'last_price_update_time': 1774446425.910096}
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974551') HTTP/1.1" 204 0
2026-03-25 13:47:05 [ayvens.be] INFO: Found listing with ID: 1974552
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974552%27 HTTP/1.1" 200 None
2026-03-25 13:47:05 [ayvens.be] INFO: Scrape type for 1974552: 2
2026-03-25 13:47:05 [ayvens.be] INFO: Extracting data for car ID: 1974552
2026-03-25 13:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 526cfe77-e954-5a1c-82a4-87ff47c28ef1 with identifier: 1974552
2026-03-25 13:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 526cfe77-e954-5a1c-82a4-87ff47c28ef1 with scrape type 2
2026-03-25 13:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 526cfe77-e954-5a1c-82a4-87ff47c28ef1 with scrape type 2
2026-03-25 13:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 526cfe77-e954-5a1c-82a4-87ff47c28ef1, identifier: 1974552
2026-03-25 13:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 526cfe77-e954-5a1c-82a4-87ff47c28ef1 with identifier: 1974552
2026-03-25 13:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 526cfe77-e954-5a1c-82a4-87ff47c28ef1 with identifier: 1974552
2026-03-25 13:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 526cfe77-e954-5a1c-82a4-87ff47c28ef1 with identifier: 1974552 to the API
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '526cfe77-e954-5a1c-82a4-87ff47c28ef1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER 335 FOURGON MWB HR DSL -',
'odometer': 104846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-24',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.0 BlueHDi L2H2 Premium S&S '
'STOCK',
'transmission': 'manual',
'trim': '2.0 BlueHDi L2H2 Premium S&S STOCK',
'vin': None,
'year': 2019}
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974552%27 HTTP/1.1" 200 None
2026-03-25 13:47:06 [ayvens.be] INFO: Saving data for 1974552: {'auction_closing_time': 1774513800.0, 'created_time': 1774046871.627021, 'last_price_update_time': 1774446426.282539}
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974552') HTTP/1.1" 204 0
2026-03-25 13:47:06 [ayvens.be] INFO: Found listing with ID: 1974553
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974553%27 HTTP/1.1" 200 None
2026-03-25 13:47:06 [ayvens.be] INFO: Scrape type for 1974553: 2
2026-03-25 13:47:06 [ayvens.be] INFO: Extracting data for car ID: 1974553
2026-03-25 13:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 853edc1e-1650-5d17-9e40-e194af28ac3b with identifier: 1974553
2026-03-25 13:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 853edc1e-1650-5d17-9e40-e194af28ac3b with scrape type 2
2026-03-25 13:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 853edc1e-1650-5d17-9e40-e194af28ac3b with scrape type 2
2026-03-25 13:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 853edc1e-1650-5d17-9e40-e194af28ac3b, identifier: 1974553
2026-03-25 13:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 853edc1e-1650-5d17-9e40-e194af28ac3b with identifier: 1974553
2026-03-25 13:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 853edc1e-1650-5d17-9e40-e194af28ac3b with identifier: 1974553
2026-03-25 13:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 853edc1e-1650-5d17-9e40-e194af28ac3b with identifier: 1974553 to the API
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 42,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '853edc1e-1650-5d17-9e40-e194af28ac3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 170535,
'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': 'VOLVO XC60 2.0 T6 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': '2.0 T6 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974553%27 HTTP/1.1" 200 None
2026-03-25 13:47:06 [ayvens.be] INFO: Saving data for 1974553: {'auction_closing_time': 1774513800.0, 'created_time': 1774046872.773591, 'last_price_update_time': 1774446426.661654}
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974553') HTTP/1.1" 204 0
2026-03-25 13:47:06 [ayvens.be] INFO: Found listing with ID: 1974554
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974554%27 HTTP/1.1" 200 None
2026-03-25 13:47:06 [ayvens.be] INFO: Scrape type for 1974554: 2
2026-03-25 13:47:06 [ayvens.be] INFO: Extracting data for car ID: 1974554
2026-03-25 13:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e98b9b2b-1b33-5942-869b-ff6b4ece760e with identifier: 1974554
2026-03-25 13:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e98b9b2b-1b33-5942-869b-ff6b4ece760e with scrape type 2
2026-03-25 13:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e98b9b2b-1b33-5942-869b-ff6b4ece760e with scrape type 2
2026-03-25 13:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e98b9b2b-1b33-5942-869b-ff6b4ece760e, identifier: 1974554
2026-03-25 13:47:06 [scrapy.extensions.logstats] INFO: Crawled 9 pages (at 3 pages/min), scraped 116 items (at 87 items/min)
2026-03-25 13:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 170MiB
2026-03-25 13:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e98b9b2b-1b33-5942-869b-ff6b4ece760e with identifier: 1974554
2026-03-25 13:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e98b9b2b-1b33-5942-869b-ff6b4ece760e with identifier: 1974554
2026-03-25 13:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e98b9b2b-1b33-5942-869b-ff6b4ece760e with identifier: 1974554 to the API
2026-03-25 13:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'e98b9b2b-1b33-5942-869b-ff6b4ece760e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1-serie',
'odometer': 75406,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1-serie 2.0 118D (100KW)',
'transmission': 'manual',
'trim': '2.0 118D (100KW)',
'vin': None,
'year': 2020}
2026-03-25 13:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974554%27 HTTP/1.1" 200 None
2026-03-25 13:47:07 [ayvens.be] INFO: Saving data for 1974554: {'auction_closing_time': 1774513800.0, 'created_time': 1774046874.692352, 'last_price_update_time': 1774446427.070959}
2026-03-25 13:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974554') HTTP/1.1" 204 0
2026-03-25 13:47:07 [ayvens.be] INFO: Found listing with ID: 1974555
2026-03-25 13:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974555%27 HTTP/1.1" 200 None
2026-03-25 13:47:07 [ayvens.be] INFO: Scrape type for 1974555: 2
2026-03-25 13:47:07 [ayvens.be] INFO: Extracting data for car ID: 1974555
2026-03-25 13:47:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a80477ce-badc-5613-9ec8-5c8e5f3e86fc with identifier: 1974555
2026-03-25 13:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a80477ce-badc-5613-9ec8-5c8e5f3e86fc with scrape type 2
2026-03-25 13:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a80477ce-badc-5613-9ec8-5c8e5f3e86fc with scrape type 2
2026-03-25 13:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a80477ce-badc-5613-9ec8-5c8e5f3e86fc, identifier: 1974555
2026-03-25 13:47:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a80477ce-badc-5613-9ec8-5c8e5f3e86fc with identifier: 1974555
2026-03-25 13:47:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a80477ce-badc-5613-9ec8-5c8e5f3e86fc with identifier: 1974555
2026-03-25 13:47:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a80477ce-badc-5613-9ec8-5c8e5f3e86fc with identifier: 1974555 to the API
2026-03-25 13:47:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'a80477ce-badc-5613-9ec8-5c8e5f3e86fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE DIESEL',
'odometer': 187764,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-27',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE DIESEL 2.0 TDi SCR Highline DSG (EU6.2)',
'transmission': 'automatic',
'trim': '2.0 TDi SCR Highline DSG (EU6.2)',
'vin': None,
'year': 2019}
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974555%27 HTTP/1.1" 200 None
2026-03-25 13:47:08 [ayvens.be] INFO: Saving data for 1974555: {'auction_closing_time': 1774513800.0, 'created_time': 1774046875.726761, 'last_price_update_time': 1774446428.08809}
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974555') HTTP/1.1" 204 0
2026-03-25 13:47:08 [ayvens.be] INFO: Found listing with ID: 1974556
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974556%27 HTTP/1.1" 200 None
2026-03-25 13:47:08 [ayvens.be] INFO: Scrape type for 1974556: 2
2026-03-25 13:47:08 [ayvens.be] INFO: Extracting data for car ID: 1974556
2026-03-25 13:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5df81dc2-8901-5407-8674-f05d33caa921 with identifier: 1974556
2026-03-25 13:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5df81dc2-8901-5407-8674-f05d33caa921 with scrape type 2
2026-03-25 13:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5df81dc2-8901-5407-8674-f05d33caa921 with scrape type 2
2026-03-25 13:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5df81dc2-8901-5407-8674-f05d33caa921, identifier: 1974556
2026-03-25 13:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5df81dc2-8901-5407-8674-f05d33caa921 with identifier: 1974556
2026-03-25 13:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5df81dc2-8901-5407-8674-f05d33caa921 with identifier: 1974556
2026-03-25 13:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5df81dc2-8901-5407-8674-f05d33caa921 with identifier: 1974556 to the API
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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.2L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '5df81dc2-8901-5407-8674-f05d33caa921',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER 335 FOURGON MWB HR DSL -',
'odometer': 102207,
'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': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER 335 FOURGON MWB HR DSL - 2.2 BlueHDi L2H2 Premium S&S',
'transmission': 'manual',
'trim': '2.2 BlueHDi L2H2 Premium S&S',
'vin': None,
'year': 2020}
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974556%27 HTTP/1.1" 200 None
2026-03-25 13:47:08 [ayvens.be] INFO: Saving data for 1974556: {'auction_closing_time': 1774513800.0, 'created_time': 1774046877.65027, 'last_price_update_time': 1774446428.57529}
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974556') HTTP/1.1" 204 0
2026-03-25 13:47:08 [ayvens.be] INFO: Found listing with ID: 1974557
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974557%27 HTTP/1.1" 200 None
2026-03-25 13:47:08 [ayvens.be] INFO: Scrape type for 1974557: 2
2026-03-25 13:47:08 [ayvens.be] INFO: Extracting data for car ID: 1974557
2026-03-25 13:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1974557
2026-03-25 13:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with scrape type 2
2026-03-25 13:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with scrape type 2
2026-03-25 13:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b0aec5da-22aa-5563-bf01-bf7b6c9c5160, identifier: 1974557
2026-03-25 13:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1974557
2026-03-25 13:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1974557
2026-03-25 13:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b0aec5da-22aa-5563-bf01-bf7b6c9c5160 with identifier: 1974557 to the API
2026-03-25 13:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30: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/40871',
'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-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974557%27 HTTP/1.1" 200 None
2026-03-25 13:47:09 [ayvens.be] INFO: Saving data for 1974557: {'auction_closing_time': 1774513800.0, 'created_time': 1774046879.262651, 'last_price_update_time': 1774446429.447603}
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974557') HTTP/1.1" 204 0
2026-03-25 13:47:09 [ayvens.be] INFO: Found listing with ID: 1974558
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974558%27 HTTP/1.1" 200 None
2026-03-25 13:47:09 [ayvens.be] INFO: Scrape type for 1974558: 2
2026-03-25 13:47:09 [ayvens.be] INFO: Extracting data for car ID: 1974558
2026-03-25 13:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df463b18-2921-510b-8992-5f646f9d4ca9 with identifier: 1974558
2026-03-25 13:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df463b18-2921-510b-8992-5f646f9d4ca9 with scrape type 2
2026-03-25 13:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df463b18-2921-510b-8992-5f646f9d4ca9 with scrape type 2
2026-03-25 13:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: df463b18-2921-510b-8992-5f646f9d4ca9, identifier: 1974558
2026-03-25 13:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: df463b18-2921-510b-8992-5f646f9d4ca9 with identifier: 1974558
2026-03-25 13:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: df463b18-2921-510b-8992-5f646f9d4ca9 with identifier: 1974558
2026-03-25 13:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: df463b18-2921-510b-8992-5f646f9d4ca9 with identifier: 1974558 to the API
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'df463b18-2921-510b-8992-5f646f9d4ca9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS CLIPPER',
'odometer': 146502,
'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': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW CONNECTED',
'transmission': 'manual',
'trim': '1.5 ECOBLUE 88KW CONNECTED',
'vin': None,
'year': 2022}
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974558%27 HTTP/1.1" 200 None
2026-03-25 13:47:09 [ayvens.be] INFO: Saving data for 1974558: {'auction_closing_time': 1774513800.0, 'created_time': 1774046881.29067, 'last_price_update_time': 1774446429.830074}
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974558') HTTP/1.1" 204 0
2026-03-25 13:47:09 [ayvens.be] INFO: Found listing with ID: 1974559
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974559%27 HTTP/1.1" 200 None
2026-03-25 13:47:09 [ayvens.be] INFO: Scrape type for 1974559: 2
2026-03-25 13:47:09 [ayvens.be] INFO: Extracting data for car ID: 1974559
2026-03-25 13:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1974559
2026-03-25 13:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3efe363-6c49-5207-84ad-6fdd8285a0ba with scrape type 2
2026-03-25 13:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3efe363-6c49-5207-84ad-6fdd8285a0ba with scrape type 2
2026-03-25 13:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a3efe363-6c49-5207-84ad-6fdd8285a0ba, identifier: 1974559
2026-03-25 13:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1974559
2026-03-25 13:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1974559
2026-03-25 13:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a3efe363-6c49-5207-84ad-6fdd8285a0ba with identifier: 1974559 to the API
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30: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/40871',
'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-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974559%27 HTTP/1.1" 200 None
2026-03-25 13:47:10 [ayvens.be] INFO: Saving data for 1974559: {'auction_closing_time': 1774513800.0, 'created_time': 1774046884.292512, 'last_price_update_time': 1774446430.223717}
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974559') HTTP/1.1" 204 0
2026-03-25 13:47:10 [ayvens.be] INFO: Found listing with ID: 1974560
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974560%27 HTTP/1.1" 200 None
2026-03-25 13:47:10 [ayvens.be] INFO: Scrape type for 1974560: 2
2026-03-25 13:47:10 [ayvens.be] INFO: Extracting data for car ID: 1974560
2026-03-25 13:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7405067-8845-51a3-90f0-12f2307d1c45 with identifier: 1974560
2026-03-25 13:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7405067-8845-51a3-90f0-12f2307d1c45 with scrape type 2
2026-03-25 13:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7405067-8845-51a3-90f0-12f2307d1c45 with scrape type 2
2026-03-25 13:47:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e7405067-8845-51a3-90f0-12f2307d1c45, identifier: 1974560
2026-03-25 13:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e7405067-8845-51a3-90f0-12f2307d1c45 with identifier: 1974560
2026-03-25 13:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e7405067-8845-51a3-90f0-12f2307d1c45 with identifier: 1974560
2026-03-25 13:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e7405067-8845-51a3-90f0-12f2307d1c45 with identifier: 1974560 to the API
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'e7405067-8845-51a3-90f0-12f2307d1c45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 41375,
'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-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974560%27 HTTP/1.1" 200 None
2026-03-25 13:47:10 [ayvens.be] INFO: Saving data for 1974560: {'auction_closing_time': 1774513800.0, 'created_time': 1774046886.314531, 'last_price_update_time': 1774446430.621867}
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974560') HTTP/1.1" 204 0
2026-03-25 13:47:10 [ayvens.be] INFO: Found listing with ID: 1974561
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974561%27 HTTP/1.1" 200 None
2026-03-25 13:47:10 [ayvens.be] INFO: Scrape type for 1974561: 2
2026-03-25 13:47:10 [ayvens.be] INFO: Extracting data for car ID: 1974561
2026-03-25 13:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448cd312-9185-5175-8e3f-fedb4a931e97 with identifier: 1974561
2026-03-25 13:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448cd312-9185-5175-8e3f-fedb4a931e97 with scrape type 2
2026-03-25 13:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 448cd312-9185-5175-8e3f-fedb4a931e97 with scrape type 2
2026-03-25 13:47:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 448cd312-9185-5175-8e3f-fedb4a931e97, identifier: 1974561
2026-03-25 13:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 448cd312-9185-5175-8e3f-fedb4a931e97 with identifier: 1974561
2026-03-25 13:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 448cd312-9185-5175-8e3f-fedb4a931e97 with identifier: 1974561
2026-03-25 13:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 448cd312-9185-5175-8e3f-fedb4a931e97 with identifier: 1974561 to the API
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30: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/40871',
'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-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974561%27 HTTP/1.1" 200 None
2026-03-25 13:47:11 [ayvens.be] INFO: Saving data for 1974561: {'auction_closing_time': 1774513800.0, 'created_time': 1774046888.05084, 'last_price_update_time': 1774446431.032168}
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974561') HTTP/1.1" 204 0
2026-03-25 13:47:11 [ayvens.be] INFO: Found listing with ID: 1974562
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974562%27 HTTP/1.1" 200 None
2026-03-25 13:47:11 [ayvens.be] INFO: Scrape type for 1974562: 2
2026-03-25 13:47:11 [ayvens.be] INFO: Extracting data for car ID: 1974562
2026-03-25 13:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3953ab69-7074-54c2-962e-3b81bc45fd1f with identifier: 1974562
2026-03-25 13:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3953ab69-7074-54c2-962e-3b81bc45fd1f with scrape type 2
2026-03-25 13:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3953ab69-7074-54c2-962e-3b81bc45fd1f with scrape type 2
2026-03-25 13:47:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3953ab69-7074-54c2-962e-3b81bc45fd1f, identifier: 1974562
2026-03-25 13:47:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3953ab69-7074-54c2-962e-3b81bc45fd1f with identifier: 1974562
2026-03-25 13:47:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3953ab69-7074-54c2-962e-3b81bc45fd1f with identifier: 1974562
2026-03-25 13:47:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3953ab69-7074-54c2-962e-3b81bc45fd1f with identifier: 1974562 to the API
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '3953ab69-7074-54c2-962e-3b81bc45fd1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 160363,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318D (110KW) TOURING',
'transmission': 'automatic',
'trim': '2.0 318D (110KW) TOURING',
'vin': None,
'year': 2023}
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974562%27 HTTP/1.1" 200 None
2026-03-25 13:47:11 [ayvens.be] INFO: Saving data for 1974562: {'auction_closing_time': 1774513800.0, 'created_time': 1774046890.322836, 'last_price_update_time': 1774446431.406121}
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974562') HTTP/1.1" 204 0
2026-03-25 13:47:11 [ayvens.be] INFO: Found listing with ID: 1974563
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974563%27 HTTP/1.1" 200 None
2026-03-25 13:47:11 [ayvens.be] INFO: Scrape type for 1974563: 2
2026-03-25 13:47:11 [ayvens.be] INFO: Extracting data for car ID: 1974563
2026-03-25 13:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 319ece30-00e9-51f6-a280-14899578fd87 with identifier: 1974563
2026-03-25 13:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 319ece30-00e9-51f6-a280-14899578fd87 with scrape type 2
2026-03-25 13:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 319ece30-00e9-51f6-a280-14899578fd87 with scrape type 2
2026-03-25 13:47:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 319ece30-00e9-51f6-a280-14899578fd87, identifier: 1974563
2026-03-25 13:47:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 319ece30-00e9-51f6-a280-14899578fd87 with identifier: 1974563
2026-03-25 13:47:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 319ece30-00e9-51f6-a280-14899578fd87 with identifier: 1974563
2026-03-25 13:47:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 319ece30-00e9-51f6-a280-14899578fd87 with identifier: 1974563 to the API
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '319ece30-00e9-51f6-a280-14899578fd87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASSE A (W177)',
'odometer': 47006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE A (W177) A 160 Business Solution',
'transmission': 'manual',
'trim': 'A 160 Business Solution',
'vin': None,
'year': 2020}
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974563%27 HTTP/1.1" 200 None
2026-03-25 13:47:11 [ayvens.be] INFO: Saving data for 1974563: {'auction_closing_time': 1774513800.0, 'created_time': 1774046891.196432, 'last_price_update_time': 1774446431.777599}
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974563') HTTP/1.1" 204 0
2026-03-25 13:47:11 [ayvens.be] INFO: Found listing with ID: 1974564
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974564%27 HTTP/1.1" 200 None
2026-03-25 13:47:11 [ayvens.be] INFO: Scrape type for 1974564: 2
2026-03-25 13:47:11 [ayvens.be] INFO: Extracting data for car ID: 1974564
2026-03-25 13:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3682c255-2924-50ec-a390-a63cc23654bf with identifier: 1974564
2026-03-25 13:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3682c255-2924-50ec-a390-a63cc23654bf with scrape type 2
2026-03-25 13:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3682c255-2924-50ec-a390-a63cc23654bf with scrape type 2
2026-03-25 13:47:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3682c255-2924-50ec-a390-a63cc23654bf, identifier: 1974564
2026-03-25 13:47:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3682c255-2924-50ec-a390-a63cc23654bf with identifier: 1974564
2026-03-25 13:47:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3682c255-2924-50ec-a390-a63cc23654bf with identifier: 1974564
2026-03-25 13:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3682c255-2924-50ec-a390-a63cc23654bf with identifier: 1974564 to the API
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '3682c255-2924-50ec-a390-a63cc23654bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 102698,
'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': 'AUDI A3 2.0 30 TDI 85KW',
'transmission': 'manual',
'trim': '2.0 30 TDI 85KW',
'vin': None,
'year': 2021}
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974564%27 HTTP/1.1" 200 None
2026-03-25 13:47:12 [ayvens.be] INFO: Saving data for 1974564: {'auction_closing_time': 1774513800.0, 'created_time': 1774046893.053217, 'last_price_update_time': 1774446432.175206}
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974564') HTTP/1.1" 204 0
2026-03-25 13:47:12 [ayvens.be] INFO: Found listing with ID: 1974565
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974565%27 HTTP/1.1" 200 None
2026-03-25 13:47:12 [ayvens.be] INFO: Scrape type for 1974565: 2
2026-03-25 13:47:12 [ayvens.be] INFO: Extracting data for car ID: 1974565
2026-03-25 13:47:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 276dc26a-c883-567b-9468-f7f80d073c94 with identifier: 1974565
2026-03-25 13:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 276dc26a-c883-567b-9468-f7f80d073c94 with scrape type 2
2026-03-25 13:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 276dc26a-c883-567b-9468-f7f80d073c94 with scrape type 2
2026-03-25 13:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 276dc26a-c883-567b-9468-f7f80d073c94, identifier: 1974565
2026-03-25 13:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 276dc26a-c883-567b-9468-f7f80d073c94 with identifier: 1974565
2026-03-25 13:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 276dc26a-c883-567b-9468-f7f80d073c94 with identifier: 1974565
2026-03-25 13:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 276dc26a-c883-567b-9468-f7f80d073c94 with identifier: 1974565 to the API
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '276dc26a-c883-567b-9468-f7f80d073c94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3 DIESEL - 2019',
'odometer': 100777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-23',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 DIESEL - 2019 35 TDi Business Edition S line S tronic',
'transmission': 'automatic',
'trim': '35 TDi Business Edition S line S tronic',
'vin': None,
'year': 2020}
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974565%27 HTTP/1.1" 200 None
2026-03-25 13:47:12 [ayvens.be] INFO: Saving data for 1974565: {'auction_closing_time': 1774513800.0, 'created_time': 1774046894.369143, 'last_price_update_time': 1774446432.539093}
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974565') HTTP/1.1" 204 0
2026-03-25 13:47:12 [ayvens.be] INFO: Found listing with ID: 1974566
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974566%27 HTTP/1.1" 200 None
2026-03-25 13:47:12 [ayvens.be] INFO: Scrape type for 1974566: 2
2026-03-25 13:47:12 [ayvens.be] INFO: Extracting data for car ID: 1974566
2026-03-25 13:47:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71c77c13-8ce7-5830-8b3c-ef5b527661f1 with identifier: 1974566
2026-03-25 13:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71c77c13-8ce7-5830-8b3c-ef5b527661f1 with scrape type 2
2026-03-25 13:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71c77c13-8ce7-5830-8b3c-ef5b527661f1 with scrape type 2
2026-03-25 13:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 71c77c13-8ce7-5830-8b3c-ef5b527661f1, identifier: 1974566
2026-03-25 13:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 71c77c13-8ce7-5830-8b3c-ef5b527661f1 with identifier: 1974566
2026-03-25 13:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 71c77c13-8ce7-5830-8b3c-ef5b527661f1 with identifier: 1974566
2026-03-25 13:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 71c77c13-8ce7-5830-8b3c-ef5b527661f1 with identifier: 1974566 to the API
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47:12 [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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '71c77c13-8ce7-5830-8b3c-ef5b527661f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 92195,
'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': '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-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974566%27 HTTP/1.1" 200 None
2026-03-25 13:47:12 [ayvens.be] INFO: Saving data for 1974566: {'auction_closing_time': 1774513800.0, 'created_time': 1774046896.089826, 'last_price_update_time': 1774446432.972123}
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974566') HTTP/1.1" 204 0
2026-03-25 13:47:13 [ayvens.be] INFO: Found listing with ID: 1974567
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974567%27 HTTP/1.1" 200 None
2026-03-25 13:47:13 [ayvens.be] INFO: Scrape type for 1974567: 2
2026-03-25 13:47:13 [ayvens.be] INFO: Extracting data for car ID: 1974567
2026-03-25 13:47:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f535e3b2-59b7-5c00-bc10-a6a5373a1d27 with identifier: 1974567
2026-03-25 13:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f535e3b2-59b7-5c00-bc10-a6a5373a1d27 with scrape type 2
2026-03-25 13:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f535e3b2-59b7-5c00-bc10-a6a5373a1d27 with scrape type 2
2026-03-25 13:47:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f535e3b2-59b7-5c00-bc10-a6a5373a1d27, identifier: 1974567
2026-03-25 13:47:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f535e3b2-59b7-5c00-bc10-a6a5373a1d27 with identifier: 1974567
2026-03-25 13:47:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:47:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f535e3b2-59b7-5c00-bc10-a6a5373a1d27 with identifier: 1974567
2026-03-25 13:47:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f535e3b2-59b7-5c00-bc10-a6a5373a1d27 with identifier: 1974567 to the API
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 93,
'color': 'DIAMOND BLACK',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'f535e3b2-59b7-5c00-bc10-a6a5373a1d27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CORSA',
'odometer': 105179,
'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': 'OPEL CORSA 1.2 55KW S-S EDITION',
'transmission': 'manual',
'trim': '1.2 55KW S-S EDITION',
'vin': None,
'year': 2021}
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974567%27 HTTP/1.1" 200 None
2026-03-25 13:47:13 [ayvens.be] INFO: Saving data for 1974567: {'auction_closing_time': 1774513800.0, 'created_time': 1774046904.948119, 'last_price_update_time': 1774446433.470451}
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974567') HTTP/1.1" 204 0
2026-03-25 13:47:13 [ayvens.be] INFO: Found listing with ID: 1974568
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974568%27 HTTP/1.1" 200 None
2026-03-25 13:47:13 [ayvens.be] INFO: Scrape type for 1974568: 2
2026-03-25 13:47:13 [ayvens.be] INFO: Extracting data for car ID: 1974568
2026-03-25 13:47:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da5688e9-bdcc-5c1a-8123-6ad757071603 with identifier: 1974568
2026-03-25 13:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da5688e9-bdcc-5c1a-8123-6ad757071603 with scrape type 2
2026-03-25 13:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da5688e9-bdcc-5c1a-8123-6ad757071603 with scrape type 2
2026-03-25 13:47:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: da5688e9-bdcc-5c1a-8123-6ad757071603, identifier: 1974568
2026-03-25 13:47:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: da5688e9-bdcc-5c1a-8123-6ad757071603 with identifier: 1974568
2026-03-25 13:47:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:47:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: da5688e9-bdcc-5c1a-8123-6ad757071603 with identifier: 1974568
2026-03-25 13:47:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: da5688e9-bdcc-5c1a-8123-6ad757071603 with identifier: 1974568 to the API
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'CHROME BLUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'da5688e9-bdcc-5c1a-8123-6ad757071603',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS CLIPPER',
'odometer': 168850,
'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': 5,
'seller_name': None,
'title': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW AUTO TITANIUM',
'transmission': 'automatic',
'trim': '1.5 ECOBLUE 88KW AUTO TITANIUM',
'vin': None,
'year': 2020}
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974568%27 HTTP/1.1" 200 None
2026-03-25 13:47:13 [ayvens.be] INFO: Saving data for 1974568: {'auction_closing_time': 1774513800.0, 'created_time': 1774046906.713477, 'last_price_update_time': 1774446433.875677}
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974568') HTTP/1.1" 204 0
2026-03-25 13:47:13 [ayvens.be] INFO: Found listing with ID: 1974569
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974569%27 HTTP/1.1" 200 None
2026-03-25 13:47:13 [ayvens.be] INFO: Scrape type for 1974569: 2
2026-03-25 13:47:13 [ayvens.be] INFO: Extracting data for car ID: 1974569
2026-03-25 13:47:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7122582d-dd08-5ae5-9963-4a65218f0254 with identifier: 1974569
2026-03-25 13:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7122582d-dd08-5ae5-9963-4a65218f0254 with scrape type 2
2026-03-25 13:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7122582d-dd08-5ae5-9963-4a65218f0254 with scrape type 2
2026-03-25 13:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7122582d-dd08-5ae5-9963-4a65218f0254, identifier: 1974569
2026-03-25 13:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7122582d-dd08-5ae5-9963-4a65218f0254 with identifier: 1974569
2026-03-25 13:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7122582d-dd08-5ae5-9963-4a65218f0254 with identifier: 1974569
2026-03-25 13:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7122582d-dd08-5ae5-9963-4a65218f0254 with identifier: 1974569 to the API
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '7122582d-dd08-5ae5-9963-4a65218f0254',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 127028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-03',
'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': 2021}
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974569%27 HTTP/1.1" 200 None
2026-03-25 13:47:14 [ayvens.be] INFO: Saving data for 1974569: {'auction_closing_time': 1774513800.0, 'created_time': 1774046908.540687, 'last_price_update_time': 1774446434.294546}
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974569') HTTP/1.1" 204 0
2026-03-25 13:47:14 [ayvens.be] INFO: Found listing with ID: 1974570
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974570%27 HTTP/1.1" 200 None
2026-03-25 13:47:14 [ayvens.be] INFO: Scrape type for 1974570: 2
2026-03-25 13:47:14 [ayvens.be] INFO: Extracting data for car ID: 1974570
2026-03-25 13:47:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79f9aec5-8ae4-546a-8833-a3ad905b67be with identifier: 1974570
2026-03-25 13:47:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79f9aec5-8ae4-546a-8833-a3ad905b67be with scrape type 2
2026-03-25 13:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79f9aec5-8ae4-546a-8833-a3ad905b67be with scrape type 2
2026-03-25 13:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 79f9aec5-8ae4-546a-8833-a3ad905b67be, identifier: 1974570
2026-03-25 13:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 79f9aec5-8ae4-546a-8833-a3ad905b67be with identifier: 1974570
2026-03-25 13:47:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 79f9aec5-8ae4-546a-8833-a3ad905b67be with identifier: 1974570
2026-03-25 13:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 79f9aec5-8ae4-546a-8833-a3ad905b67be with identifier: 1974570 to the API
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'GLACIERSILBER',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '79f9aec5-8ae4-546a-8833-a3ad905b67be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 HATCH DIESEL - 2019',
'odometer': 115691,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-21',
'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-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974570%27 HTTP/1.1" 200 None
2026-03-25 13:47:14 [ayvens.be] INFO: Saving data for 1974570: {'auction_closing_time': 1774513800.0, 'created_time': 1774046910.834143, 'last_price_update_time': 1774446434.676839}
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974570') HTTP/1.1" 204 0
2026-03-25 13:47:14 [ayvens.be] INFO: Found listing with ID: 1974571
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974571%27 HTTP/1.1" 200 None
2026-03-25 13:47:14 [ayvens.be] INFO: Scrape type for 1974571: 2
2026-03-25 13:47:14 [ayvens.be] INFO: Extracting data for car ID: 1974571
2026-03-25 13:47:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20ebd26b-8699-5a55-9ed6-84e5244850d7 with identifier: 1974571
2026-03-25 13:47:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20ebd26b-8699-5a55-9ed6-84e5244850d7 with scrape type 2
2026-03-25 13:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20ebd26b-8699-5a55-9ed6-84e5244850d7 with scrape type 2
2026-03-25 13:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 20ebd26b-8699-5a55-9ed6-84e5244850d7, identifier: 1974571
2026-03-25 13:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 20ebd26b-8699-5a55-9ed6-84e5244850d7 with identifier: 1974571
2026-03-25 13:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 20ebd26b-8699-5a55-9ed6-84e5244850d7 with identifier: 1974571
2026-03-25 13:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 20ebd26b-8699-5a55-9ed6-84e5244850d7 with identifier: 1974571 to the API
2026-03-25 13:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '20ebd26b-8699-5a55-9ed6-84e5244850d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 96332,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-13',
'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-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974571%27 HTTP/1.1" 200 None
2026-03-25 13:47:15 [ayvens.be] INFO: Saving data for 1974571: {'auction_closing_time': 1774513800.0, 'created_time': 1774046913.707319, 'last_price_update_time': 1774446435.44884}
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974571') HTTP/1.1" 204 0
2026-03-25 13:47:15 [ayvens.be] INFO: Found listing with ID: 1974572
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974572%27 HTTP/1.1" 200 None
2026-03-25 13:47:15 [ayvens.be] INFO: Scrape type for 1974572: 2
2026-03-25 13:47:15 [ayvens.be] INFO: Extracting data for car ID: 1974572
2026-03-25 13:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6a08fa8-a8ad-5ead-96b7-836cd0a180d4 with identifier: 1974572
2026-03-25 13:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6a08fa8-a8ad-5ead-96b7-836cd0a180d4 with scrape type 2
2026-03-25 13:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6a08fa8-a8ad-5ead-96b7-836cd0a180d4 with scrape type 2
2026-03-25 13:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e6a08fa8-a8ad-5ead-96b7-836cd0a180d4, identifier: 1974572
2026-03-25 13:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e6a08fa8-a8ad-5ead-96b7-836cd0a180d4 with identifier: 1974572
2026-03-25 13:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e6a08fa8-a8ad-5ead-96b7-836cd0a180d4 with identifier: 1974572
2026-03-25 13:47:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e6a08fa8-a8ad-5ead-96b7-836cd0a180d4 with identifier: 1974572 to the API
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'e6a08fa8-a8ad-5ead-96b7-836cd0a180d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT 2T 350M FOU MWB HR DSL',
'odometer': 81355,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-04',
'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-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974572%27 HTTP/1.1" 200 None
2026-03-25 13:47:15 [ayvens.be] INFO: Saving data for 1974572: {'auction_closing_time': 1774513800.0, 'created_time': 1774046915.042386, 'last_price_update_time': 1774446435.850736}
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974572') HTTP/1.1" 204 0
2026-03-25 13:47:15 [ayvens.be] INFO: Found listing with ID: 1974573
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974573%27 HTTP/1.1" 200 None
2026-03-25 13:47:15 [ayvens.be] INFO: Scrape type for 1974573: 2
2026-03-25 13:47:15 [ayvens.be] INFO: Extracting data for car ID: 1974573
2026-03-25 13:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c8bebad-6b81-5db3-8825-beab6242b9e8 with identifier: 1974573
2026-03-25 13:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c8bebad-6b81-5db3-8825-beab6242b9e8 with scrape type 2
2026-03-25 13:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c8bebad-6b81-5db3-8825-beab6242b9e8 with scrape type 2
2026-03-25 13:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4c8bebad-6b81-5db3-8825-beab6242b9e8, identifier: 1974573
2026-03-25 13:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4c8bebad-6b81-5db3-8825-beab6242b9e8 with identifier: 1974573
2026-03-25 13:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4c8bebad-6b81-5db3-8825-beab6242b9e8 with identifier: 1974573
2026-03-25 13:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4c8bebad-6b81-5db3-8825-beab6242b9e8 with identifier: 1974573 to the API
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:16 [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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '4c8bebad-6b81-5db3-8825-beab6242b9e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 35271,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 2.0 35 TDI 110KW ADVANCED',
'transmission': 'manual',
'trim': '2.0 35 TDI 110KW ADVANCED',
'vin': None,
'year': 2023}
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974573%27 HTTP/1.1" 200 None
2026-03-25 13:47:16 [ayvens.be] INFO: Saving data for 1974573: {'auction_closing_time': 1774513800.0, 'created_time': 1774046916.89638, 'last_price_update_time': 1774446436.238343}
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974573') HTTP/1.1" 204 0
2026-03-25 13:47:16 [ayvens.be] INFO: Found listing with ID: 1974574
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974574%27 HTTP/1.1" 200 None
2026-03-25 13:47:16 [ayvens.be] INFO: Scrape type for 1974574: 2
2026-03-25 13:47:16 [ayvens.be] INFO: Extracting data for car ID: 1974574
2026-03-25 13:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65ef4947-8560-5ef9-b968-c00008277397 with identifier: 1974574
2026-03-25 13:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65ef4947-8560-5ef9-b968-c00008277397 with scrape type 2
2026-03-25 13:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65ef4947-8560-5ef9-b968-c00008277397 with scrape type 2
2026-03-25 13:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 65ef4947-8560-5ef9-b968-c00008277397, identifier: 1974574
2026-03-25 13:47:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 65ef4947-8560-5ef9-b968-c00008277397 with identifier: 1974574
2026-03-25 13:47:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:47:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 65ef4947-8560-5ef9-b968-c00008277397 with identifier: 1974574
2026-03-25 13:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 65ef4947-8560-5ef9-b968-c00008277397 with identifier: 1974574 to the API
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BERGGRIJS',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'electric',
'id': '65ef4947-8560-5ef9-b968-c00008277397',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'EQB',
'odometer': 50513,
'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': 'MERCEDES-BENZ EQB BEV 67KWH EQB 250 BUSINESS LINE AUTO',
'transmission': 'automatic',
'trim': 'BEV 67KWH EQB 250 BUSINESS LINE AUTO',
'vin': None,
'year': 2023}
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974574%27 HTTP/1.1" 200 None
2026-03-25 13:47:16 [ayvens.be] INFO: Saving data for 1974574: {'auction_closing_time': 1774513800.0, 'created_time': 1774046918.65208, 'last_price_update_time': 1774446436.672638}
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974574') HTTP/1.1" 204 0
2026-03-25 13:47:16 [ayvens.be] INFO: Found listing with ID: 1974575
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974575%27 HTTP/1.1" 200 None
2026-03-25 13:47:16 [ayvens.be] INFO: Scrape type for 1974575: 2
2026-03-25 13:47:16 [ayvens.be] INFO: Extracting data for car ID: 1974575
2026-03-25 13:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2adedf17-06d4-5425-8aa1-bea8f8a66ee6 with identifier: 1974575
2026-03-25 13:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2adedf17-06d4-5425-8aa1-bea8f8a66ee6 with scrape type 2
2026-03-25 13:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2adedf17-06d4-5425-8aa1-bea8f8a66ee6 with scrape type 2
2026-03-25 13:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2adedf17-06d4-5425-8aa1-bea8f8a66ee6, identifier: 1974575
2026-03-25 13:47:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2adedf17-06d4-5425-8aa1-bea8f8a66ee6 with identifier: 1974575
2026-03-25 13:47:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 13:47:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2adedf17-06d4-5425-8aa1-bea8f8a66ee6 with identifier: 1974575
2026-03-25 13:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2adedf17-06d4-5425-8aa1-bea8f8a66ee6 with identifier: 1974575 to the API
2026-03-25 13:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 212,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.3L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '2adedf17-06d4-5425-8aa1-bea8f8a66ee6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER 35 CARGO LWB DSL - 2014',
'odometer': 48620,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-10',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER 35 CARGO LWB DSL - 2014 2.3 dCi 35 L3H1 Cargo 440 '
'STOCK',
'transmission': 'manual',
'trim': '2.3 dCi 35 L3H1 Cargo 440 STOCK',
'vin': None,
'year': 2019}
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974575%27 HTTP/1.1" 200 None
2026-03-25 13:47:17 [ayvens.be] INFO: Saving data for 1974575: {'auction_closing_time': 1774513800.0, 'created_time': 1774046922.702733, 'last_price_update_time': 1774446437.092929}
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974575') HTTP/1.1" 204 0
2026-03-25 13:47:17 [ayvens.be] INFO: Found listing with ID: 1974576
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974576%27 HTTP/1.1" 200 None
2026-03-25 13:47:17 [ayvens.be] INFO: Scrape type for 1974576: 2
2026-03-25 13:47:17 [ayvens.be] INFO: Extracting data for car ID: 1974576
2026-03-25 13:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54129a0d-87c9-53a1-8bd2-ecb584d8eb42 with identifier: 1974576
2026-03-25 13:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54129a0d-87c9-53a1-8bd2-ecb584d8eb42 with scrape type 2
2026-03-25 13:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54129a0d-87c9-53a1-8bd2-ecb584d8eb42 with scrape type 2
2026-03-25 13:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 54129a0d-87c9-53a1-8bd2-ecb584d8eb42, identifier: 1974576
2026-03-25 13:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 54129a0d-87c9-53a1-8bd2-ecb584d8eb42 with identifier: 1974576
2026-03-25 13:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 54129a0d-87c9-53a1-8bd2-ecb584d8eb42 with identifier: 1974576
2026-03-25 13:47:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 54129a0d-87c9-53a1-8bd2-ecb584d8eb42 with identifier: 1974576 to the API
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '54129a0d-87c9-53a1-8bd2-ecb584d8eb42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 48189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-13',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 2.5 HEV DYNAMIC PLUS CVT',
'transmission': 'automatic',
'trim': '2.5 HEV DYNAMIC PLUS CVT',
'vin': None,
'year': 2023}
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974576%27 HTTP/1.1" 200 None
2026-03-25 13:47:17 [ayvens.be] INFO: Saving data for 1974576: {'auction_closing_time': 1774513800.0, 'created_time': 1774046921.669874, 'last_price_update_time': 1774446437.486489}
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974576') HTTP/1.1" 204 0
2026-03-25 13:47:17 [ayvens.be] INFO: Found listing with ID: 1974577
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974577%27 HTTP/1.1" 200 None
2026-03-25 13:47:17 [ayvens.be] INFO: Scrape type for 1974577: 2
2026-03-25 13:47:17 [ayvens.be] INFO: Extracting data for car ID: 1974577
2026-03-25 13:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9e5a3ed-3008-5f04-91b7-09ce58bb5f41 with identifier: 1974577
2026-03-25 13:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9e5a3ed-3008-5f04-91b7-09ce58bb5f41 with scrape type 2
2026-03-25 13:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9e5a3ed-3008-5f04-91b7-09ce58bb5f41 with scrape type 2
2026-03-25 13:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b9e5a3ed-3008-5f04-91b7-09ce58bb5f41, identifier: 1974577
2026-03-25 13:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b9e5a3ed-3008-5f04-91b7-09ce58bb5f41 with identifier: 1974577
2026-03-25 13:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b9e5a3ed-3008-5f04-91b7-09ce58bb5f41 with identifier: 1974577
2026-03-25 13:47:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b9e5a3ed-3008-5f04-91b7-09ce58bb5f41 with identifier: 1974577 to the API
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:17 [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-03-26T08:30:00Z',
'fuel_type': 'electric',
'id': 'b9e5a3ed-3008-5f04-91b7-09ce58bb5f41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 65076,
'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': 'TESLA MODEL 3 BEV 50KWH STANDARD RWD PLUS AUTO',
'transmission': 'automatic',
'trim': 'BEV 50KWH STANDARD RWD PLUS AUTO',
'vin': None,
'year': 2021}
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974577%27 HTTP/1.1" 200 None
2026-03-25 13:47:17 [ayvens.be] INFO: Saving data for 1974577: {'auction_closing_time': 1774513800.0, 'created_time': 1774046923.736301, 'last_price_update_time': 1774446437.892144}
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974577') HTTP/1.1" 204 0
2026-03-25 13:47:18 [ayvens.be] INFO: Found listing with ID: 1974578
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974578%27 HTTP/1.1" 200 None
2026-03-25 13:47:18 [ayvens.be] INFO: Scrape type for 1974578: 2
2026-03-25 13:47:18 [ayvens.be] INFO: Extracting data for car ID: 1974578
2026-03-25 13:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e4e056a-f305-531d-837b-110c305e045c with identifier: 1974578
2026-03-25 13:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e4e056a-f305-531d-837b-110c305e045c with scrape type 2
2026-03-25 13:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e4e056a-f305-531d-837b-110c305e045c with scrape type 2
2026-03-25 13:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5e4e056a-f305-531d-837b-110c305e045c, identifier: 1974578
2026-03-25 13:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5e4e056a-f305-531d-837b-110c305e045c with identifier: 1974578
2026-03-25 13:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5e4e056a-f305-531d-837b-110c305e045c with identifier: 1974578
2026-03-25 13:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5e4e056a-f305-531d-837b-110c305e045c with identifier: 1974578 to the API
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47:18 [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-26T08:30:00Z',
'fuel_type': 'electric',
'id': '5e4e056a-f305-531d-837b-110c305e045c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 138872,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'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': 2023}
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974578%27 HTTP/1.1" 200 None
2026-03-25 13:47:18 [ayvens.be] INFO: Saving data for 1974578: {'auction_closing_time': 1774513800.0, 'created_time': 1774046924.65858, 'last_price_update_time': 1774446438.404527}
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974578') HTTP/1.1" 204 0
2026-03-25 13:47:18 [ayvens.be] INFO: Found listing with ID: 1974579
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974579%27 HTTP/1.1" 200 None
2026-03-25 13:47:18 [ayvens.be] INFO: Scrape type for 1974579: 2
2026-03-25 13:47:18 [ayvens.be] INFO: Extracting data for car ID: 1974579
2026-03-25 13:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a5fd48c-d11e-5f64-af21-f879cb78b6ce with identifier: 1974579
2026-03-25 13:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a5fd48c-d11e-5f64-af21-f879cb78b6ce with scrape type 2
2026-03-25 13:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a5fd48c-d11e-5f64-af21-f879cb78b6ce with scrape type 2
2026-03-25 13:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9a5fd48c-d11e-5f64-af21-f879cb78b6ce, identifier: 1974579
2026-03-25 13:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9a5fd48c-d11e-5f64-af21-f879cb78b6ce with identifier: 1974579
2026-03-25 13:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9a5fd48c-d11e-5f64-af21-f879cb78b6ce with identifier: 1974579
2026-03-25 13:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9a5fd48c-d11e-5f64-af21-f879cb78b6ce with identifier: 1974579 to the API
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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': 4,
'engine': '2.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '9a5fd48c-d11e-5f64-af21-f879cb78b6ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'C-CLASS BERLINE',
'odometer': 24565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-CLASS BERLINE 2.0 C 300 E PHEV AUTO LUXURY LINE',
'transmission': 'automatic',
'trim': '2.0 C 300 E PHEV AUTO LUXURY LINE',
'vin': None,
'year': 2022}
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974579%27 HTTP/1.1" 200 None
2026-03-25 13:47:18 [ayvens.be] INFO: Saving data for 1974579: {'auction_closing_time': 1774513800.0, 'created_time': 1774046926.95031, 'last_price_update_time': 1774446438.78684}
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974579') HTTP/1.1" 204 0
2026-03-25 13:47:18 [ayvens.be] INFO: Found listing with ID: 1974580
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974580%27 HTTP/1.1" 200 None
2026-03-25 13:47:18 [ayvens.be] INFO: Scrape type for 1974580: 2
2026-03-25 13:47:18 [ayvens.be] INFO: Extracting data for car ID: 1974580
2026-03-25 13:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61b95dec-22d1-575d-9df1-2095a3a62f30 with identifier: 1974580
2026-03-25 13:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61b95dec-22d1-575d-9df1-2095a3a62f30 with scrape type 2
2026-03-25 13:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61b95dec-22d1-575d-9df1-2095a3a62f30 with scrape type 2
2026-03-25 13:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 61b95dec-22d1-575d-9df1-2095a3a62f30, identifier: 1974580
2026-03-25 13:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 61b95dec-22d1-575d-9df1-2095a3a62f30 with identifier: 1974580
2026-03-25 13:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 61b95dec-22d1-575d-9df1-2095a3a62f30 with identifier: 1974580
2026-03-25 13:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 61b95dec-22d1-575d-9df1-2095a3a62f30 with identifier: 1974580 to the API
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '61b95dec-22d1-575d-9df1-2095a3a62f30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 98641,
'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': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION',
'transmission': 'automatic',
'trim': '1.5 T4 RECHARGE GEARTR. INSCRIPTION',
'vin': None,
'year': 2021}
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974580%27 HTTP/1.1" 200 None
2026-03-25 13:47:19 [ayvens.be] INFO: Saving data for 1974580: {'auction_closing_time': 1774513800.0, 'created_time': 1774046928.589005, 'last_price_update_time': 1774446439.247261}
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974580') HTTP/1.1" 204 0
2026-03-25 13:47:19 [ayvens.be] INFO: Found listing with ID: 1974581
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974581%27 HTTP/1.1" 200 None
2026-03-25 13:47:19 [ayvens.be] INFO: Scrape type for 1974581: 2
2026-03-25 13:47:19 [ayvens.be] INFO: Extracting data for car ID: 1974581
2026-03-25 13:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4110889c-9ff8-5041-be30-6f0ba8b5d517 with identifier: 1974581
2026-03-25 13:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4110889c-9ff8-5041-be30-6f0ba8b5d517 with scrape type 2
2026-03-25 13:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4110889c-9ff8-5041-be30-6f0ba8b5d517 with scrape type 2
2026-03-25 13:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4110889c-9ff8-5041-be30-6f0ba8b5d517, identifier: 1974581
2026-03-25 13:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4110889c-9ff8-5041-be30-6f0ba8b5d517 with identifier: 1974581
2026-03-25 13:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4110889c-9ff8-5041-be30-6f0ba8b5d517 with identifier: 1974581
2026-03-25 13:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4110889c-9ff8-5041-be30-6f0ba8b5d517 with identifier: 1974581 to the API
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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.2L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '4110889c-9ff8-5041-be30-6f0ba8b5d517',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 48959,
'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-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974581%27 HTTP/1.1" 200 None
2026-03-25 13:47:19 [ayvens.be] INFO: Saving data for 1974581: {'auction_closing_time': 1774513800.0, 'created_time': 1774046929.306959, 'last_price_update_time': 1774446439.671283}
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974581') HTTP/1.1" 204 0
2026-03-25 13:47:19 [ayvens.be] INFO: Found listing with ID: 1974582
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974582%27 HTTP/1.1" 200 None
2026-03-25 13:47:19 [ayvens.be] INFO: Scrape type for 1974582: 2
2026-03-25 13:47:19 [ayvens.be] INFO: Extracting data for car ID: 1974582
2026-03-25 13:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fe3d04b-1a24-5260-b347-b3c51dc56fac with identifier: 1974582
2026-03-25 13:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fe3d04b-1a24-5260-b347-b3c51dc56fac with scrape type 2
2026-03-25 13:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fe3d04b-1a24-5260-b347-b3c51dc56fac with scrape type 2
2026-03-25 13:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7fe3d04b-1a24-5260-b347-b3c51dc56fac, identifier: 1974582
2026-03-25 13:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7fe3d04b-1a24-5260-b347-b3c51dc56fac with identifier: 1974582
2026-03-25 13:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7fe3d04b-1a24-5260-b347-b3c51dc56fac with identifier: 1974582
2026-03-25 13:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7fe3d04b-1a24-5260-b347-b3c51dc56fac with identifier: 1974582 to the API
2026-03-25 13:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47:20 [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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '7fe3d04b-1a24-5260-b347-b3c51dc56fac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'PUMA',
'odometer': 18989,
'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': '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-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974582%27 HTTP/1.1" 200 None
2026-03-25 13:47:20 [ayvens.be] INFO: Saving data for 1974582: {'auction_closing_time': 1774513800.0, 'created_time': 1774046932.326459, 'last_price_update_time': 1774446440.112171}
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974582') HTTP/1.1" 204 0
2026-03-25 13:47:20 [ayvens.be] INFO: Found listing with ID: 1974583
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974583%27 HTTP/1.1" 200 None
2026-03-25 13:47:20 [ayvens.be] INFO: Scrape type for 1974583: 2
2026-03-25 13:47:20 [ayvens.be] INFO: Extracting data for car ID: 1974583
2026-03-25 13:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cce09f64-489b-5483-ac7e-cb192e165197 with identifier: 1974583
2026-03-25 13:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cce09f64-489b-5483-ac7e-cb192e165197 with scrape type 2
2026-03-25 13:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cce09f64-489b-5483-ac7e-cb192e165197 with scrape type 2
2026-03-25 13:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cce09f64-489b-5483-ac7e-cb192e165197, identifier: 1974583
2026-03-25 13:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cce09f64-489b-5483-ac7e-cb192e165197 with identifier: 1974583
2026-03-25 13:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cce09f64-489b-5483-ac7e-cb192e165197 with identifier: 1974583
2026-03-25 13:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cce09f64-489b-5483-ac7e-cb192e165197 with identifier: 1974583 to the API
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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.6L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'cce09f64-489b-5483-ac7e-cb192e165197',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 26765,
'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': 'HYUNDAI TUCSON 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-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974583%27 HTTP/1.1" 200 None
2026-03-25 13:47:20 [ayvens.be] INFO: Saving data for 1974583: {'auction_closing_time': 1774513800.0, 'created_time': 1774046932.651547, 'last_price_update_time': 1774446440.517027}
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974583') HTTP/1.1" 204 0
2026-03-25 13:47:20 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 800
2026-03-25 13:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:47:23 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974529
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974529%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974529: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974530
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974530%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974530: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974531
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974531%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974531: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974532
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974532%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974532: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974533
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974533%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974533: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974534
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974534%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974534: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974535
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974535%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974535: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974536
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974536%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974536: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974537
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974537%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974537: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974538
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974538%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974538: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974539
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974539%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974539: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974540
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974540%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974540: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974541
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974541%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974541: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974542
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974542%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974542: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974543
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974543%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974543: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974544
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974544%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974544: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974545
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974545%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974545: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974546
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974546%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974546: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974547
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974547%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974547: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974548
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974548%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974548: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974549
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974549%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974549: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974550
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974550%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974550: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974551
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974551%27 HTTP/1.1" 200 None
2026-03-25 13:47:23 [ayvens.be] INFO: Scrape type for 1974551: 0
2026-03-25 13:47:23 [ayvens.be] INFO: Found listing with ID: 1974552
2026-03-25 13:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974552%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974552: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974553
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974553%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974553: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974554
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974554%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974554: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974555
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974555%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974555: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974556
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974556%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974556: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974557
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974557%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974557: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974558
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974558%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974558: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974559
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974559%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974559: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974560
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974560%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974560: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974561
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974561%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974561: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974562
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974562%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974562: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974563
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974563%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974563: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974564
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974564%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974564: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974565
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974565%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974565: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974566
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974566%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974566: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974567
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974567%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974567: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974568
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974568%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974568: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974569
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974569%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974569: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974570
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974570%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974570: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974571
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974571%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974571: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974572
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974572%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974572: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974573
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974573%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974573: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974574
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974574%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974574: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974575
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974575%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974575: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974576
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974576%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974576: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974577
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974577%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974577: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974578
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974578%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974578: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974579
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974579%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974579: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974580
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974580%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974580: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974581
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974581%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974581: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974582
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974582%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974582: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974583
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974583%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974583: 0
2026-03-25 13:47:24 [ayvens.be] INFO: Found listing with ID: 1974584
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974584%27 HTTP/1.1" 200 None
2026-03-25 13:47:24 [ayvens.be] INFO: Scrape type for 1974584: 2
2026-03-25 13:47:24 [ayvens.be] INFO: Extracting data for car ID: 1974584
2026-03-25 13:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1974584
2026-03-25 13:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with scrape type 2
2026-03-25 13:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with scrape type 2
2026-03-25 13:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 896ab42b-530f-5fb1-81d6-cb9f62e346c9, identifier: 1974584
2026-03-25 13:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1974584
2026-03-25 13:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1974584
2026-03-25 13:47:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 896ab42b-530f-5fb1-81d6-cb9f62e346c9 with identifier: 1974584 to the API
2026-03-25 13:47:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30: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/40871',
'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-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974584%27 HTTP/1.1" 200 None
2026-03-25 13:47:25 [ayvens.be] INFO: Saving data for 1974584: {'auction_closing_time': 1774513800.0, 'created_time': 1774046935.157914, 'last_price_update_time': 1774446445.341697}
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974584') HTTP/1.1" 204 0
2026-03-25 13:47:25 [ayvens.be] INFO: Found listing with ID: 1974585
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974585%27 HTTP/1.1" 200 None
2026-03-25 13:47:25 [ayvens.be] INFO: Scrape type for 1974585: 2
2026-03-25 13:47:25 [ayvens.be] INFO: Extracting data for car ID: 1974585
2026-03-25 13:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a36dd74-5685-57c9-81c2-c55571b6f904 with identifier: 1974585
2026-03-25 13:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a36dd74-5685-57c9-81c2-c55571b6f904 with scrape type 2
2026-03-25 13:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a36dd74-5685-57c9-81c2-c55571b6f904 with scrape type 2
2026-03-25 13:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0a36dd74-5685-57c9-81c2-c55571b6f904, identifier: 1974585
2026-03-25 13:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0a36dd74-5685-57c9-81c2-c55571b6f904 with identifier: 1974585
2026-03-25 13:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0a36dd74-5685-57c9-81c2-c55571b6f904 with identifier: 1974585
2026-03-25 13:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0a36dd74-5685-57c9-81c2-c55571b6f904 with identifier: 1974585 to the API
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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.6L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '0a36dd74-5685-57c9-81c2-c55571b6f904',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'NIRO',
'odometer': 84029,
'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': 'KIA NIRO 1.6 GDI PHEV PACE',
'transmission': 'automatic',
'trim': '1.6 GDI PHEV PACE',
'vin': None,
'year': 2022}
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974585%27 HTTP/1.1" 200 None
2026-03-25 13:47:25 [ayvens.be] INFO: Saving data for 1974585: {'auction_closing_time': 1774513800.0, 'created_time': 1774046936.326807, 'last_price_update_time': 1774446445.80468}
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974585') HTTP/1.1" 204 0
2026-03-25 13:47:25 [ayvens.be] INFO: Found listing with ID: 1974586
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974586%27 HTTP/1.1" 200 None
2026-03-25 13:47:25 [ayvens.be] INFO: Scrape type for 1974586: 2
2026-03-25 13:47:25 [ayvens.be] INFO: Extracting data for car ID: 1974586
2026-03-25 13:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d82f759e-1d78-5a33-a513-534cb4113644 with identifier: 1974586
2026-03-25 13:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d82f759e-1d78-5a33-a513-534cb4113644 with scrape type 2
2026-03-25 13:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d82f759e-1d78-5a33-a513-534cb4113644 with scrape type 2
2026-03-25 13:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d82f759e-1d78-5a33-a513-534cb4113644, identifier: 1974586
2026-03-25 13:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d82f759e-1d78-5a33-a513-534cb4113644 with identifier: 1974586
2026-03-25 13:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d82f759e-1d78-5a33-a513-534cb4113644 with identifier: 1974586
2026-03-25 13:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d82f759e-1d78-5a33-a513-534cb4113644 with identifier: 1974586 to the API
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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': '2.0L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'diesel',
'id': 'd82f759e-1d78-5a33-a513-534cb4113644',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VARIANT VIII',
'odometer': 127943,
'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 GOLF VARIANT VIII 2.0 TDI 85KW DSG LIFE',
'transmission': 'automatic',
'trim': '2.0 TDI 85KW DSG LIFE',
'vin': None,
'year': 2022}
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974586%27 HTTP/1.1" 200 None
2026-03-25 13:47:26 [ayvens.be] INFO: Saving data for 1974586: {'auction_closing_time': 1774513800.0, 'created_time': 1774046937.220968, 'last_price_update_time': 1774446446.2071}
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974586') HTTP/1.1" 204 0
2026-03-25 13:47:26 [ayvens.be] INFO: Found listing with ID: 1974587
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974587%27 HTTP/1.1" 200 None
2026-03-25 13:47:26 [ayvens.be] INFO: Scrape type for 1974587: 2
2026-03-25 13:47:26 [ayvens.be] INFO: Extracting data for car ID: 1974587
2026-03-25 13:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d875536e-4da9-513d-9c21-63a6402e7469 with identifier: 1974587
2026-03-25 13:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d875536e-4da9-513d-9c21-63a6402e7469 with scrape type 2
2026-03-25 13:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d875536e-4da9-513d-9c21-63a6402e7469 with scrape type 2
2026-03-25 13:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d875536e-4da9-513d-9c21-63a6402e7469, identifier: 1974587
2026-03-25 13:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d875536e-4da9-513d-9c21-63a6402e7469 with identifier: 1974587
2026-03-25 13:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d875536e-4da9-513d-9c21-63a6402e7469 with identifier: 1974587
2026-03-25 13:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d875536e-4da9-513d-9c21-63a6402e7469 with identifier: 1974587 to the API
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'd875536e-4da9-513d-9c21-63a6402e7469',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 34891,
'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 X2 1.5 SDRIVE18I 100KW DCT',
'transmission': 'automatic',
'trim': '1.5 SDRIVE18I 100KW DCT',
'vin': None,
'year': 2022}
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974587%27 HTTP/1.1" 200 None
2026-03-25 13:47:26 [ayvens.be] INFO: Saving data for 1974587: {'auction_closing_time': 1774513800.0, 'created_time': 1774046939.67, 'last_price_update_time': 1774446446.602912}
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974587') HTTP/1.1" 204 0
2026-03-25 13:47:26 [ayvens.be] INFO: Found listing with ID: 1974588
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974588%27 HTTP/1.1" 200 None
2026-03-25 13:47:26 [ayvens.be] INFO: Scrape type for 1974588: 2
2026-03-25 13:47:26 [ayvens.be] INFO: Extracting data for car ID: 1974588
2026-03-25 13:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c409cc1-455d-5022-93ef-510887adba58 with identifier: 1974588
2026-03-25 13:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c409cc1-455d-5022-93ef-510887adba58 with scrape type 2
2026-03-25 13:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c409cc1-455d-5022-93ef-510887adba58 with scrape type 2
2026-03-25 13:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3c409cc1-455d-5022-93ef-510887adba58, identifier: 1974588
2026-03-25 13:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3c409cc1-455d-5022-93ef-510887adba58 with identifier: 1974588
2026-03-25 13:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3c409cc1-455d-5022-93ef-510887adba58 with identifier: 1974588
2026-03-25 13:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3c409cc1-455d-5022-93ef-510887adba58 with identifier: 1974588 to the API
2026-03-25 13:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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': '2.0L',
'expiration_date': '2026-03-26T08: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/40871',
'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-25 13:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974588%27 HTTP/1.1" 200 None
2026-03-25 13:47:27 [ayvens.be] INFO: Saving data for 1974588: {'auction_closing_time': 1774513800.0, 'created_time': 1774046941.440238, 'last_price_update_time': 1774446447.006563}
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974588') HTTP/1.1" 204 0
2026-03-25 13:47:27 [ayvens.be] INFO: Found listing with ID: 1974589
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974589%27 HTTP/1.1" 200 None
2026-03-25 13:47:27 [ayvens.be] INFO: Scrape type for 1974589: 2
2026-03-25 13:47:27 [ayvens.be] INFO: Extracting data for car ID: 1974589
2026-03-25 13:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1974589
2026-03-25 13:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with scrape type 2
2026-03-25 13:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with scrape type 2
2026-03-25 13:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8b6076ab-d217-582e-9c06-1ea0acaa8d72, identifier: 1974589
2026-03-25 13:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1974589
2026-03-25 13:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1974589
2026-03-25 13:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8b6076ab-d217-582e-9c06-1ea0acaa8d72 with identifier: 1974589 to the API
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30: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/40871',
'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-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974589%27 HTTP/1.1" 200 None
2026-03-25 13:47:27 [ayvens.be] INFO: Saving data for 1974589: {'auction_closing_time': 1774513800.0, 'created_time': 1774046942.856121, 'last_price_update_time': 1774446447.41743}
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974589') HTTP/1.1" 204 0
2026-03-25 13:47:27 [ayvens.be] INFO: Found listing with ID: 1974590
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974590%27 HTTP/1.1" 200 None
2026-03-25 13:47:27 [ayvens.be] INFO: Scrape type for 1974590: 2
2026-03-25 13:47:27 [ayvens.be] INFO: Extracting data for car ID: 1974590
2026-03-25 13:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33c47f17-63bc-5105-a97f-7a0dbaa8feed with identifier: 1974590
2026-03-25 13:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33c47f17-63bc-5105-a97f-7a0dbaa8feed with scrape type 2
2026-03-25 13:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33c47f17-63bc-5105-a97f-7a0dbaa8feed with scrape type 2
2026-03-25 13:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 33c47f17-63bc-5105-a97f-7a0dbaa8feed, identifier: 1974590
2026-03-25 13:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 33c47f17-63bc-5105-a97f-7a0dbaa8feed with identifier: 1974590
2026-03-25 13:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 33c47f17-63bc-5105-a97f-7a0dbaa8feed with identifier: 1974590
2026-03-25 13:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 33c47f17-63bc-5105-a97f-7a0dbaa8feed with identifier: 1974590 to the API
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '33c47f17-63bc-5105-a97f-7a0dbaa8feed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 82942,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'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': 2022}
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974590%27 HTTP/1.1" 200 None
2026-03-25 13:47:27 [ayvens.be] INFO: Saving data for 1974590: {'auction_closing_time': 1774513800.0, 'created_time': 1774046944.910266, 'last_price_update_time': 1774446447.790933}
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974590') HTTP/1.1" 204 0
2026-03-25 13:47:27 [ayvens.be] INFO: Found listing with ID: 1974591
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974591%27 HTTP/1.1" 200 None
2026-03-25 13:47:27 [ayvens.be] INFO: Scrape type for 1974591: 2
2026-03-25 13:47:27 [ayvens.be] INFO: Extracting data for car ID: 1974591
2026-03-25 13:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1974591
2026-03-25 13:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5829e4bb-924d-5088-83d1-8a694cecf4a5 with scrape type 2
2026-03-25 13:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5829e4bb-924d-5088-83d1-8a694cecf4a5 with scrape type 2
2026-03-25 13:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5829e4bb-924d-5088-83d1-8a694cecf4a5, identifier: 1974591
2026-03-25 13:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1974591
2026-03-25 13:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1974591
2026-03-25 13:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5829e4bb-924d-5088-83d1-8a694cecf4a5 with identifier: 1974591 to the API
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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-26T08:30: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/40871',
'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-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974591%27 HTTP/1.1" 200 None
2026-03-25 13:47:28 [ayvens.be] INFO: Saving data for 1974591: {'auction_closing_time': 1774513800.0, 'created_time': 1774046946.332279, 'last_price_update_time': 1774446448.170196}
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974591') HTTP/1.1" 204 0
2026-03-25 13:47:28 [ayvens.be] INFO: Found listing with ID: 1974592
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974592%27 HTTP/1.1" 200 None
2026-03-25 13:47:28 [ayvens.be] INFO: Scrape type for 1974592: 2
2026-03-25 13:47:28 [ayvens.be] INFO: Extracting data for car ID: 1974592
2026-03-25 13:47:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 126a750f-d865-563b-868a-c1df0c249d2e with identifier: 1974592
2026-03-25 13:47:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 126a750f-d865-563b-868a-c1df0c249d2e with scrape type 2
2026-03-25 13:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 126a750f-d865-563b-868a-c1df0c249d2e with scrape type 2
2026-03-25 13:47:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 126a750f-d865-563b-868a-c1df0c249d2e, identifier: 1974592
2026-03-25 13:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 126a750f-d865-563b-868a-c1df0c249d2e with identifier: 1974592
2026-03-25 13:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 126a750f-d865-563b-868a-c1df0c249d2e with identifier: 1974592
2026-03-25 13:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 126a750f-d865-563b-868a-c1df0c249d2e with identifier: 1974592 to the API
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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': 4,
'engine': '',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'electric',
'id': '126a750f-d865-563b-868a-c1df0c249d2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT',
'odometer': 27577,
'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': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT BEV 75KWH ELECTRIQUE LONG ASPHALT',
'transmission': 'automatic',
'trim': 'BEV 75KWH ELECTRIQUE LONG ASPHALT',
'vin': None,
'year': 2023}
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974592%27 HTTP/1.1" 200 None
2026-03-25 13:47:28 [ayvens.be] INFO: Saving data for 1974592: {'auction_closing_time': 1774513800.0, 'created_time': 1774046948.807117, 'last_price_update_time': 1774446448.564349}
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974592') HTTP/1.1" 204 0
2026-03-25 13:47:28 [ayvens.be] INFO: Found listing with ID: 1974593
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974593%27 HTTP/1.1" 200 None
2026-03-25 13:47:28 [ayvens.be] INFO: Scrape type for 1974593: 2
2026-03-25 13:47:28 [ayvens.be] INFO: Extracting data for car ID: 1974593
2026-03-25 13:47:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf169b01-9dd3-5d66-916f-a843916ee108 with identifier: 1974593
2026-03-25 13:47:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf169b01-9dd3-5d66-916f-a843916ee108 with scrape type 2
2026-03-25 13:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf169b01-9dd3-5d66-916f-a843916ee108 with scrape type 2
2026-03-25 13:47:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bf169b01-9dd3-5d66-916f-a843916ee108, identifier: 1974593
2026-03-25 13:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bf169b01-9dd3-5d66-916f-a843916ee108 with identifier: 1974593
2026-03-25 13:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bf169b01-9dd3-5d66-916f-a843916ee108 with identifier: 1974593
2026-03-25 13:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bf169b01-9dd3-5d66-916f-a843916ee108 with identifier: 1974593 to the API
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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.2L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': 'bf169b01-9dd3-5d66-916f-a843916ee108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CORSA',
'odometer': 96051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 TURBO 74KW S-S EDITION',
'transmission': 'manual',
'trim': '1.2 TURBO 74KW S-S EDITION',
'vin': None,
'year': 2022}
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974593%27 HTTP/1.1" 200 None
2026-03-25 13:47:28 [ayvens.be] INFO: Saving data for 1974593: {'auction_closing_time': 1774513800.0, 'created_time': 1774046949.821193, 'last_price_update_time': 1774446448.958184}
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974593') HTTP/1.1" 204 0
2026-03-25 13:47:28 [ayvens.be] INFO: Found listing with ID: 1974594
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974594%27 HTTP/1.1" 200 None
2026-03-25 13:47:28 [ayvens.be] INFO: Scrape type for 1974594: 2
2026-03-25 13:47:28 [ayvens.be] INFO: Extracting data for car ID: 1974594
2026-03-25 13:47:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8304d1b3-dded-5ffd-a756-472cb70fd453 with identifier: 1974594
2026-03-25 13:47:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8304d1b3-dded-5ffd-a756-472cb70fd453 with scrape type 2
2026-03-25 13:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8304d1b3-dded-5ffd-a756-472cb70fd453 with scrape type 2
2026-03-25 13:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8304d1b3-dded-5ffd-a756-472cb70fd453, identifier: 1974594
2026-03-25 13:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8304d1b3-dded-5ffd-a756-472cb70fd453 with identifier: 1974594
2026-03-25 13:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8304d1b3-dded-5ffd-a756-472cb70fd453 with identifier: 1974594
2026-03-25 13:47:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8304d1b3-dded-5ffd-a756-472cb70fd453 with identifier: 1974594 to the API
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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-26T08:30:00Z',
'fuel_type': 'diesel',
'id': '8304d1b3-dded-5ffd-a756-472cb70fd453',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC',
'odometer': 123003,
'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': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC 2.0 DCI 88KW GRAND CONFORT SWB 2.9T',
'transmission': 'manual',
'trim': '2.0 DCI 88KW GRAND CONFORT SWB 2.9T',
'vin': None,
'year': 2021}
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974594%27 HTTP/1.1" 200 None
2026-03-25 13:47:29 [ayvens.be] INFO: Saving data for 1974594: {'auction_closing_time': 1774513800.0, 'created_time': 1774046952.328673, 'last_price_update_time': 1774446449.348998}
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974594') HTTP/1.1" 204 0
2026-03-25 13:47:29 [ayvens.be] INFO: Found listing with ID: 1974595
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974595%27 HTTP/1.1" 200 None
2026-03-25 13:47:29 [ayvens.be] INFO: Scrape type for 1974595: 2
2026-03-25 13:47:29 [ayvens.be] INFO: Extracting data for car ID: 1974595
2026-03-25 13:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2457b353-109c-51a0-b256-4fd80ebb04a6 with identifier: 1974595
2026-03-25 13:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2457b353-109c-51a0-b256-4fd80ebb04a6 with scrape type 2
2026-03-25 13:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2457b353-109c-51a0-b256-4fd80ebb04a6 with scrape type 2
2026-03-25 13:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2457b353-109c-51a0-b256-4fd80ebb04a6, identifier: 1974595
2026-03-25 13:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2457b353-109c-51a0-b256-4fd80ebb04a6 with identifier: 1974595
2026-03-25 13:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2457b353-109c-51a0-b256-4fd80ebb04a6 with identifier: 1974595
2026-03-25 13:47:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2457b353-109c-51a0-b256-4fd80ebb04a6 with identifier: 1974595 to the API
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47: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-25 13:47: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': '',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'electric',
'id': '2457b353-109c-51a0-b256-4fd80ebb04a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 94554,
'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': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'BEV 75KWH LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974595%27 HTTP/1.1" 200 None
2026-03-25 13:47:29 [ayvens.be] INFO: Saving data for 1974595: {'auction_closing_time': 1774513800.0, 'created_time': 1774046953.929905, 'last_price_update_time': 1774446449.732071}
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974595') HTTP/1.1" 204 0
2026-03-25 13:47:29 [ayvens.be] INFO: Found listing with ID: 1974596
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974596%27 HTTP/1.1" 200 None
2026-03-25 13:47:29 [ayvens.be] INFO: Scrape type for 1974596: 2
2026-03-25 13:47:29 [ayvens.be] INFO: Extracting data for car ID: 1974596
2026-03-25 13:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1974596
2026-03-25 13:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659df532-3246-5145-9f5b-706fe40e5b8c with scrape type 2
2026-03-25 13:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 659df532-3246-5145-9f5b-706fe40e5b8c with scrape type 2
2026-03-25 13:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 659df532-3246-5145-9f5b-706fe40e5b8c, identifier: 1974596
2026-03-25 13:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1974596
2026-03-25 13:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1974596
2026-03-25 13:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 659df532-3246-5145-9f5b-706fe40e5b8c with identifier: 1974596 to the API
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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.4L',
'expiration_date': '2026-03-26T08:30: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/40871',
'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-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974596%27 HTTP/1.1" 200 None
2026-03-25 13:47:30 [ayvens.be] INFO: Saving data for 1974596: {'auction_closing_time': 1774513800.0, 'created_time': 1774046956.821773, 'last_price_update_time': 1774446450.19998}
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974596') HTTP/1.1" 204 0
2026-03-25 13:47:30 [ayvens.be] INFO: Found listing with ID: 1974597
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974597%27 HTTP/1.1" 200 None
2026-03-25 13:47:30 [ayvens.be] INFO: Scrape type for 1974597: 2
2026-03-25 13:47:30 [ayvens.be] INFO: Extracting data for car ID: 1974597
2026-03-25 13:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4365d788-a480-5171-b2da-9c19b69becbf with identifier: 1974597
2026-03-25 13:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4365d788-a480-5171-b2da-9c19b69becbf with scrape type 2
2026-03-25 13:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4365d788-a480-5171-b2da-9c19b69becbf with scrape type 2
2026-03-25 13:47:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4365d788-a480-5171-b2da-9c19b69becbf, identifier: 1974597
2026-03-25 13:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4365d788-a480-5171-b2da-9c19b69becbf with identifier: 1974597
2026-03-25 13:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4365d788-a480-5171-b2da-9c19b69becbf with identifier: 1974597
2026-03-25 13:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4365d788-a480-5171-b2da-9c19b69becbf with identifier: 1974597 to the API
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 13:47: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.5L',
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'petrol',
'id': '4365d788-a480-5171-b2da-9c19b69becbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40871',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'S-MAX',
'odometer': 13965,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'FORD S-MAX 2.5I HEV 140KW AUTO VIGNALE',
'transmission': 'automatic',
'trim': '2.5I HEV 140KW AUTO VIGNALE',
'vin': None,
'year': 2023}
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271974597%27 HTTP/1.1" 200 None
2026-03-25 13:47:30 [ayvens.be] INFO: Saving data for 1974597: {'auction_closing_time': 1774513800.0, 'created_time': 1774046958.192987, 'last_price_update_time': 1774446450.578568}
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1974597') HTTP/1.1" 204 0
2026-03-25 13:47:30 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 900
2026-03-25 13:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 13:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 13:47:35 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-25 13:47:35 [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-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 13:47:35 [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%201774014455 HTTP/1.1" 200 None
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965235') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965236') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965237') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965238') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965239') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965240') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965241') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965242') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965243') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965244') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965245') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965246') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965247') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965248') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965249') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965250') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965251') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965252') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965253') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965254') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965255') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965256') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965257') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965258') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965259') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965260') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965261') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965262') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965263') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965264') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965265') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965266') HTTP/1.1" 204 0
2026-03-25 13:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ayvens.be',RowKey='1965267') HTTP/1.1" 204 0
2026-03-25 13:47:35 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (160 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ayvens.be/task_34_2026-03-25T13_45_00.jl
2026-03-25 13:47:35 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 16314,
'downloader/request_count': 11,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 10,
'downloader/response_bytes': 2465152,
'downloader/response_count': 11,
'downloader/response_status_count/200': 11,
'elapsed_time_seconds': 149.005647,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 25, 13, 47, 35, 758068, tzinfo=datetime.timezone.utc),
'item_scraped_count': 160,
'log_count/DEBUG': 3196,
'log_count/INFO': 3251,
'memusage/max': 178348032,
'memusage/startup': 149540864,
'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': 131,
'playwright/request_count/aborted': 15,
'playwright/request_count/method/GET': 127,
'playwright/request_count/method/POST': 4,
'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': 26,
'playwright/request_count/resource_type/script': 80,
'playwright/request_count/resource_type/stylesheet': 1,
'playwright/request_count/resource_type/xhr': 5,
'playwright/response_count': 114,
'playwright/response_count/method/GET': 111,
'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': 79,
'playwright/response_count/resource_type/stylesheet': 1,
'playwright/response_count/resource_type/xhr': 4,
'request_depth_max': 10,
'response_received_count': 11,
'scheduler/dequeued': 11,
'scheduler/dequeued/memory': 11,
'scheduler/enqueued': 11,
'scheduler/enqueued/memory': 11,
'scrape_type/price_update': 160,
'scrape_type/skipped': 709,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 10,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 4.303566787810996,
'scrapy-zyte-api/mean_response_seconds': 4.427910211496055,
'scrapy-zyte-api/processed': 10,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 10,
'scrapy-zyte-api/request_args/experimental.responseCookies': 10,
'scrapy-zyte-api/request_args/httpRequestBody': 10,
'scrapy-zyte-api/request_args/httpRequestMethod': 10,
'scrapy-zyte-api/request_args/httpResponseBody': 10,
'scrapy-zyte-api/request_args/httpResponseHeaders': 10,
'scrapy-zyte-api/request_args/url': 10,
'scrapy-zyte-api/status_codes/200': 10,
'scrapy-zyte-api/success': 10,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 25, 13, 45, 6, 752421, tzinfo=datetime.timezone.utc)}
2026-03-25 13:47:35 [scrapy.core.engine] INFO: Spider closed (finished)