2026-03-25 03:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-25 03: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 03:45:06 [ayvens.be] INFO: Starting spider ayvens.be
2026-03-25 03:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-25 03:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-25 03:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-25 03:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-25 03:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: af2ba11c57299b21
2026-03-25 03: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 03: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-25T03_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 03:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 03:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 03: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 03:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-25 03: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 03: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 03:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-25 03:45:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-25 03:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-25 03:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-25 03:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-25 03: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 03:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-25 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-25 03: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 03: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 03:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-25 03:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 03:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-25 03:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-25 03:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 03:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 03:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-25 03:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-25 03:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-25 03:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-25 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-25 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://carmarket.ayvens.com/en-gb/lots>
2026-03-25 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/lots>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/styles-ETA5EMQJ.css> (resource type: stylesheet, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [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 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-25 03:45:14 [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 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-25 03:45:14 [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 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-25 03:45:14 [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 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-25 03:45:14 [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 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R5GGQAWE.js>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BBQ7R2BV.js>
2026-03-25 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-YI6GGZZZ.js>
2026-03-25 03:45:14 [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 03:45:14 [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 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EIXBRKXP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5567JMUS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QZ2M64VL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HQZHDCQG.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-4CLCTAJ7.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NAGGRITV.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CQOH37XC.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-NAGGRITV.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ADG3G2OJ.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7JYRLYWD.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2S63FZXS.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HPL7GXW6.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-K7GQAXGO.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/styles-ETA5EMQJ.css>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SALCXTDR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-K7GQAXGO.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PMQRMPGY.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EVZDJ3YH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2BYH6G4C.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AHM2LY2L.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VGUEXTON.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SUQC6PCL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7DYAUIPQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6BXXUPPN.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-25 03:45:15 [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 03:45:15 [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 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-25 03:45:15 [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 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/polyfills-FFHMD2TL.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/main-NKPAFEH2.js>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-25 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QV3UPEBS.js>
2026-03-25 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:15 [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 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AQBI4CYB.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5567JMUS.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EIXBRKXP.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QZ2M64VL.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CQOH37XC.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-4CLCTAJ7.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HQZHDCQG.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SALCXTDR.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EVZDJ3YH.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AHM2LY2L.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2BYH6G4C.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VGUEXTON.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7DYAUIPQ.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SUQC6PCL.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6BXXUPPN.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OF6JT4KC.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ELPOVYM7.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y6LYHJ33.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VBU7AOHF.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-N2FZW7V7.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SPE4D2IX.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPLHK2CL.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AVZZH6AV.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-KLKMSQPH.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2FANG3NP.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-MLMYZRAG.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ABBXN5WQ.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NPJHDJ36.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5D4JF6DX.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7IEPAGTW.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WWYAPULQ.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ZYL3EWWF.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XXARMH2T.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AYT4KML6.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CX65R3QQ.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XGLUMAK5.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XCHSKDZH.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EHSUL3RU.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7UDVUMWJ.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WRLSZEDX.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-U3DCL5KE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7HVTDVUE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-U3DCL5KE.js>
2026-03-25 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7HVTDVUE.js>
2026-03-25 03:45:16 [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 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPZ5PCFV.js>
2026-03-25 03:45:16 [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 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R57BLUBZ.js>
2026-03-25 03:45:16 [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 03:45:16 [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 03:45:16 [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 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XI7MA6UU.js>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-E2QM5VHP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QVU7EFJH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y26P6NOT.js>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-253AOQV4.js>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-PU5AH4GE.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6AWK7DQQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-JMKQRIJX.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-OXIZJZO4.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-H7VMIGZK.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-E2QM5VHP.js>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QVU7EFJH.js>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-JMKQRIJX.js>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PU5AH4GE.js>
2026-03-25 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6AWK7DQQ.js>
2026-03-25 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OXIZJZO4.js>
2026-03-25 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-H7VMIGZK.js>
2026-03-25 03: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 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-25 03: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 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-25 03: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 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-25 03: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 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-25 03: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 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-25 03: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 03: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 03: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 03: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 03: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 03:45:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carmarket.ayvens.com/en-gb/lots> (referer: None) ['playwright']
2026-03-25 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BQLC5RJD.js>
2026-03-25 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HGLYMGTS.js>
2026-03-25 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VNA57F7Z.js>
2026-03-25 03: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 03:45:19 [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 03: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 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-25 03:45:19 [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 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/bell.svg>
2026-03-25 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EXKYPD3J.js>
2026-03-25 03:45:19 [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 03:45:19 [ayvens.be] INFO: Cookies from Playwright: [{'name': 'ai_user', 'value': 'Jzmo9UhFsKXzr9Rm9bY3kY|2026-03-25T03:45:16.206Z', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1805946316, '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': 'hMcI2qVclk6k9eBs0PBTP4|1774410319248|1774410319248', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1774412119, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}]
2026-03-25 03:45:19 [ayvens.be] INFO: Scrapy-formatted cookies: [{'name': 'ai_user', 'value': 'Jzmo9UhFsKXzr9Rm9bY3kY|2026-03-25T03:45:16.206Z', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'ai_session', 'value': 'hMcI2qVclk6k9eBs0PBTP4|1774410319248|1774410319248', 'domain': 'carmarket.ayvens.com', 'path': '/'}]
2026-03-25 03:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Ayvens',RowKey='cookies') HTTP/1.1" 204 0
2026-03-25 03:45:19 [ayvens.be] INFO: Intercepting token...
2026-03-25 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg>
2026-03-25 03:45:19 [ayvens.be] INFO: Scrolling element to trigger lazy load...
2026-03-25 03: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 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AZBPSD4I.js>
2026-03-25 03:45:19 [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 03:45:19 [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 03:45:19 [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 03:45:19 [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 03:45:19 [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 03:45:19 [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 03:45:19 [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 03:45:19 [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 03: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 03: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 03: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 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2NCM5KDW.js>
2026-03-25 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VUZVFPNF.js>
2026-03-25 03: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 03: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 03: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 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/logo-ayvens.svg>
2026-03-25 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-25 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-FX6676C7.js>
2026-03-25 03: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 03: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 03: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 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-25 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-25 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-25 03: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 03: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 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-25 03: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 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-25 03: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 03: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 03: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 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BK6NFD4R.js>
2026-03-25 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/be.svg>
2026-03-25 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-25 03:45:20 [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 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-75KGV5DF.js>
2026-03-25 03:45:20 [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 03:45:20 [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 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json>
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCenterRounded.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCenterRounded.json>
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css>
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json>
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/14efa178-aa53-42e6-9a86-5229303798da/019908c4-f46e-7d64-b942-26aa1fec3635/2ab431a1-8f8c-4a55-9e1a-e5de23079c22/ayvens-logo.png> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/powered_by_logo.svg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-W3J7744> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg>
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/14efa178-aa53-42e6-9a86-5229303798da/019908c4-f46e-7d64-b942-26aa1fec3635/2ab431a1-8f8c-4a55-9e1a-e5de23079c22/ayvens-logo.png>
2026-03-25 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/powered_by_logo.svg>
2026-03-25 03:45:21 [ayvens.be] INFO: ✅ Intercepted token: 3b2cc62fd26c4e29a762db3de181266b
2026-03-25 03:45:21 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 0
2026-03-25 03:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981135
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981135: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981136
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981136: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981137
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981137: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981138
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981138: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981139
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981139: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981140
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981140: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981141
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981141: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981142
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981142: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981143
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981143: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981144
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981144: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981145
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981145: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981146
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981146: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981147
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981147: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981148
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981148: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981149
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981149: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981150
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981150: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981151
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981151: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981152
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981152: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981153
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981153: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981154
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981154: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981155
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981155: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981156
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981156: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981157
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:24 [ayvens.be] INFO: Scrape type for 1981157: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981158
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981158%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981158: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981159
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981159%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981159: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981160
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981160%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981160: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981161
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981161%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981161: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981162
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981162%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981162: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981163
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981163%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981163: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981164
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981164%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981164: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981165
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981165%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981165: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981166
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981166%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981166: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981167
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981167%27 HTTP/1.1" 200 None
2026-03-25 03:45:24 [ayvens.be] INFO: Scrape type for 1981167: 0
2026-03-25 03:45:24 [ayvens.be] INFO: Found listing with ID: 1981168
2026-03-25 03:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981168: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981169
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981169: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981170
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981170: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981171
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981171: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981172
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981172: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981173
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981173: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981174
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981174: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981175
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981175: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981176
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981176: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981177
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981177: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981178
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981178: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981179
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981179: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981180
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981180: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981181
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981181: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981182
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981182: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981183
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981183: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981184
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981184: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981185
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981185: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981186
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981186: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981187
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981187: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981188
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981188: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981189
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981189: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981190
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981190: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981191
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981191: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981192
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981192: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981193
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981193: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981194
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981194: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981195
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981195: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981196
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981196: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981197
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981197: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981198
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981198: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981199
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981199: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981200
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981200: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981201
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981201: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981202
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981202: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981203
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981203: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981204
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981204: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981205
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981205: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981206
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981206: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981207
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981207: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981208
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981208: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981209
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981209: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981210
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981210: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981211
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981211: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981212
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981212: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981213
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981213: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981214
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:25 [ayvens.be] INFO: Scrape type for 1981214: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981215
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981215%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981215: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981216
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981216%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981216: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981217
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981217%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981217: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981218
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981218%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981218: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981219
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981219%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981219: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981220
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981220%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981220: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981221
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981221%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981221: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981222
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981222%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981222: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981223
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981223%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981223: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981224
2026-03-25 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271981224%27 HTTP/1.1" 200 None
2026-03-25 03:45:25 [ayvens.be] INFO: Scrape type for 1981224: 0
2026-03-25 03:45:25 [ayvens.be] INFO: Found listing with ID: 1981225
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1981225: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1981226
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1981226: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1978467
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1978467: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1978468
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1978468: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1978469
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1978469: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1978470
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1978470: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1978471
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1978471: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1978472
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1978472: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1978473
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1978473: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Found listing with ID: 1978474
2026-03-25 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:26 [ayvens.be] INFO: Scrape type for 1978474: 0
2026-03-25 03:45:26 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 100
2026-03-25 03: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 03:45:28 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978475
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978475: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978476
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978476: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978477
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978477: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978478
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978478: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978479
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978479: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978480
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978480: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978481
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978481: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978482
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978482: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978483
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978483: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978484
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978484: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978485
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978485: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978486
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978486: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978487
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978487: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978488
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978488: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978489
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978489: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978490
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978490: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978491
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978491: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978492
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978492: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978493
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978493: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978494
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978494: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978495
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978495: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978496
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978496: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978497
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978497: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978498
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978498: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978499
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978499: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978500
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978500: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978501
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978501: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978502
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978502: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978503
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978503: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978504
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978504: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978505
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978505: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978506
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978506: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978507
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978507: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978508
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978508: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978509
2026-03-25 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:28 [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 03:45:28 [ayvens.be] INFO: Scrape type for 1978509: 0
2026-03-25 03:45:28 [ayvens.be] INFO: Found listing with ID: 1978510
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978510%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978510: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978511
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978511%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978511: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978512
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978512%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978512: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978513
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978513%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978513: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978514
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978514%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978514: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978515
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978515%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978515: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978516
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978516%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978516: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978517
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978517%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978517: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978518
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978518%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978518: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978519
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978519%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978519: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978520
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978520%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978520: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978521
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978521%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978521: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978522
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978522%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978522: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978523
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978523%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978523: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978524
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978524%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978524: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978525
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978525%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978525: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978526
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978526%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978526: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978527
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978527%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978527: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978528
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978528%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978528: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978529
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978529%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978529: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978530
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978530%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978530: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978531
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978531%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978531: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978532
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978532%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978532: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978542
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978542%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978542: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978543
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978543%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978543: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978544
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978544%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978544: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978545
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978545%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978545: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978546
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978546%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978546: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978547
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978547%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978547: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978548
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978548%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978548: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978549
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978549%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978549: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978550
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978550%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978550: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978551
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978551%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978551: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978552
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978552%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978552: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978553
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978553%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978553: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978554
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978554%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978554: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978555
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978555%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978555: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978556
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978556%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978556: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978557
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978557%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978557: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978558
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978558%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978558: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978559
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978559%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978559: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978560
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978560%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978560: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978561
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978561%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978561: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978562
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978562%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978562: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978563
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978563%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978563: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978564
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978564%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978564: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978565
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978565%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978565: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978566
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978566%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978566: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978567
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978567%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978567: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978568
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978568%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978568: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978569
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978569%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978569: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978570
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978570%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978570: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978571
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978571%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978571: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1978572
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271978572%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1978572: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1977588
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977588%27 HTTP/1.1" 200 None
2026-03-25 03:45:29 [ayvens.be] INFO: Scrape type for 1977588: 0
2026-03-25 03:45:29 [ayvens.be] INFO: Found listing with ID: 1977589
2026-03-25 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977589%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977589: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977590
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977590%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977590: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977591
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977591%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977591: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977592
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977592%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977592: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977593
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977593%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977593: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977594
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977594%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977594: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977595
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977595%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977595: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977596
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977596%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977596: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977597
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977597%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977597: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Found listing with ID: 1977598
2026-03-25 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977598%27 HTTP/1.1" 200 None
2026-03-25 03:45:30 [ayvens.be] INFO: Scrape type for 1977598: 0
2026-03-25 03:45:30 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 200
2026-03-25 03:45: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 03:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:45:31 [ayvens.be] INFO: Found listing with ID: 1977599
2026-03-25 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977599%27 HTTP/1.1" 200 None
2026-03-25 03:45:31 [ayvens.be] INFO: Scrape type for 1977599: 0
2026-03-25 03:45:31 [ayvens.be] INFO: Found listing with ID: 1977600
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977600%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977600: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977601
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977601%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977601: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977602
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977602%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977602: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977603
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977603%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977603: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977604
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977604%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977604: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977605
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977605%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977605: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977606
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977606%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977606: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977607
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977607%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977607: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977608
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977608%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977608: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977609
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977609%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977609: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977610
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977610%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977610: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977611
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977611%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977611: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977612
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977612%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977612: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977613
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977613%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977613: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977614
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977614%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977614: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977615
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977615%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977615: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977616
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977616%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977616: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977617
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977617%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977617: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977618
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977618%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977618: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977619
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977619%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977619: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977620
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977620%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977620: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977621
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977621%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977621: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977622
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977622%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977622: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977623
2026-03-25 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977623%27 HTTP/1.1" 200 None
2026-03-25 03:45:32 [ayvens.be] INFO: Scrape type for 1977623: 0
2026-03-25 03:45:32 [ayvens.be] INFO: Found listing with ID: 1977624
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977624%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977624: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977625
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977625%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977625: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977626
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977626%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977626: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977627
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977627%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977627: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977628
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977628%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977628: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977629
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977629%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977629: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977630
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977630%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977630: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977631
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977631%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977631: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977632
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977632%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977632: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977633
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977633%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977633: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977634
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977634%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977634: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977635
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977635%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977635: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977636
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977636%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977636: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977637
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977637%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977637: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977638
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977638%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977638: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977639
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977639%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977639: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977640
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977640%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977640: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977641
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977641%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977641: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977642
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977642%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977642: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977643
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977643%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977643: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977644
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977644%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977644: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977645
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977645%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977645: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977646
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977646%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977646: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977647
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977647%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977647: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977648
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977648%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977648: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977649
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977649%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977649: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977650
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977650%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977650: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977651
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977651%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977651: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977652
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977652%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977652: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977653
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977653%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977653: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977654
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977654%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977654: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977655
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977655%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977655: 0
2026-03-25 03:45:33 [ayvens.be] INFO: Found listing with ID: 1977656
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977656%27 HTTP/1.1" 200 None
2026-03-25 03:45:33 [ayvens.be] INFO: Scrape type for 1977656: 2
2026-03-25 03:45:33 [ayvens.be] INFO: Extracting data for car ID: 1977656
2026-03-25 03:45:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 045ade08-28a6-5bd1-be7d-d4c1ba6c7e1b with identifier: 1977656
2026-03-25 03:45:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 045ade08-28a6-5bd1-be7d-d4c1ba6c7e1b with scrape type 2
2026-03-25 03:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 045ade08-28a6-5bd1-be7d-d4c1ba6c7e1b with scrape type 2
2026-03-25 03:45:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 045ade08-28a6-5bd1-be7d-d4c1ba6c7e1b, identifier: 1977656
2026-03-25 03:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 045ade08-28a6-5bd1-be7d-d4c1ba6c7e1b with identifier: 1977656
2026-03-25 03:45:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 03:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 045ade08-28a6-5bd1-be7d-d4c1ba6c7e1b with identifier: 1977656
2026-03-25 03:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 045ade08-28a6-5bd1-be7d-d4c1ba6c7e1b with identifier: 1977656 to the API
2026-03-25 03:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '1.4L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '045ade08-28a6-5bd1-be7d-d4c1ba6c7e1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT',
'odometer': 93609,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': '1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2022}
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977656%27 HTTP/1.1" 200 None
2026-03-25 03:45:34 [ayvens.be] INFO: Saving data for 1977656: {'auction_closing_time': 1774600200.0, 'created_time': 1774306151.310986, 'last_price_update_time': 1774410334.171104}
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977656') HTTP/1.1" 204 0
2026-03-25 03:45:34 [ayvens.be] INFO: Found listing with ID: 1977657
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977657%27 HTTP/1.1" 200 None
2026-03-25 03:45:34 [ayvens.be] INFO: Scrape type for 1977657: 2
2026-03-25 03:45:34 [ayvens.be] INFO: Extracting data for car ID: 1977657
2026-03-25 03:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3feea61b-6b20-5c0b-a25d-5a2a0915d129 with identifier: 1977657
2026-03-25 03:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3feea61b-6b20-5c0b-a25d-5a2a0915d129 with scrape type 2
2026-03-25 03:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3feea61b-6b20-5c0b-a25d-5a2a0915d129 with scrape type 2
2026-03-25 03:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3feea61b-6b20-5c0b-a25d-5a2a0915d129, identifier: 1977657
2026-03-25 03:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3feea61b-6b20-5c0b-a25d-5a2a0915d129 with identifier: 1977657
2026-03-25 03:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3feea61b-6b20-5c0b-a25d-5a2a0915d129 with identifier: 1977657
2026-03-25 03:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3feea61b-6b20-5c0b-a25d-5a2a0915d129 with identifier: 1977657 to the API
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '3feea61b-6b20-5c0b-a25d-5a2a0915d129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'FABIA COMBI - 2018',
'odometer': 69457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'transmission': 'manual',
'trim': '1.0 TSI Ambition',
'vin': None,
'year': 2019}
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977657%27 HTTP/1.1" 200 None
2026-03-25 03:45:34 [ayvens.be] INFO: Saving data for 1977657: {'auction_closing_time': 1774600200.0, 'created_time': 1774306153.828134, 'last_price_update_time': 1774410334.699181}
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977657') HTTP/1.1" 204 0
2026-03-25 03:45:34 [ayvens.be] INFO: Found listing with ID: 1977658
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977658%27 HTTP/1.1" 200 None
2026-03-25 03:45:34 [ayvens.be] INFO: Scrape type for 1977658: 2
2026-03-25 03:45:34 [ayvens.be] INFO: Extracting data for car ID: 1977658
2026-03-25 03:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca13519b-5dc4-5c8c-b0dc-5cca28c60340 with identifier: 1977658
2026-03-25 03:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca13519b-5dc4-5c8c-b0dc-5cca28c60340 with scrape type 2
2026-03-25 03:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca13519b-5dc4-5c8c-b0dc-5cca28c60340 with scrape type 2
2026-03-25 03:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ca13519b-5dc4-5c8c-b0dc-5cca28c60340, identifier: 1977658
2026-03-25 03:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ca13519b-5dc4-5c8c-b0dc-5cca28c60340 with identifier: 1977658
2026-03-25 03:45:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 03:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ca13519b-5dc4-5c8c-b0dc-5cca28c60340 with identifier: 1977658
2026-03-25 03:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ca13519b-5dc4-5c8c-b0dc-5cca28c60340 with identifier: 1977658 to the API
2026-03-25 03:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '2.1L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'ca13519b-5dc4-5c8c-b0dc-5cca28c60340',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 300/35 FOU MWB DSL -',
'odometer': 146529,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 300/35 FOU MWB DSL - 316 2.1 BlueTEC A2H1 '
'(EU6) STOCK',
'transmission': 'manual',
'trim': '316 2.1 BlueTEC A2H1 (EU6) STOCK',
'vin': None,
'year': 2018}
2026-03-25 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977658%27 HTTP/1.1" 200 None
2026-03-25 03:45:35 [ayvens.be] INFO: Saving data for 1977658: {'auction_closing_time': 1774600200.0, 'created_time': 1774306155.165075, 'last_price_update_time': 1774410335.688497}
2026-03-25 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977658') HTTP/1.1" 204 0
2026-03-25 03:45:35 [ayvens.be] INFO: Found listing with ID: 1977659
2026-03-25 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977659%27 HTTP/1.1" 200 None
2026-03-25 03:45:35 [ayvens.be] INFO: Scrape type for 1977659: 2
2026-03-25 03:45:35 [ayvens.be] INFO: Extracting data for car ID: 1977659
2026-03-25 03:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 469414a9-2553-5bd7-b09f-558f10797a72 with identifier: 1977659
2026-03-25 03:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 469414a9-2553-5bd7-b09f-558f10797a72 with scrape type 2
2026-03-25 03:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 469414a9-2553-5bd7-b09f-558f10797a72 with scrape type 2
2026-03-25 03:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 469414a9-2553-5bd7-b09f-558f10797a72, identifier: 1977659
2026-03-25 03:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 469414a9-2553-5bd7-b09f-558f10797a72 with identifier: 1977659
2026-03-25 03:45:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 03:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 469414a9-2553-5bd7-b09f-558f10797a72 with identifier: 1977659
2026-03-25 03:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 469414a9-2553-5bd7-b09f-558f10797a72 with identifier: 1977659 to the API
2026-03-25 03:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 3,
'engine': '',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'electric',
'id': '469414a9-2553-5bd7-b09f-558f10797a72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'MINI',
'odometer': 87535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-28',
'seats_number': 4,
'seller_name': None,
'title': 'MINI MINI 32.6 KWH COOPER SE',
'transmission': 'automatic',
'trim': '32.6 KWH COOPER SE',
'vin': None,
'year': 2023}
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977659%27 HTTP/1.1" 200 None
2026-03-25 03:45:36 [ayvens.be] INFO: Saving data for 1977659: {'auction_closing_time': 1774600200.0, 'created_time': 1774306156.549429, 'last_price_update_time': 1774410336.134512}
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977659') HTTP/1.1" 204 0
2026-03-25 03:45:36 [ayvens.be] INFO: Found listing with ID: 1977660
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977660%27 HTTP/1.1" 200 None
2026-03-25 03:45:36 [ayvens.be] INFO: Scrape type for 1977660: 2
2026-03-25 03:45:36 [ayvens.be] INFO: Extracting data for car ID: 1977660
2026-03-25 03:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9511146e-d28e-5d4d-ae48-8a445b049d82 with identifier: 1977660
2026-03-25 03:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9511146e-d28e-5d4d-ae48-8a445b049d82 with scrape type 2
2026-03-25 03:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9511146e-d28e-5d4d-ae48-8a445b049d82 with scrape type 2
2026-03-25 03:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9511146e-d28e-5d4d-ae48-8a445b049d82, identifier: 1977660
2026-03-25 03:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9511146e-d28e-5d4d-ae48-8a445b049d82 with identifier: 1977660
2026-03-25 03:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9511146e-d28e-5d4d-ae48-8a445b049d82 with identifier: 1977660
2026-03-25 03:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9511146e-d28e-5d4d-ae48-8a445b049d82 with identifier: 1977660 to the API
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03:45:36 [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-27T08:30:00Z',
'fuel_type': 'electric',
'id': '9511146e-d28e-5d4d-ae48-8a445b049d82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'ID.BUZZ',
'odometer': 13630,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-11',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN ID.BUZZ BEV 91KWH 210KW PRO LWB AUTO',
'transmission': 'automatic',
'trim': 'BEV 91KWH 210KW PRO LWB AUTO',
'vin': None,
'year': 2025}
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977660%27 HTTP/1.1" 200 None
2026-03-25 03:45:36 [ayvens.be] INFO: Saving data for 1977660: {'auction_closing_time': 1774600200.0, 'created_time': 1774306157.460579, 'last_price_update_time': 1774410336.517735}
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977660') HTTP/1.1" 204 0
2026-03-25 03:45:36 [ayvens.be] INFO: Found listing with ID: 1977661
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977661%27 HTTP/1.1" 200 None
2026-03-25 03:45:36 [ayvens.be] INFO: Scrape type for 1977661: 2
2026-03-25 03:45:36 [ayvens.be] INFO: Extracting data for car ID: 1977661
2026-03-25 03:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d8d63e-d197-52bd-a239-00aa35ca34fd with identifier: 1977661
2026-03-25 03:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d8d63e-d197-52bd-a239-00aa35ca34fd with scrape type 2
2026-03-25 03:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d8d63e-d197-52bd-a239-00aa35ca34fd with scrape type 2
2026-03-25 03:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c2d8d63e-d197-52bd-a239-00aa35ca34fd, identifier: 1977661
2026-03-25 03:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c2d8d63e-d197-52bd-a239-00aa35ca34fd with identifier: 1977661
2026-03-25 03:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c2d8d63e-d197-52bd-a239-00aa35ca34fd with identifier: 1977661
2026-03-25 03:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c2d8d63e-d197-52bd-a239-00aa35ca34fd with identifier: 1977661 to the API
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'c2d8d63e-d197-52bd-a239-00aa35ca34fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 100116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 330E (215KW) TOURING',
'transmission': 'automatic',
'trim': '2.0 330E (215KW) TOURING',
'vin': None,
'year': 2022}
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977661%27 HTTP/1.1" 200 None
2026-03-25 03:45:36 [ayvens.be] INFO: Saving data for 1977661: {'auction_closing_time': 1774600200.0, 'created_time': 1774306159.268117, 'last_price_update_time': 1774410336.895387}
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977661') HTTP/1.1" 204 0
2026-03-25 03:45:36 [ayvens.be] INFO: Found listing with ID: 1977662
2026-03-25 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977662%27 HTTP/1.1" 200 None
2026-03-25 03:45:36 [ayvens.be] INFO: Scrape type for 1977662: 2
2026-03-25 03:45:36 [ayvens.be] INFO: Extracting data for car ID: 1977662
2026-03-25 03:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6effb4ca-66f3-5706-8807-5264ceb3957d with identifier: 1977662
2026-03-25 03:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6effb4ca-66f3-5706-8807-5264ceb3957d with scrape type 2
2026-03-25 03:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6effb4ca-66f3-5706-8807-5264ceb3957d with scrape type 2
2026-03-25 03:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6effb4ca-66f3-5706-8807-5264ceb3957d, identifier: 1977662
2026-03-25 03:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6effb4ca-66f3-5706-8807-5264ceb3957d with identifier: 1977662
2026-03-25 03:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6effb4ca-66f3-5706-8807-5264ceb3957d with identifier: 1977662
2026-03-25 03:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6effb4ca-66f3-5706-8807-5264ceb3957d with identifier: 1977662 to the API
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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.2L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '6effb4ca-66f3-5706-8807-5264ceb3957d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 95496,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': '1.2 PURETECH 55KW S-S ACTIVE',
'vin': None,
'year': 2022}
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977662%27 HTTP/1.1" 200 None
2026-03-25 03:45:37 [ayvens.be] INFO: Saving data for 1977662: {'auction_closing_time': 1774600200.0, 'created_time': 1774306160.788327, 'last_price_update_time': 1774410337.310281}
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977662') HTTP/1.1" 204 0
2026-03-25 03:45:37 [ayvens.be] INFO: Found listing with ID: 1977663
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977663%27 HTTP/1.1" 200 None
2026-03-25 03:45:37 [ayvens.be] INFO: Scrape type for 1977663: 2
2026-03-25 03:45:37 [ayvens.be] INFO: Extracting data for car ID: 1977663
2026-03-25 03:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deba7c2f-873e-56f9-9f6b-2e46f2a6e501 with identifier: 1977663
2026-03-25 03:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deba7c2f-873e-56f9-9f6b-2e46f2a6e501 with scrape type 2
2026-03-25 03:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item deba7c2f-873e-56f9-9f6b-2e46f2a6e501 with scrape type 2
2026-03-25 03:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: deba7c2f-873e-56f9-9f6b-2e46f2a6e501, identifier: 1977663
2026-03-25 03:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: deba7c2f-873e-56f9-9f6b-2e46f2a6e501 with identifier: 1977663
2026-03-25 03:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: deba7c2f-873e-56f9-9f6b-2e46f2a6e501 with identifier: 1977663
2026-03-25 03:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: deba7c2f-873e-56f9-9f6b-2e46f2a6e501 with identifier: 1977663 to the API
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.2L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'deba7c2f-873e-56f9-9f6b-2e46f2a6e501',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'Transit',
'odometer': 141372,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-08-11',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 2.2 TDCi L1H1 Ambiente STOCK',
'transmission': 'manual',
'trim': '2.2 TDCi L1H1 Ambiente STOCK',
'vin': None,
'year': 2015}
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977663%27 HTTP/1.1" 200 None
2026-03-25 03:45:37 [ayvens.be] INFO: Saving data for 1977663: {'auction_closing_time': 1774600200.0, 'created_time': 1774306162.392908, 'last_price_update_time': 1774410337.744294}
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977663') HTTP/1.1" 204 0
2026-03-25 03:45:37 [ayvens.be] INFO: Found listing with ID: 1977664
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977664%27 HTTP/1.1" 200 None
2026-03-25 03:45:37 [ayvens.be] INFO: Scrape type for 1977664: 2
2026-03-25 03:45:37 [ayvens.be] INFO: Extracting data for car ID: 1977664
2026-03-25 03:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f877b5ea-7647-5ac7-b521-790880cced50 with identifier: 1977664
2026-03-25 03:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f877b5ea-7647-5ac7-b521-790880cced50 with scrape type 2
2026-03-25 03:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f877b5ea-7647-5ac7-b521-790880cced50 with scrape type 2
2026-03-25 03:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f877b5ea-7647-5ac7-b521-790880cced50, identifier: 1977664
2026-03-25 03:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f877b5ea-7647-5ac7-b521-790880cced50 with identifier: 1977664
2026-03-25 03:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f877b5ea-7647-5ac7-b521-790880cced50 with identifier: 1977664
2026-03-25 03:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f877b5ea-7647-5ac7-b521-790880cced50 with identifier: 1977664 to the API
2026-03-25 03:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'f877b5ea-7647-5ac7-b521-790880cced50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'Superb',
'odometer': 111867,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb 2.0 CRTDI 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977664%27 HTTP/1.1" 200 None
2026-03-25 03:45:38 [ayvens.be] INFO: Saving data for 1977664: {'auction_closing_time': 1774600200.0, 'created_time': 1774306164.206022, 'last_price_update_time': 1774410338.148788}
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977664') HTTP/1.1" 204 0
2026-03-25 03:45:38 [ayvens.be] INFO: Found listing with ID: 1977665
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977665%27 HTTP/1.1" 200 None
2026-03-25 03:45:38 [ayvens.be] INFO: Scrape type for 1977665: 2
2026-03-25 03:45:38 [ayvens.be] INFO: Extracting data for car ID: 1977665
2026-03-25 03:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf52ed6f-d558-5fb6-821c-4bc241f56da6 with identifier: 1977665
2026-03-25 03:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf52ed6f-d558-5fb6-821c-4bc241f56da6 with scrape type 2
2026-03-25 03:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf52ed6f-d558-5fb6-821c-4bc241f56da6 with scrape type 2
2026-03-25 03:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bf52ed6f-d558-5fb6-821c-4bc241f56da6, identifier: 1977665
2026-03-25 03:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bf52ed6f-d558-5fb6-821c-4bc241f56da6 with identifier: 1977665
2026-03-25 03:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bf52ed6f-d558-5fb6-821c-4bc241f56da6 with identifier: 1977665
2026-03-25 03:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bf52ed6f-d558-5fb6-821c-4bc241f56da6 with identifier: 1977665 to the API
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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.2L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'bf52ed6f-d558-5fb6-821c-4bc241f56da6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 53621,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH E6.3 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': '1.2 PURETECH E6.3 55KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977665%27 HTTP/1.1" 200 None
2026-03-25 03:45:38 [ayvens.be] INFO: Saving data for 1977665: {'auction_closing_time': 1774600200.0, 'created_time': 1774306165.845518, 'last_price_update_time': 1774410338.539099}
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977665') HTTP/1.1" 204 0
2026-03-25 03:45:38 [ayvens.be] INFO: Found listing with ID: 1977666
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977666%27 HTTP/1.1" 200 None
2026-03-25 03:45:38 [ayvens.be] INFO: Scrape type for 1977666: 2
2026-03-25 03:45:38 [ayvens.be] INFO: Extracting data for car ID: 1977666
2026-03-25 03:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2418339b-e306-5029-a2f4-c0f0c6028f52 with identifier: 1977666
2026-03-25 03:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2418339b-e306-5029-a2f4-c0f0c6028f52 with scrape type 2
2026-03-25 03:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2418339b-e306-5029-a2f4-c0f0c6028f52 with scrape type 2
2026-03-25 03:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2418339b-e306-5029-a2f4-c0f0c6028f52, identifier: 1977666
2026-03-25 03:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2418339b-e306-5029-a2f4-c0f0c6028f52 with identifier: 1977666
2026-03-25 03:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2418339b-e306-5029-a2f4-c0f0c6028f52 with identifier: 1977666
2026-03-25 03:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2418339b-e306-5029-a2f4-c0f0c6028f52 with identifier: 1977666 to the API
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '2418339b-e306-5029-a2f4-c0f0c6028f52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'CITROAu2039N',
'model': 'JUMPY FOURGON MWB DIESEL - 201',
'odometer': 113241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-04',
'seats_number': 3,
'seller_name': None,
'title': 'CITROAu2039N JUMPY FOURGON MWB DIESEL - 201 2.0 HDi L2H1 Fresh '
'1200kg',
'transmission': 'manual',
'trim': '2.0 HDi L2H1 Fresh 1200kg',
'vin': None,
'year': 2016}
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977666%27 HTTP/1.1" 200 None
2026-03-25 03:45:38 [ayvens.be] INFO: Saving data for 1977666: {'auction_closing_time': 1774600200.0, 'created_time': 1774306168.394064, 'last_price_update_time': 1774410338.967496}
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977666') HTTP/1.1" 204 0
2026-03-25 03:45:38 [ayvens.be] INFO: Found listing with ID: 1977667
2026-03-25 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977667%27 HTTP/1.1" 200 None
2026-03-25 03:45:39 [ayvens.be] INFO: Scrape type for 1977667: 2
2026-03-25 03:45:39 [ayvens.be] INFO: Extracting data for car ID: 1977667
2026-03-25 03:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9724b7cc-ab7f-5228-8975-5364d21ce6d9 with identifier: 1977667
2026-03-25 03:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9724b7cc-ab7f-5228-8975-5364d21ce6d9 with scrape type 2
2026-03-25 03:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9724b7cc-ab7f-5228-8975-5364d21ce6d9 with scrape type 2
2026-03-25 03:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 9724b7cc-ab7f-5228-8975-5364d21ce6d9, identifier: 1977667
2026-03-25 03:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 9724b7cc-ab7f-5228-8975-5364d21ce6d9 with identifier: 1977667
2026-03-25 03:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 9724b7cc-ab7f-5228-8975-5364d21ce6d9 with identifier: 1977667
2026-03-25 03:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 9724b7cc-ab7f-5228-8975-5364d21ce6d9 with identifier: 1977667 to the API
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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.3L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '9724b7cc-ab7f-5228-8975-5364d21ce6d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA - Klasse',
'odometer': 31425,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 1.3 CLA 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': '1.3 CLA 180 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977667%27 HTTP/1.1" 200 None
2026-03-25 03:45:39 [ayvens.be] INFO: Saving data for 1977667: {'auction_closing_time': 1774600200.0, 'created_time': 1774306169.265056, 'last_price_update_time': 1774410339.351482}
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977667') HTTP/1.1" 204 0
2026-03-25 03:45:39 [ayvens.be] INFO: Found listing with ID: 1977668
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977668%27 HTTP/1.1" 200 None
2026-03-25 03:45:39 [ayvens.be] INFO: Scrape type for 1977668: 2
2026-03-25 03:45:39 [ayvens.be] INFO: Extracting data for car ID: 1977668
2026-03-25 03:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d079c44-9e75-5749-ba7a-06f159411bf3 with identifier: 1977668
2026-03-25 03:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d079c44-9e75-5749-ba7a-06f159411bf3 with scrape type 2
2026-03-25 03:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d079c44-9e75-5749-ba7a-06f159411bf3 with scrape type 2
2026-03-25 03:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 2d079c44-9e75-5749-ba7a-06f159411bf3, identifier: 1977668
2026-03-25 03:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 2d079c44-9e75-5749-ba7a-06f159411bf3 with identifier: 1977668
2026-03-25 03:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 2d079c44-9e75-5749-ba7a-06f159411bf3 with identifier: 1977668
2026-03-25 03:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 2d079c44-9e75-5749-ba7a-06f159411bf3 with identifier: 1977668 to the API
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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.4L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '2d079c44-9e75-5749-ba7a-06f159411bf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 163212,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER+',
'transmission': 'automatic',
'trim': '1.4 TSI PHEV 160KW DSG6 CLEVER+',
'vin': None,
'year': 2021}
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977668%27 HTTP/1.1" 200 None
2026-03-25 03:45:39 [ayvens.be] INFO: Saving data for 1977668: {'auction_closing_time': 1774600200.0, 'created_time': 1774306171.475201, 'last_price_update_time': 1774410339.836485}
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977668') HTTP/1.1" 204 0
2026-03-25 03:45:39 [ayvens.be] INFO: Found listing with ID: 1977669
2026-03-25 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977669%27 HTTP/1.1" 200 None
2026-03-25 03:45:39 [ayvens.be] INFO: Scrape type for 1977669: 2
2026-03-25 03:45:39 [ayvens.be] INFO: Extracting data for car ID: 1977669
2026-03-25 03:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96a92e4e-78f0-5ac6-ae13-2b814b1cf799 with identifier: 1977669
2026-03-25 03:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96a92e4e-78f0-5ac6-ae13-2b814b1cf799 with scrape type 2
2026-03-25 03:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96a92e4e-78f0-5ac6-ae13-2b814b1cf799 with scrape type 2
2026-03-25 03:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 96a92e4e-78f0-5ac6-ae13-2b814b1cf799, identifier: 1977669
2026-03-25 03:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 96a92e4e-78f0-5ac6-ae13-2b814b1cf799 with identifier: 1977669
2026-03-25 03:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 96a92e4e-78f0-5ac6-ae13-2b814b1cf799 with identifier: 1977669
2026-03-25 03:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 96a92e4e-78f0-5ac6-ae13-2b814b1cf799 with identifier: 1977669 to the API
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '96a92e4e-78f0-5ac6-ae13-2b814b1cf799',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 24936,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI LIFE BUSINESS DSG',
'transmission': 'automatic',
'trim': '1.0 TSI LIFE BUSINESS DSG',
'vin': None,
'year': 2024}
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977669%27 HTTP/1.1" 200 None
2026-03-25 03:45:40 [ayvens.be] INFO: Saving data for 1977669: {'auction_closing_time': 1774600200.0, 'created_time': 1774306172.539762, 'last_price_update_time': 1774410340.215516}
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977669') HTTP/1.1" 204 0
2026-03-25 03:45:40 [ayvens.be] INFO: Found listing with ID: 1977670
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977670%27 HTTP/1.1" 200 None
2026-03-25 03:45:40 [ayvens.be] INFO: Scrape type for 1977670: 2
2026-03-25 03:45:40 [ayvens.be] INFO: Extracting data for car ID: 1977670
2026-03-25 03:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bda3de32-246a-51e6-b3e0-89774c78540e with identifier: 1977670
2026-03-25 03:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bda3de32-246a-51e6-b3e0-89774c78540e with scrape type 2
2026-03-25 03:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bda3de32-246a-51e6-b3e0-89774c78540e with scrape type 2
2026-03-25 03:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: bda3de32-246a-51e6-b3e0-89774c78540e, identifier: 1977670
2026-03-25 03:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: bda3de32-246a-51e6-b3e0-89774c78540e with identifier: 1977670
2026-03-25 03:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: bda3de32-246a-51e6-b3e0-89774c78540e with identifier: 1977670
2026-03-25 03:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: bda3de32-246a-51e6-b3e0-89774c78540e with identifier: 1977670 to the API
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'bda3de32-246a-51e6-b3e0-89774c78540e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '5 - 2017',
'odometer': 147958,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 - 2017 530eA PHEV Performance OPF',
'transmission': 'automatic',
'trim': '530eA PHEV Performance OPF',
'vin': None,
'year': 2020}
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977670%27 HTTP/1.1" 200 None
2026-03-25 03:45:40 [ayvens.be] INFO: Saving data for 1977670: {'auction_closing_time': 1774600200.0, 'created_time': 1774306173.656768, 'last_price_update_time': 1774410340.597739}
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977670') HTTP/1.1" 204 0
2026-03-25 03:45:40 [ayvens.be] INFO: Found listing with ID: 1977671
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977671%27 HTTP/1.1" 200 None
2026-03-25 03:45:40 [ayvens.be] INFO: Scrape type for 1977671: 2
2026-03-25 03:45:40 [ayvens.be] INFO: Extracting data for car ID: 1977671
2026-03-25 03:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7432b945-b902-540b-bb71-eb9473438f9a with identifier: 1977671
2026-03-25 03:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7432b945-b902-540b-bb71-eb9473438f9a with scrape type 2
2026-03-25 03:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7432b945-b902-540b-bb71-eb9473438f9a with scrape type 2
2026-03-25 03:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7432b945-b902-540b-bb71-eb9473438f9a, identifier: 1977671
2026-03-25 03:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7432b945-b902-540b-bb71-eb9473438f9a with identifier: 1977671
2026-03-25 03:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7432b945-b902-540b-bb71-eb9473438f9a with identifier: 1977671
2026-03-25 03:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7432b945-b902-540b-bb71-eb9473438f9a with identifier: 1977671 to the API
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '7432b945-b902-540b-bb71-eb9473438f9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 51121,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 30 TDI 100KW S TR BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-25 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977671%27 HTTP/1.1" 200 None
2026-03-25 03:45:41 [ayvens.be] INFO: Saving data for 1977671: {'auction_closing_time': 1774600200.0, 'created_time': 1774306175.217257, 'last_price_update_time': 1774410341.00605}
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977671') HTTP/1.1" 204 0
2026-03-25 03:45:41 [ayvens.be] INFO: Found listing with ID: 1977672
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977672%27 HTTP/1.1" 200 None
2026-03-25 03:45:41 [ayvens.be] INFO: Scrape type for 1977672: 2
2026-03-25 03:45:41 [ayvens.be] INFO: Extracting data for car ID: 1977672
2026-03-25 03:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdf9e688-f5b6-5e14-8f1f-4cc9d7acc779 with identifier: 1977672
2026-03-25 03:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdf9e688-f5b6-5e14-8f1f-4cc9d7acc779 with scrape type 2
2026-03-25 03:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdf9e688-f5b6-5e14-8f1f-4cc9d7acc779 with scrape type 2
2026-03-25 03:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: cdf9e688-f5b6-5e14-8f1f-4cc9d7acc779, identifier: 1977672
2026-03-25 03:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: cdf9e688-f5b6-5e14-8f1f-4cc9d7acc779 with identifier: 1977672
2026-03-25 03:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: cdf9e688-f5b6-5e14-8f1f-4cc9d7acc779 with identifier: 1977672
2026-03-25 03:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: cdf9e688-f5b6-5e14-8f1f-4cc9d7acc779 with identifier: 1977672 to the API
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '1.3L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'cdf9e688-f5b6-5e14-8f1f-4cc9d7acc779',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 134172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 1.3 CLA 250 E DCT SHOOTING BRAKE',
'transmission': 'automatic',
'trim': '1.3 CLA 250 E DCT SHOOTING BRAKE',
'vin': None,
'year': 2021}
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977672%27 HTTP/1.1" 200 None
2026-03-25 03:45:41 [ayvens.be] INFO: Saving data for 1977672: {'auction_closing_time': 1774600200.0, 'created_time': 1774306177.326322, 'last_price_update_time': 1774410341.391883}
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977672') HTTP/1.1" 204 0
2026-03-25 03:45:41 [ayvens.be] INFO: Found listing with ID: 1977673
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977673%27 HTTP/1.1" 200 None
2026-03-25 03:45:41 [ayvens.be] INFO: Scrape type for 1977673: 2
2026-03-25 03:45:41 [ayvens.be] INFO: Extracting data for car ID: 1977673
2026-03-25 03:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fee0532-1b97-5097-905b-098f675dfe31 with identifier: 1977673
2026-03-25 03:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fee0532-1b97-5097-905b-098f675dfe31 with scrape type 2
2026-03-25 03:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fee0532-1b97-5097-905b-098f675dfe31 with scrape type 2
2026-03-25 03:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7fee0532-1b97-5097-905b-098f675dfe31, identifier: 1977673
2026-03-25 03:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7fee0532-1b97-5097-905b-098f675dfe31 with identifier: 1977673
2026-03-25 03:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7fee0532-1b97-5097-905b-098f675dfe31 with identifier: 1977673
2026-03-25 03:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7fee0532-1b97-5097-905b-098f675dfe31 with identifier: 1977673 to the API
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '7fee0532-1b97-5097-905b-098f675dfe31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 119189,
'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': 'AUDI A4 AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'transmission': 'automatic',
'trim': '2.0 30 TDI 100KW S TR BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977673%27 HTTP/1.1" 200 None
2026-03-25 03:45:41 [ayvens.be] INFO: Saving data for 1977673: {'auction_closing_time': 1774600200.0, 'created_time': 1774306178.676541, 'last_price_update_time': 1774410341.806592}
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977673') HTTP/1.1" 204 0
2026-03-25 03:45:41 [ayvens.be] INFO: Found listing with ID: 1977674
2026-03-25 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977674%27 HTTP/1.1" 200 None
2026-03-25 03:45:41 [ayvens.be] INFO: Scrape type for 1977674: 2
2026-03-25 03:45:41 [ayvens.be] INFO: Extracting data for car ID: 1977674
2026-03-25 03:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d468bd08-763c-5cd6-ab8d-e772e9880a5b with identifier: 1977674
2026-03-25 03:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d468bd08-763c-5cd6-ab8d-e772e9880a5b with scrape type 2
2026-03-25 03:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d468bd08-763c-5cd6-ab8d-e772e9880a5b with scrape type 2
2026-03-25 03:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d468bd08-763c-5cd6-ab8d-e772e9880a5b, identifier: 1977674
2026-03-25 03:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d468bd08-763c-5cd6-ab8d-e772e9880a5b with identifier: 1977674
2026-03-25 03:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d468bd08-763c-5cd6-ab8d-e772e9880a5b with identifier: 1977674
2026-03-25 03:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d468bd08-763c-5cd6-ab8d-e772e9880a5b with identifier: 1977674 to the API
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'd468bd08-763c-5cd6-ab8d-e772e9880a5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 162819,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 80 GRAND CONFORT',
'transmission': 'manual',
'trim': '1.5 BLUE DCI 80 GRAND CONFORT',
'vin': None,
'year': 2021}
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977674%27 HTTP/1.1" 200 None
2026-03-25 03:45:42 [ayvens.be] INFO: Saving data for 1977674: {'auction_closing_time': 1774600200.0, 'created_time': 1774306180.574788, 'last_price_update_time': 1774410342.19405}
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977674') HTTP/1.1" 204 0
2026-03-25 03:45:42 [ayvens.be] INFO: Found listing with ID: 1977675
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977675%27 HTTP/1.1" 200 None
2026-03-25 03:45:42 [ayvens.be] INFO: Scrape type for 1977675: 2
2026-03-25 03:45:42 [ayvens.be] INFO: Extracting data for car ID: 1977675
2026-03-25 03:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c374208f-dfb5-598c-be61-714ac1018f6b with identifier: 1977675
2026-03-25 03:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c374208f-dfb5-598c-be61-714ac1018f6b with scrape type 2
2026-03-25 03:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c374208f-dfb5-598c-be61-714ac1018f6b with scrape type 2
2026-03-25 03:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: c374208f-dfb5-598c-be61-714ac1018f6b, identifier: 1977675
2026-03-25 03:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: c374208f-dfb5-598c-be61-714ac1018f6b with identifier: 1977675
2026-03-25 03:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: c374208f-dfb5-598c-be61-714ac1018f6b with identifier: 1977675
2026-03-25 03:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: c374208f-dfb5-598c-be61-714ac1018f6b with identifier: 1977675 to the API
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'c374208f-dfb5-598c-be61-714ac1018f6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'Fiesta',
'odometer': 99558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0I ECOBOOST 74KW CONNECTED',
'transmission': 'manual',
'trim': '1.0I ECOBOOST 74KW CONNECTED',
'vin': None,
'year': 2022}
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977675%27 HTTP/1.1" 200 None
2026-03-25 03:45:42 [ayvens.be] INFO: Saving data for 1977675: {'auction_closing_time': 1774600200.0, 'created_time': 1774306182.032633, 'last_price_update_time': 1774410342.597674}
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977675') HTTP/1.1" 204 0
2026-03-25 03:45:42 [ayvens.be] INFO: Found listing with ID: 1977676
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977676%27 HTTP/1.1" 200 None
2026-03-25 03:45:42 [ayvens.be] INFO: Scrape type for 1977676: 2
2026-03-25 03:45:42 [ayvens.be] INFO: Extracting data for car ID: 1977676
2026-03-25 03:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba7dc3be-cf24-5d1a-bd9f-ff38d83a1650 with identifier: 1977676
2026-03-25 03:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba7dc3be-cf24-5d1a-bd9f-ff38d83a1650 with scrape type 2
2026-03-25 03:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba7dc3be-cf24-5d1a-bd9f-ff38d83a1650 with scrape type 2
2026-03-25 03:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ba7dc3be-cf24-5d1a-bd9f-ff38d83a1650, identifier: 1977676
2026-03-25 03:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ba7dc3be-cf24-5d1a-bd9f-ff38d83a1650 with identifier: 1977676
2026-03-25 03:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ba7dc3be-cf24-5d1a-bd9f-ff38d83a1650 with identifier: 1977676
2026-03-25 03:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ba7dc3be-cf24-5d1a-bd9f-ff38d83a1650 with identifier: 1977676 to the API
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '2.1L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'ba7dc3be-cf24-5d1a-bd9f-ff38d83a1650',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 300 FOU LWB DSL - 201',
'odometer': 100599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-20',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 300 FOU LWB DSL - 201 314 2.1 CDI L3H2 RWD '
'Functional',
'transmission': 'manual',
'trim': '314 2.1 CDI L3H2 RWD Functional',
'vin': None,
'year': 2020}
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977676%27 HTTP/1.1" 200 None
2026-03-25 03:45:42 [ayvens.be] INFO: Saving data for 1977676: {'auction_closing_time': 1774600200.0, 'created_time': 1774306183.397753, 'last_price_update_time': 1774410342.989955}
2026-03-25 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977676') HTTP/1.1" 204 0
2026-03-25 03:45:43 [ayvens.be] INFO: Found listing with ID: 1977677
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977677%27 HTTP/1.1" 200 None
2026-03-25 03:45:43 [ayvens.be] INFO: Scrape type for 1977677: 2
2026-03-25 03:45:43 [ayvens.be] INFO: Extracting data for car ID: 1977677
2026-03-25 03:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85da0471-de72-5775-b0ac-99ad5f6eb7ce with identifier: 1977677
2026-03-25 03:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85da0471-de72-5775-b0ac-99ad5f6eb7ce with scrape type 2
2026-03-25 03:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85da0471-de72-5775-b0ac-99ad5f6eb7ce with scrape type 2
2026-03-25 03:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 85da0471-de72-5775-b0ac-99ad5f6eb7ce, identifier: 1977677
2026-03-25 03:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 85da0471-de72-5775-b0ac-99ad5f6eb7ce with identifier: 1977677
2026-03-25 03:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 85da0471-de72-5775-b0ac-99ad5f6eb7ce with identifier: 1977677
2026-03-25 03:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 85da0471-de72-5775-b0ac-99ad5f6eb7ce with identifier: 1977677 to the API
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '85da0471-de72-5775-b0ac-99ad5f6eb7ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 102183,
'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': 'PEUGEOT 3008 1.2 PURETECH 96KW S&S ACTIVE PACK',
'transmission': 'manual',
'trim': '1.2 PURETECH 96KW S&S ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977677%27 HTTP/1.1" 200 None
2026-03-25 03:45:43 [ayvens.be] INFO: Saving data for 1977677: {'auction_closing_time': 1774600200.0, 'created_time': 1774306184.251451, 'last_price_update_time': 1774410343.406224}
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977677') HTTP/1.1" 204 0
2026-03-25 03:45:43 [ayvens.be] INFO: Found listing with ID: 1977678
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977678%27 HTTP/1.1" 200 None
2026-03-25 03:45:43 [ayvens.be] INFO: Scrape type for 1977678: 2
2026-03-25 03:45:43 [ayvens.be] INFO: Extracting data for car ID: 1977678
2026-03-25 03:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bc4f58e-de88-52db-adc9-a129cd3c21a0 with identifier: 1977678
2026-03-25 03:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bc4f58e-de88-52db-adc9-a129cd3c21a0 with scrape type 2
2026-03-25 03:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bc4f58e-de88-52db-adc9-a129cd3c21a0 with scrape type 2
2026-03-25 03:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8bc4f58e-de88-52db-adc9-a129cd3c21a0, identifier: 1977678
2026-03-25 03:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8bc4f58e-de88-52db-adc9-a129cd3c21a0 with identifier: 1977678
2026-03-25 03:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8bc4f58e-de88-52db-adc9-a129cd3c21a0 with identifier: 1977678
2026-03-25 03:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8bc4f58e-de88-52db-adc9-a129cd3c21a0 with identifier: 1977678 to the API
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03: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 03: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': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '8bc4f58e-de88-52db-adc9-a129cd3c21a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'Octavia',
'odometer': 135515,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia 1.5 TSI ACT 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '1.5 TSI ACT 110KW DSG7 CLEVER+',
'vin': None,
'year': 2021}
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977678%27 HTTP/1.1" 200 None
2026-03-25 03:45:43 [ayvens.be] INFO: Saving data for 1977678: {'auction_closing_time': 1774600200.0, 'created_time': 1774306186.224714, 'last_price_update_time': 1774410343.774269}
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977678') HTTP/1.1" 204 0
2026-03-25 03:45:43 [ayvens.be] INFO: Found listing with ID: 1977679
2026-03-25 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977679%27 HTTP/1.1" 200 None
2026-03-25 03:45:43 [ayvens.be] INFO: Scrape type for 1977679: 2
2026-03-25 03:45:43 [ayvens.be] INFO: Extracting data for car ID: 1977679
2026-03-25 03:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1251ef21-3f1b-54ef-9953-98a74fc641e1 with identifier: 1977679
2026-03-25 03:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1251ef21-3f1b-54ef-9953-98a74fc641e1 with scrape type 2
2026-03-25 03:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1251ef21-3f1b-54ef-9953-98a74fc641e1 with scrape type 2
2026-03-25 03:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1251ef21-3f1b-54ef-9953-98a74fc641e1, identifier: 1977679
2026-03-25 03:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1251ef21-3f1b-54ef-9953-98a74fc641e1 with identifier: 1977679
2026-03-25 03:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1251ef21-3f1b-54ef-9953-98a74fc641e1 with identifier: 1977679
2026-03-25 03:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1251ef21-3f1b-54ef-9953-98a74fc641e1 with identifier: 1977679 to the API
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '1251ef21-3f1b-54ef-9953-98a74fc641e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF VARIANT VIII',
'odometer': 154961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VARIANT VIII 1.0 E-TSI LIFE DSG',
'transmission': 'automatic',
'trim': '1.0 E-TSI LIFE DSG',
'vin': None,
'year': 2021}
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977679%27 HTTP/1.1" 200 None
2026-03-25 03:45:44 [ayvens.be] INFO: Saving data for 1977679: {'auction_closing_time': 1774600200.0, 'created_time': 1774306188.172732, 'last_price_update_time': 1774410344.227902}
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977679') HTTP/1.1" 204 0
2026-03-25 03:45:44 [ayvens.be] INFO: Found listing with ID: 1977680
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977680%27 HTTP/1.1" 200 None
2026-03-25 03:45:44 [ayvens.be] INFO: Scrape type for 1977680: 2
2026-03-25 03:45:44 [ayvens.be] INFO: Extracting data for car ID: 1977680
2026-03-25 03:45:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac1aa2c0-1c0d-54e1-8d1a-5cf45f444d0c with identifier: 1977680
2026-03-25 03:45:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac1aa2c0-1c0d-54e1-8d1a-5cf45f444d0c with scrape type 2
2026-03-25 03:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac1aa2c0-1c0d-54e1-8d1a-5cf45f444d0c with scrape type 2
2026-03-25 03:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ac1aa2c0-1c0d-54e1-8d1a-5cf45f444d0c, identifier: 1977680
2026-03-25 03:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ac1aa2c0-1c0d-54e1-8d1a-5cf45f444d0c with identifier: 1977680
2026-03-25 03:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ac1aa2c0-1c0d-54e1-8d1a-5cf45f444d0c with identifier: 1977680
2026-03-25 03:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ac1aa2c0-1c0d-54e1-8d1a-5cf45f444d0c with identifier: 1977680 to the API
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'ac1aa2c0-1c0d-54e1-8d1a-5cf45f444d0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 45000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2022}
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977680%27 HTTP/1.1" 200 None
2026-03-25 03:45:44 [ayvens.be] INFO: Saving data for 1977680: {'auction_closing_time': 1774600200.0, 'created_time': 1774306189.537802, 'last_price_update_time': 1774410344.602661}
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977680') HTTP/1.1" 204 0
2026-03-25 03:45:44 [ayvens.be] INFO: Found listing with ID: 1977681
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977681%27 HTTP/1.1" 200 None
2026-03-25 03:45:44 [ayvens.be] INFO: Scrape type for 1977681: 2
2026-03-25 03:45:44 [ayvens.be] INFO: Extracting data for car ID: 1977681
2026-03-25 03:45:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b8eee39-0469-5d8c-b9c4-579b9a40bc59 with identifier: 1977681
2026-03-25 03:45:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8eee39-0469-5d8c-b9c4-579b9a40bc59 with scrape type 2
2026-03-25 03:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b8eee39-0469-5d8c-b9c4-579b9a40bc59 with scrape type 2
2026-03-25 03:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 7b8eee39-0469-5d8c-b9c4-579b9a40bc59, identifier: 1977681
2026-03-25 03:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 7b8eee39-0469-5d8c-b9c4-579b9a40bc59 with identifier: 1977681
2026-03-25 03:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 7b8eee39-0469-5d8c-b9c4-579b9a40bc59 with identifier: 1977681
2026-03-25 03:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 7b8eee39-0469-5d8c-b9c4-579b9a40bc59 with identifier: 1977681 to the API
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '7b8eee39-0469-5d8c-b9c4-579b9a40bc59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q5 Sportback',
'odometer': 102850,
'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': 5,
'seller_name': None,
'title': 'AUDI Q5 Sportback 2.0 35 TDI S TRONIC BUS.ED.SL',
'transmission': 'automatic',
'trim': '2.0 35 TDI S TRONIC BUS.ED.SL',
'vin': None,
'year': 2021}
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977681%27 HTTP/1.1" 200 None
2026-03-25 03:45:45 [ayvens.be] INFO: Saving data for 1977681: {'auction_closing_time': 1774600200.0, 'created_time': 1774306191.403259, 'last_price_update_time': 1774410345.015355}
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977681') HTTP/1.1" 204 0
2026-03-25 03:45:45 [ayvens.be] INFO: Found listing with ID: 1977682
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977682%27 HTTP/1.1" 200 None
2026-03-25 03:45:45 [ayvens.be] INFO: Scrape type for 1977682: 2
2026-03-25 03:45:45 [ayvens.be] INFO: Extracting data for car ID: 1977682
2026-03-25 03:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e987792c-e4d5-576f-95d9-cbb80181df2d with identifier: 1977682
2026-03-25 03:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e987792c-e4d5-576f-95d9-cbb80181df2d with scrape type 2
2026-03-25 03:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e987792c-e4d5-576f-95d9-cbb80181df2d with scrape type 2
2026-03-25 03:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: e987792c-e4d5-576f-95d9-cbb80181df2d, identifier: 1977682
2026-03-25 03:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: e987792c-e4d5-576f-95d9-cbb80181df2d with identifier: 1977682
2026-03-25 03:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: e987792c-e4d5-576f-95d9-cbb80181df2d with identifier: 1977682
2026-03-25 03:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: e987792c-e4d5-576f-95d9-cbb80181df2d with identifier: 1977682 to the API
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'e987792c-e4d5-576f-95d9-cbb80181df2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 148286,
'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': 'BMW 3 SERIES TOURING 2.0 320D (140KW) XDRIVE 4WD TOURING',
'transmission': 'automatic',
'trim': '2.0 320D (140KW) XDRIVE 4WD TOURING',
'vin': None,
'year': 2022}
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977682%27 HTTP/1.1" 200 None
2026-03-25 03:45:45 [ayvens.be] INFO: Saving data for 1977682: {'auction_closing_time': 1774600200.0, 'created_time': 1774306192.8976, 'last_price_update_time': 1774410345.3836}
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977682') HTTP/1.1" 204 0
2026-03-25 03:45:45 [ayvens.be] INFO: Found listing with ID: 1977683
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977683%27 HTTP/1.1" 200 None
2026-03-25 03:45:45 [ayvens.be] INFO: Scrape type for 1977683: 2
2026-03-25 03:45:45 [ayvens.be] INFO: Extracting data for car ID: 1977683
2026-03-25 03:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc28ae1-02d9-5907-9e63-d776e0c990de with identifier: 1977683
2026-03-25 03:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc28ae1-02d9-5907-9e63-d776e0c990de with scrape type 2
2026-03-25 03:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc28ae1-02d9-5907-9e63-d776e0c990de with scrape type 2
2026-03-25 03:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3fc28ae1-02d9-5907-9e63-d776e0c990de, identifier: 1977683
2026-03-25 03:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3fc28ae1-02d9-5907-9e63-d776e0c990de with identifier: 1977683
2026-03-25 03:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3fc28ae1-02d9-5907-9e63-d776e0c990de with identifier: 1977683
2026-03-25 03:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3fc28ae1-02d9-5907-9e63-d776e0c990de with identifier: 1977683 to the API
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '3fc28ae1-02d9-5907-9e63-d776e0c990de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 216130,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': '1.5 TSI ACT 110KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977683%27 HTTP/1.1" 200 None
2026-03-25 03:45:45 [ayvens.be] INFO: Saving data for 1977683: {'auction_closing_time': 1774600200.0, 'created_time': 1774306194.45978, 'last_price_update_time': 1774410345.76375}
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977683') HTTP/1.1" 204 0
2026-03-25 03:45:45 [ayvens.be] INFO: Found listing with ID: 1977684
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977684%27 HTTP/1.1" 200 None
2026-03-25 03:45:45 [ayvens.be] INFO: Scrape type for 1977684: 2
2026-03-25 03:45:45 [ayvens.be] INFO: Extracting data for car ID: 1977684
2026-03-25 03:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6160d6b9-1f0c-5ece-bc14-0b87f21f60e0 with identifier: 1977684
2026-03-25 03:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6160d6b9-1f0c-5ece-bc14-0b87f21f60e0 with scrape type 2
2026-03-25 03:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6160d6b9-1f0c-5ece-bc14-0b87f21f60e0 with scrape type 2
2026-03-25 03:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6160d6b9-1f0c-5ece-bc14-0b87f21f60e0, identifier: 1977684
2026-03-25 03:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6160d6b9-1f0c-5ece-bc14-0b87f21f60e0 with identifier: 1977684
2026-03-25 03:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6160d6b9-1f0c-5ece-bc14-0b87f21f60e0 with identifier: 1977684
2026-03-25 03:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6160d6b9-1f0c-5ece-bc14-0b87f21f60e0 with identifier: 1977684 to the API
2026-03-25 03:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '6160d6b9-1f0c-5ece-bc14-0b87f21f60e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT VARIANT',
'odometer': 161486,
'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': 'VOLKSWAGEN PASSAT VARIANT 2.0 TDI SCR VARIANT ELEGANCE BUSINESS',
'transmission': 'manual',
'trim': '2.0 TDI SCR VARIANT ELEGANCE BUSINESS',
'vin': None,
'year': 2022}
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977684%27 HTTP/1.1" 200 None
2026-03-25 03:45:46 [ayvens.be] INFO: Saving data for 1977684: {'auction_closing_time': 1774600200.0, 'created_time': 1774306196.107513, 'last_price_update_time': 1774410346.134774}
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977684') HTTP/1.1" 204 0
2026-03-25 03:45:46 [ayvens.be] INFO: Found listing with ID: 1977685
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977685%27 HTTP/1.1" 200 None
2026-03-25 03:45:46 [ayvens.be] INFO: Scrape type for 1977685: 2
2026-03-25 03:45:46 [ayvens.be] INFO: Extracting data for car ID: 1977685
2026-03-25 03:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 689b96f2-8e1c-59f2-9a1c-b2c8c412329a with identifier: 1977685
2026-03-25 03:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 689b96f2-8e1c-59f2-9a1c-b2c8c412329a with scrape type 2
2026-03-25 03:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 689b96f2-8e1c-59f2-9a1c-b2c8c412329a with scrape type 2
2026-03-25 03:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 689b96f2-8e1c-59f2-9a1c-b2c8c412329a, identifier: 1977685
2026-03-25 03:45:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 689b96f2-8e1c-59f2-9a1c-b2c8c412329a with identifier: 1977685
2026-03-25 03:45:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 689b96f2-8e1c-59f2-9a1c-b2c8c412329a with identifier: 1977685
2026-03-25 03:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 689b96f2-8e1c-59f2-9a1c-b2c8c412329a with identifier: 1977685 to the API
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '689b96f2-8e1c-59f2-9a1c-b2c8c412329a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'C-CLASS BERLINE',
'odometer': 189229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-CLASS BERLINE 2.0 MHEV C 200 D AUTO BUSINESS LINE',
'transmission': 'automatic',
'trim': '2.0 MHEV C 200 D AUTO BUSINESS LINE',
'vin': None,
'year': 2022}
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977685%27 HTTP/1.1" 200 None
2026-03-25 03:45:46 [ayvens.be] INFO: Saving data for 1977685: {'auction_closing_time': 1774600200.0, 'created_time': 1774306197.965502, 'last_price_update_time': 1774410346.525105}
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977685') HTTP/1.1" 204 0
2026-03-25 03:45:46 [ayvens.be] INFO: Found listing with ID: 1977686
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977686%27 HTTP/1.1" 200 None
2026-03-25 03:45:46 [ayvens.be] INFO: Scrape type for 1977686: 2
2026-03-25 03:45:46 [ayvens.be] INFO: Extracting data for car ID: 1977686
2026-03-25 03:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a55c3b2-85b1-5158-b434-d3c82619f930 with identifier: 1977686
2026-03-25 03:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a55c3b2-85b1-5158-b434-d3c82619f930 with scrape type 2
2026-03-25 03:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a55c3b2-85b1-5158-b434-d3c82619f930 with scrape type 2
2026-03-25 03:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3a55c3b2-85b1-5158-b434-d3c82619f930, identifier: 1977686
2026-03-25 03:45:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3a55c3b2-85b1-5158-b434-d3c82619f930 with identifier: 1977686
2026-03-25 03:45:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3a55c3b2-85b1-5158-b434-d3c82619f930 with identifier: 1977686
2026-03-25 03:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3a55c3b2-85b1-5158-b434-d3c82619f930 with identifier: 1977686 to the API
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.3L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '3a55c3b2-85b1-5158-b434-d3c82619f930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'A-Klasse',
'odometer': 166750,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-Klasse 1.3 A 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '1.3 A 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977686%27 HTTP/1.1" 200 None
2026-03-25 03:45:46 [ayvens.be] INFO: Saving data for 1977686: {'auction_closing_time': 1774600200.0, 'created_time': 1774306200.281606, 'last_price_update_time': 1774410346.938582}
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977686') HTTP/1.1" 204 0
2026-03-25 03:45:46 [ayvens.be] INFO: Found listing with ID: 1977687
2026-03-25 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977687%27 HTTP/1.1" 200 None
2026-03-25 03:45:46 [ayvens.be] INFO: Scrape type for 1977687: 2
2026-03-25 03:45:46 [ayvens.be] INFO: Extracting data for car ID: 1977687
2026-03-25 03:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c25aa41-2218-561e-a438-a007c344cf04 with identifier: 1977687
2026-03-25 03:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c25aa41-2218-561e-a438-a007c344cf04 with scrape type 2
2026-03-25 03:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c25aa41-2218-561e-a438-a007c344cf04 with scrape type 2
2026-03-25 03:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 0c25aa41-2218-561e-a438-a007c344cf04, identifier: 1977687
2026-03-25 03:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 0c25aa41-2218-561e-a438-a007c344cf04 with identifier: 1977687
2026-03-25 03:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 0c25aa41-2218-561e-a438-a007c344cf04 with identifier: 1977687
2026-03-25 03:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 0c25aa41-2218-561e-a438-a007c344cf04 with identifier: 1977687 to the API
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '0c25aa41-2218-561e-a438-a007c344cf04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 110119,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PURETECH 96KW S-S AUTO GT',
'transmission': 'automatic',
'trim': '1.2 PURETECH 96KW S-S AUTO GT',
'vin': None,
'year': 2021}
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977687%27 HTTP/1.1" 200 None
2026-03-25 03:45:47 [ayvens.be] INFO: Saving data for 1977687: {'auction_closing_time': 1774600200.0, 'created_time': 1774306202.081539, 'last_price_update_time': 1774410347.317897}
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977687') HTTP/1.1" 204 0
2026-03-25 03:45:47 [ayvens.be] INFO: Found listing with ID: 1977688
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977688%27 HTTP/1.1" 200 None
2026-03-25 03:45:47 [ayvens.be] INFO: Scrape type for 1977688: 2
2026-03-25 03:45:47 [ayvens.be] INFO: Extracting data for car ID: 1977688
2026-03-25 03:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b0a222-58c0-51a5-bb78-bc6cf6b7b0af with identifier: 1977688
2026-03-25 03:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b0a222-58c0-51a5-bb78-bc6cf6b7b0af with scrape type 2
2026-03-25 03:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53b0a222-58c0-51a5-bb78-bc6cf6b7b0af with scrape type 2
2026-03-25 03:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 53b0a222-58c0-51a5-bb78-bc6cf6b7b0af, identifier: 1977688
2026-03-25 03:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 53b0a222-58c0-51a5-bb78-bc6cf6b7b0af with identifier: 1977688
2026-03-25 03:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 53b0a222-58c0-51a5-bb78-bc6cf6b7b0af with identifier: 1977688
2026-03-25 03:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 53b0a222-58c0-51a5-bb78-bc6cf6b7b0af with identifier: 1977688 to the API
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '53b0a222-58c0-51a5-bb78-bc6cf6b7b0af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'B-CLASS',
'odometer': 69451,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 250 E BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': '1.3 B 250 E BUSINESS SOLUTION DCT',
'vin': None,
'year': 2022}
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977688%27 HTTP/1.1" 200 None
2026-03-25 03:45:47 [ayvens.be] INFO: Saving data for 1977688: {'auction_closing_time': 1774600200.0, 'created_time': 1774306202.770502, 'last_price_update_time': 1774410347.721696}
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977688') HTTP/1.1" 204 0
2026-03-25 03:45:47 [ayvens.be] INFO: Found listing with ID: 1977689
2026-03-25 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977689%27 HTTP/1.1" 200 None
2026-03-25 03:45:47 [ayvens.be] INFO: Scrape type for 1977689: 2
2026-03-25 03:45:47 [ayvens.be] INFO: Extracting data for car ID: 1977689
2026-03-25 03:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ebf7d7a-96bb-5e9d-bccf-b63434def656 with identifier: 1977689
2026-03-25 03:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ebf7d7a-96bb-5e9d-bccf-b63434def656 with scrape type 2
2026-03-25 03:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ebf7d7a-96bb-5e9d-bccf-b63434def656 with scrape type 2
2026-03-25 03:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3ebf7d7a-96bb-5e9d-bccf-b63434def656, identifier: 1977689
2026-03-25 03:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3ebf7d7a-96bb-5e9d-bccf-b63434def656 with identifier: 1977689
2026-03-25 03:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3ebf7d7a-96bb-5e9d-bccf-b63434def656 with identifier: 1977689
2026-03-25 03:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3ebf7d7a-96bb-5e9d-bccf-b63434def656 with identifier: 1977689 to the API
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '3ebf7d7a-96bb-5e9d-bccf-b63434def656',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 50989,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'transmission': 'automatic',
'trim': '1.2 PURETECH 96KW S-S AUTO GT PACK',
'vin': None,
'year': 2023}
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:48 [ayvens.be] INFO: Saving data for 1977689: {'auction_closing_time': 1774600200.0, 'created_time': 1774306204.74233, 'last_price_update_time': 1774410348.175797}
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977689') HTTP/1.1" 204 0
2026-03-25 03:45:48 [ayvens.be] INFO: Found listing with ID: 1977690
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:48 [ayvens.be] INFO: Scrape type for 1977690: 2
2026-03-25 03:45:48 [ayvens.be] INFO: Extracting data for car ID: 1977690
2026-03-25 03:45:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00f57cd1-ca37-51b3-b5eb-6a48991e6335 with identifier: 1977690
2026-03-25 03:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00f57cd1-ca37-51b3-b5eb-6a48991e6335 with scrape type 2
2026-03-25 03:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00f57cd1-ca37-51b3-b5eb-6a48991e6335 with scrape type 2
2026-03-25 03:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 00f57cd1-ca37-51b3-b5eb-6a48991e6335, identifier: 1977690
2026-03-25 03:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 00f57cd1-ca37-51b3-b5eb-6a48991e6335 with identifier: 1977690
2026-03-25 03:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 00f57cd1-ca37-51b3-b5eb-6a48991e6335 with identifier: 1977690
2026-03-25 03:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 00f57cd1-ca37-51b3-b5eb-6a48991e6335 with identifier: 1977690 to the API
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '00f57cd1-ca37-51b3-b5eb-6a48991e6335',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 87800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 T6 PHEV INSCRIPTION EXPR. AUTO 4WD',
'vin': None,
'year': 2021}
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:48 [ayvens.be] INFO: Saving data for 1977690: {'auction_closing_time': 1774600200.0, 'created_time': 1774306206.525359, 'last_price_update_time': 1774410348.637954}
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977690') HTTP/1.1" 204 0
2026-03-25 03:45:48 [ayvens.be] INFO: Found listing with ID: 1977691
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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 03:45:48 [ayvens.be] INFO: Scrape type for 1977691: 2
2026-03-25 03:45:48 [ayvens.be] INFO: Extracting data for car ID: 1977691
2026-03-25 03:45:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f6b198-2c00-5426-923f-ad814b88eacb with identifier: 1977691
2026-03-25 03:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f6b198-2c00-5426-923f-ad814b88eacb with scrape type 2
2026-03-25 03:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19f6b198-2c00-5426-923f-ad814b88eacb with scrape type 2
2026-03-25 03:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 19f6b198-2c00-5426-923f-ad814b88eacb, identifier: 1977691
2026-03-25 03:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 19f6b198-2c00-5426-923f-ad814b88eacb with identifier: 1977691
2026-03-25 03:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 19f6b198-2c00-5426-923f-ad814b88eacb with identifier: 1977691
2026-03-25 03:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 19f6b198-2c00-5426-923f-ad814b88eacb with identifier: 1977691 to the API
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '19f6b198-2c00-5426-923f-ad814b88eacb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 SERIES TOURING',
'odometer': 97558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318I (115KW) TOURING',
'transmission': 'manual',
'trim': '2.0 318I (115KW) TOURING',
'vin': None,
'year': 2022}
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977691%27 HTTP/1.1" 200 None
2026-03-25 03:45:49 [ayvens.be] INFO: Saving data for 1977691: {'auction_closing_time': 1774600200.0, 'created_time': 1774306208.551269, 'last_price_update_time': 1774410349.018293}
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977691') HTTP/1.1" 204 0
2026-03-25 03:45:49 [ayvens.be] INFO: Found listing with ID: 1977692
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977692%27 HTTP/1.1" 200 None
2026-03-25 03:45:49 [ayvens.be] INFO: Scrape type for 1977692: 2
2026-03-25 03:45:49 [ayvens.be] INFO: Extracting data for car ID: 1977692
2026-03-25 03:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d10498e3-5410-57a2-99e4-7431f1238b3b with identifier: 1977692
2026-03-25 03:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d10498e3-5410-57a2-99e4-7431f1238b3b with scrape type 2
2026-03-25 03:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d10498e3-5410-57a2-99e4-7431f1238b3b with scrape type 2
2026-03-25 03:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d10498e3-5410-57a2-99e4-7431f1238b3b, identifier: 1977692
2026-03-25 03:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d10498e3-5410-57a2-99e4-7431f1238b3b with identifier: 1977692
2026-03-25 03:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d10498e3-5410-57a2-99e4-7431f1238b3b with identifier: 1977692
2026-03-25 03:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d10498e3-5410-57a2-99e4-7431f1238b3b with identifier: 1977692 to the API
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45: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-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'd10498e3-5410-57a2-99e4-7431f1238b3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'GALAXY DIESEL - 2015',
'odometer': 197428,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-08',
'seats_number': 7,
'seller_name': None,
'title': 'FORD GALAXY DIESEL - 2015 2.0 TDCi Titanium AdBlue (EU6.2)',
'transmission': 'manual',
'trim': '2.0 TDCi Titanium AdBlue (EU6.2)',
'vin': None,
'year': 2021}
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977692%27 HTTP/1.1" 200 None
2026-03-25 03:45:49 [ayvens.be] INFO: Saving data for 1977692: {'auction_closing_time': 1774600200.0, 'created_time': 1774306210.430524, 'last_price_update_time': 1774410349.45672}
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977692') HTTP/1.1" 204 0
2026-03-25 03:45:49 [ayvens.be] INFO: Found listing with ID: 1977693
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977693%27 HTTP/1.1" 200 None
2026-03-25 03:45:49 [ayvens.be] INFO: Scrape type for 1977693: 2
2026-03-25 03:45:49 [ayvens.be] INFO: Extracting data for car ID: 1977693
2026-03-25 03:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f773ce8b-39ef-5892-9b90-097a51c142d6 with identifier: 1977693
2026-03-25 03:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f773ce8b-39ef-5892-9b90-097a51c142d6 with scrape type 2
2026-03-25 03:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f773ce8b-39ef-5892-9b90-097a51c142d6 with scrape type 2
2026-03-25 03:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: f773ce8b-39ef-5892-9b90-097a51c142d6, identifier: 1977693
2026-03-25 03:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: f773ce8b-39ef-5892-9b90-097a51c142d6 with identifier: 1977693
2026-03-25 03:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: f773ce8b-39ef-5892-9b90-097a51c142d6 with identifier: 1977693
2026-03-25 03:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: f773ce8b-39ef-5892-9b90-097a51c142d6 with identifier: 1977693 to the API
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'f773ce8b-39ef-5892-9b90-097a51c142d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 110571,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2021}
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977693%27 HTTP/1.1" 200 None
2026-03-25 03:45:49 [ayvens.be] INFO: Saving data for 1977693: {'auction_closing_time': 1774600200.0, 'created_time': 1774306212.136637, 'last_price_update_time': 1774410349.848889}
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977693') HTTP/1.1" 204 0
2026-03-25 03:45:49 [ayvens.be] INFO: Found listing with ID: 1977694
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977694%27 HTTP/1.1" 200 None
2026-03-25 03:45:49 [ayvens.be] INFO: Scrape type for 1977694: 2
2026-03-25 03:45:49 [ayvens.be] INFO: Extracting data for car ID: 1977694
2026-03-25 03:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcbe9e18-9647-55d0-843c-314c83e622d6 with identifier: 1977694
2026-03-25 03:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcbe9e18-9647-55d0-843c-314c83e622d6 with scrape type 2
2026-03-25 03:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcbe9e18-9647-55d0-843c-314c83e622d6 with scrape type 2
2026-03-25 03:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: fcbe9e18-9647-55d0-843c-314c83e622d6, identifier: 1977694
2026-03-25 03:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: fcbe9e18-9647-55d0-843c-314c83e622d6 with identifier: 1977694
2026-03-25 03:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: fcbe9e18-9647-55d0-843c-314c83e622d6 with identifier: 1977694
2026-03-25 03:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: fcbe9e18-9647-55d0-843c-314c83e622d6 with identifier: 1977694 to the API
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'fcbe9e18-9647-55d0-843c-314c83e622d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40 DIESEL',
'odometer': 153014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 DIESEL 2.0 D3 Momentum Pro Geartronic',
'transmission': 'automatic',
'trim': '2.0 D3 Momentum Pro Geartronic',
'vin': None,
'year': 2020}
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977694%27 HTTP/1.1" 200 None
2026-03-25 03:45:50 [ayvens.be] INFO: Saving data for 1977694: {'auction_closing_time': 1774600200.0, 'created_time': 1774306213.708067, 'last_price_update_time': 1774410350.24114}
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977694') HTTP/1.1" 204 0
2026-03-25 03:45:50 [ayvens.be] INFO: Found listing with ID: 1977695
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977695%27 HTTP/1.1" 200 None
2026-03-25 03:45:50 [ayvens.be] INFO: Scrape type for 1977695: 2
2026-03-25 03:45:50 [ayvens.be] INFO: Extracting data for car ID: 1977695
2026-03-25 03:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef190dfa-adec-5aff-899c-289e8e8c1b1e with identifier: 1977695
2026-03-25 03:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef190dfa-adec-5aff-899c-289e8e8c1b1e with scrape type 2
2026-03-25 03:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef190dfa-adec-5aff-899c-289e8e8c1b1e with scrape type 2
2026-03-25 03:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ef190dfa-adec-5aff-899c-289e8e8c1b1e, identifier: 1977695
2026-03-25 03:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ef190dfa-adec-5aff-899c-289e8e8c1b1e with identifier: 1977695
2026-03-25 03:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ef190dfa-adec-5aff-899c-289e8e8c1b1e with identifier: 1977695
2026-03-25 03:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ef190dfa-adec-5aff-899c-289e8e8c1b1e with identifier: 1977695 to the API
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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.9L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'ef190dfa-adec-5aff-899c-289e8e8c1b1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 157603,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 200 D BUSINESS SOLUTION '
'LIM DCT',
'transmission': 'automatic',
'trim': '2.0 CLA 200 D BUSINESS SOLUTION LIM DCT',
'vin': None,
'year': 2021}
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977695%27 HTTP/1.1" 200 None
2026-03-25 03:45:50 [ayvens.be] INFO: Saving data for 1977695: {'auction_closing_time': 1774600200.0, 'created_time': 1774306215.611788, 'last_price_update_time': 1774410350.630162}
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977695') HTTP/1.1" 204 0
2026-03-25 03:45:50 [ayvens.be] INFO: Found listing with ID: 1977696
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977696%27 HTTP/1.1" 200 None
2026-03-25 03:45:50 [ayvens.be] INFO: Scrape type for 1977696: 2
2026-03-25 03:45:50 [ayvens.be] INFO: Extracting data for car ID: 1977696
2026-03-25 03:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec7702cc-1f83-5d2d-a919-5d9a3c2eef29 with identifier: 1977696
2026-03-25 03:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec7702cc-1f83-5d2d-a919-5d9a3c2eef29 with scrape type 2
2026-03-25 03:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec7702cc-1f83-5d2d-a919-5d9a3c2eef29 with scrape type 2
2026-03-25 03:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ec7702cc-1f83-5d2d-a919-5d9a3c2eef29, identifier: 1977696
2026-03-25 03:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ec7702cc-1f83-5d2d-a919-5d9a3c2eef29 with identifier: 1977696
2026-03-25 03:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ec7702cc-1f83-5d2d-a919-5d9a3c2eef29 with identifier: 1977696
2026-03-25 03:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ec7702cc-1f83-5d2d-a919-5d9a3c2eef29 with identifier: 1977696 to the API
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'ec7702cc-1f83-5d2d-a919-5d9a3c2eef29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 79579,
'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': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977696%27 HTTP/1.1" 200 None
2026-03-25 03:45:51 [ayvens.be] INFO: Saving data for 1977696: {'auction_closing_time': 1774600200.0, 'created_time': 1774306216.803921, 'last_price_update_time': 1774410351.045487}
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977696') HTTP/1.1" 204 0
2026-03-25 03:45:51 [ayvens.be] INFO: Found listing with ID: 1977697
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977697%27 HTTP/1.1" 200 None
2026-03-25 03:45:51 [ayvens.be] INFO: Scrape type for 1977697: 2
2026-03-25 03:45:51 [ayvens.be] INFO: Extracting data for car ID: 1977697
2026-03-25 03:45:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad307655-6117-566b-b6a5-18498ec3eb78 with identifier: 1977697
2026-03-25 03:45:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad307655-6117-566b-b6a5-18498ec3eb78 with scrape type 2
2026-03-25 03:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad307655-6117-566b-b6a5-18498ec3eb78 with scrape type 2
2026-03-25 03:45:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: ad307655-6117-566b-b6a5-18498ec3eb78, identifier: 1977697
2026-03-25 03:45:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: ad307655-6117-566b-b6a5-18498ec3eb78 with identifier: 1977697
2026-03-25 03:45:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: ad307655-6117-566b-b6a5-18498ec3eb78 with identifier: 1977697
2026-03-25 03:45:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: ad307655-6117-566b-b6a5-18498ec3eb78 with identifier: 1977697 to the API
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45: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-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'ad307655-6117-566b-b6a5-18498ec3eb78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 133229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2021}
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977697%27 HTTP/1.1" 200 None
2026-03-25 03:45:51 [ayvens.be] INFO: Saving data for 1977697: {'auction_closing_time': 1774600200.0, 'created_time': 1774306219.148983, 'last_price_update_time': 1774410351.485045}
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977697') HTTP/1.1" 204 0
2026-03-25 03:45:51 [ayvens.be] INFO: Found listing with ID: 1977698
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977698%27 HTTP/1.1" 200 None
2026-03-25 03:45:51 [ayvens.be] INFO: Scrape type for 1977698: 2
2026-03-25 03:45:51 [ayvens.be] INFO: Extracting data for car ID: 1977698
2026-03-25 03:45:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23fc3b58-e00b-51b0-ac5f-99402de47c87 with identifier: 1977698
2026-03-25 03:45:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23fc3b58-e00b-51b0-ac5f-99402de47c87 with scrape type 2
2026-03-25 03:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23fc3b58-e00b-51b0-ac5f-99402de47c87 with scrape type 2
2026-03-25 03:45:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 23fc3b58-e00b-51b0-ac5f-99402de47c87, identifier: 1977698
2026-03-25 03:45:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 23fc3b58-e00b-51b0-ac5f-99402de47c87 with identifier: 1977698
2026-03-25 03:45:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 23fc3b58-e00b-51b0-ac5f-99402de47c87 with identifier: 1977698
2026-03-25 03:45:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 23fc3b58-e00b-51b0-ac5f-99402de47c87 with identifier: 1977698 to the API
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'electric',
'id': '23fc3b58-e00b-51b0-ac5f-99402de47c87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'POLESTAR',
'model': '2',
'odometer': 89361,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'POLESTAR 2 78KWH AUTO 4WD PILOT PLUS',
'transmission': 'automatic',
'trim': '78KWH AUTO 4WD PILOT PLUS',
'vin': None,
'year': 2021}
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271977698%27 HTTP/1.1" 200 None
2026-03-25 03:45:51 [ayvens.be] INFO: Saving data for 1977698: {'auction_closing_time': 1774600200.0, 'created_time': 1774306222.183073, 'last_price_update_time': 1774410351.873133}
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977698') HTTP/1.1" 204 0
2026-03-25 03:45:51 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 300
2026-03-25 03:45:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:45:54 [ayvens.be] INFO: Found listing with ID: 1977699
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977699%27 HTTP/1.1" 200 None
2026-03-25 03:45:54 [ayvens.be] INFO: Scrape type for 1977699: 2
2026-03-25 03:45:54 [ayvens.be] INFO: Extracting data for car ID: 1977699
2026-03-25 03:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a764cb19-ecf9-5979-bd17-f2ebc28ea3a7 with identifier: 1977699
2026-03-25 03:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a764cb19-ecf9-5979-bd17-f2ebc28ea3a7 with scrape type 2
2026-03-25 03:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a764cb19-ecf9-5979-bd17-f2ebc28ea3a7 with scrape type 2
2026-03-25 03:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a764cb19-ecf9-5979-bd17-f2ebc28ea3a7, identifier: 1977699
2026-03-25 03:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a764cb19-ecf9-5979-bd17-f2ebc28ea3a7 with identifier: 1977699
2026-03-25 03:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a764cb19-ecf9-5979-bd17-f2ebc28ea3a7 with identifier: 1977699
2026-03-25 03:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a764cb19-ecf9-5979-bd17-f2ebc28ea3a7 with identifier: 1977699 to the API
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45: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-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'a764cb19-ecf9-5979-bd17-f2ebc28ea3a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'SUPERB COMBI',
'odometer': 42652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.5 TSI ACT 110KW STYLE',
'transmission': 'manual',
'trim': '1.5 TSI ACT 110KW STYLE',
'vin': None,
'year': 2021}
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977699%27 HTTP/1.1" 200 None
2026-03-25 03:45:54 [ayvens.be] INFO: Saving data for 1977699: {'auction_closing_time': 1774600200.0, 'created_time': 1774306223.816165, 'last_price_update_time': 1774410354.591541}
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977699') HTTP/1.1" 204 0
2026-03-25 03:45:54 [ayvens.be] INFO: Found listing with ID: 1977700
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977700%27 HTTP/1.1" 200 None
2026-03-25 03:45:54 [ayvens.be] INFO: Scrape type for 1977700: 2
2026-03-25 03:45:54 [ayvens.be] INFO: Extracting data for car ID: 1977700
2026-03-25 03:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b573e66-9457-5ef7-8c5f-55ddf1e80154 with identifier: 1977700
2026-03-25 03:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b573e66-9457-5ef7-8c5f-55ddf1e80154 with scrape type 2
2026-03-25 03:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b573e66-9457-5ef7-8c5f-55ddf1e80154 with scrape type 2
2026-03-25 03:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 3b573e66-9457-5ef7-8c5f-55ddf1e80154, identifier: 1977700
2026-03-25 03:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 3b573e66-9457-5ef7-8c5f-55ddf1e80154 with identifier: 1977700
2026-03-25 03:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 3b573e66-9457-5ef7-8c5f-55ddf1e80154 with identifier: 1977700
2026-03-25 03:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 3b573e66-9457-5ef7-8c5f-55ddf1e80154 with identifier: 1977700 to the API
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45: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': '',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'electric',
'id': '3b573e66-9457-5ef7-8c5f-55ddf1e80154',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'E-GOLF - 2017',
'odometer': 64565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN E-GOLF - 2017 35.8kWh E-Golf',
'transmission': 'automatic',
'trim': '35.8kWh E-Golf',
'vin': None,
'year': 2019}
2026-03-25 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977700%27 HTTP/1.1" 200 None
2026-03-25 03:45:55 [ayvens.be] INFO: Saving data for 1977700: {'auction_closing_time': 1774600200.0, 'created_time': 1774306225.905273, 'last_price_update_time': 1774410355.004523}
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977700') HTTP/1.1" 204 0
2026-03-25 03:45:55 [ayvens.be] INFO: Found listing with ID: 1977701
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977701%27 HTTP/1.1" 200 None
2026-03-25 03:45:55 [ayvens.be] INFO: Scrape type for 1977701: 2
2026-03-25 03:45:55 [ayvens.be] INFO: Extracting data for car ID: 1977701
2026-03-25 03:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57689ec8-d9be-58df-9cb8-ed0e2d85acf7 with identifier: 1977701
2026-03-25 03:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57689ec8-d9be-58df-9cb8-ed0e2d85acf7 with scrape type 2
2026-03-25 03:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57689ec8-d9be-58df-9cb8-ed0e2d85acf7 with scrape type 2
2026-03-25 03:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 57689ec8-d9be-58df-9cb8-ed0e2d85acf7, identifier: 1977701
2026-03-25 03:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 57689ec8-d9be-58df-9cb8-ed0e2d85acf7 with identifier: 1977701
2026-03-25 03:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 57689ec8-d9be-58df-9cb8-ed0e2d85acf7 with identifier: 1977701
2026-03-25 03:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 57689ec8-d9be-58df-9cb8-ed0e2d85acf7 with identifier: 1977701 to the API
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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.2L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '57689ec8-d9be-58df-9cb8-ed0e2d85acf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER 335 FOURGON MWB HR DSL -',
'odometer': 63060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-25',
'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': 2021}
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977701%27 HTTP/1.1" 200 None
2026-03-25 03:45:55 [ayvens.be] INFO: Saving data for 1977701: {'auction_closing_time': 1774600200.0, 'created_time': 1774306227.196568, 'last_price_update_time': 1774410355.465222}
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977701') HTTP/1.1" 204 0
2026-03-25 03:45:55 [ayvens.be] INFO: Found listing with ID: 1977702
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977702%27 HTTP/1.1" 200 None
2026-03-25 03:45:55 [ayvens.be] INFO: Scrape type for 1977702: 2
2026-03-25 03:45:55 [ayvens.be] INFO: Extracting data for car ID: 1977702
2026-03-25 03:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f289c68-78f8-5b7d-82a7-d901a6f441c9 with identifier: 1977702
2026-03-25 03:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f289c68-78f8-5b7d-82a7-d901a6f441c9 with scrape type 2
2026-03-25 03:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f289c68-78f8-5b7d-82a7-d901a6f441c9 with scrape type 2
2026-03-25 03:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6f289c68-78f8-5b7d-82a7-d901a6f441c9, identifier: 1977702
2026-03-25 03:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6f289c68-78f8-5b7d-82a7-d901a6f441c9 with identifier: 1977702
2026-03-25 03:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6f289c68-78f8-5b7d-82a7-d901a6f441c9 with identifier: 1977702
2026-03-25 03:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6f289c68-78f8-5b7d-82a7-d901a6f441c9 with identifier: 1977702 to the API
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '6f289c68-78f8-5b7d-82a7-d901a6f441c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'Octavia',
'odometer': 93274,
'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': 'SKODA Octavia 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '1.5 TSI MHEV 110KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977702%27 HTTP/1.1" 200 None
2026-03-25 03:45:55 [ayvens.be] INFO: Saving data for 1977702: {'auction_closing_time': 1774600200.0, 'created_time': 1774306229.224882, 'last_price_update_time': 1774410355.845343}
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977702') HTTP/1.1" 204 0
2026-03-25 03:45:55 [ayvens.be] INFO: Found listing with ID: 1977703
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977703%27 HTTP/1.1" 200 None
2026-03-25 03:45:55 [ayvens.be] INFO: Scrape type for 1977703: 2
2026-03-25 03:45:55 [ayvens.be] INFO: Extracting data for car ID: 1977703
2026-03-25 03:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b96236c-eff5-5de4-9983-a6a03beeefa4 with identifier: 1977703
2026-03-25 03:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b96236c-eff5-5de4-9983-a6a03beeefa4 with scrape type 2
2026-03-25 03:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b96236c-eff5-5de4-9983-a6a03beeefa4 with scrape type 2
2026-03-25 03:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 6b96236c-eff5-5de4-9983-a6a03beeefa4, identifier: 1977703
2026-03-25 03:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 6b96236c-eff5-5de4-9983-a6a03beeefa4 with identifier: 1977703
2026-03-25 03:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 6b96236c-eff5-5de4-9983-a6a03beeefa4 with identifier: 1977703
2026-03-25 03:45:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 6b96236c-eff5-5de4-9983-a6a03beeefa4 with identifier: 1977703 to the API
2026-03-25 03:45:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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.3L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '6b96236c-eff5-5de4-9983-a6a03beeefa4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'B-CLASS',
'odometer': 26276,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-CLASS 1.3 B 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': '1.3 B 180 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977703%27 HTTP/1.1" 200 None
2026-03-25 03:45:57 [ayvens.be] INFO: Saving data for 1977703: {'auction_closing_time': 1774600200.0, 'created_time': 1774306231.712535, 'last_price_update_time': 1774410357.202768}
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977703') HTTP/1.1" 204 0
2026-03-25 03:45:57 [ayvens.be] INFO: Found listing with ID: 1977704
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977704%27 HTTP/1.1" 200 None
2026-03-25 03:45:57 [ayvens.be] INFO: Scrape type for 1977704: 2
2026-03-25 03:45:57 [ayvens.be] INFO: Extracting data for car ID: 1977704
2026-03-25 03:45:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0c0929a-7fb3-527d-b88f-78ef50c469f9 with identifier: 1977704
2026-03-25 03:45:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0c0929a-7fb3-527d-b88f-78ef50c469f9 with scrape type 2
2026-03-25 03:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0c0929a-7fb3-527d-b88f-78ef50c469f9 with scrape type 2
2026-03-25 03:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: a0c0929a-7fb3-527d-b88f-78ef50c469f9, identifier: 1977704
2026-03-25 03:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: a0c0929a-7fb3-527d-b88f-78ef50c469f9 with identifier: 1977704
2026-03-25 03:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: a0c0929a-7fb3-527d-b88f-78ef50c469f9 with identifier: 1977704
2026-03-25 03:45:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: a0c0929a-7fb3-527d-b88f-78ef50c469f9 with identifier: 1977704 to the API
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'a0c0929a-7fb3-527d-b88f-78ef50c469f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 90384,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI 81KW CLEVER',
'transmission': 'manual',
'trim': '1.0 TSI 81KW CLEVER',
'vin': None,
'year': 2022}
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977704%27 HTTP/1.1" 200 None
2026-03-25 03:45:57 [ayvens.be] INFO: Saving data for 1977704: {'auction_closing_time': 1774600200.0, 'created_time': 1774306232.75492, 'last_price_update_time': 1774410357.61161}
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977704') HTTP/1.1" 204 0
2026-03-25 03:45:57 [ayvens.be] INFO: Found listing with ID: 1977705
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977705%27 HTTP/1.1" 200 None
2026-03-25 03:45:57 [ayvens.be] INFO: Scrape type for 1977705: 2
2026-03-25 03:45:57 [ayvens.be] INFO: Extracting data for car ID: 1977705
2026-03-25 03:45:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b555475-3963-5400-9564-071c8eaf3c52 with identifier: 1977705
2026-03-25 03:45:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b555475-3963-5400-9564-071c8eaf3c52 with scrape type 2
2026-03-25 03:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b555475-3963-5400-9564-071c8eaf3c52 with scrape type 2
2026-03-25 03:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 8b555475-3963-5400-9564-071c8eaf3c52, identifier: 1977705
2026-03-25 03:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 8b555475-3963-5400-9564-071c8eaf3c52 with identifier: 1977705
2026-03-25 03:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 8b555475-3963-5400-9564-071c8eaf3c52 with identifier: 1977705
2026-03-25 03:45:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 8b555475-3963-5400-9564-071c8eaf3c52 with identifier: 1977705 to the API
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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': '',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'electric',
'id': '8b555475-3963-5400-9564-071c8eaf3c52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 131355,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 78 kWh P8 AWD Recharge R-Design',
'transmission': 'automatic',
'trim': '78 kWh P8 AWD Recharge R-Design',
'vin': None,
'year': 2021}
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977705%27 HTTP/1.1" 200 None
2026-03-25 03:45:57 [ayvens.be] INFO: Saving data for 1977705: {'auction_closing_time': 1774600200.0, 'created_time': 1774306234.544574, 'last_price_update_time': 1774410357.989701}
2026-03-25 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977705') HTTP/1.1" 204 0
2026-03-25 03:45:58 [ayvens.be] INFO: Found listing with ID: 1977706
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977706%27 HTTP/1.1" 200 None
2026-03-25 03:45:58 [ayvens.be] INFO: Scrape type for 1977706: 2
2026-03-25 03:45:58 [ayvens.be] INFO: Extracting data for car ID: 1977706
2026-03-25 03:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 059137e2-343b-5680-bf89-705efc2cbe23 with identifier: 1977706
2026-03-25 03:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 059137e2-343b-5680-bf89-705efc2cbe23 with scrape type 2
2026-03-25 03:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 059137e2-343b-5680-bf89-705efc2cbe23 with scrape type 2
2026-03-25 03:45:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 059137e2-343b-5680-bf89-705efc2cbe23, identifier: 1977706
2026-03-25 03:45:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 059137e2-343b-5680-bf89-705efc2cbe23 with identifier: 1977706
2026-03-25 03:45:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 059137e2-343b-5680-bf89-705efc2cbe23 with identifier: 1977706
2026-03-25 03:45:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 059137e2-343b-5680-bf89-705efc2cbe23 with identifier: 1977706 to the API
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45: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': 3,
'engine': '1.5L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '059137e2-343b-5680-bf89-705efc2cbe23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'MINI',
'odometer': 135726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-28',
'seats_number': 4,
'seller_name': None,
'title': 'MINI MINI 1.5 ONE',
'transmission': 'manual',
'trim': '1.5 ONE',
'vin': None,
'year': 2022}
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977706%27 HTTP/1.1" 200 None
2026-03-25 03:45:58 [ayvens.be] INFO: Saving data for 1977706: {'auction_closing_time': 1774600200.0, 'created_time': 1774306235.803197, 'last_price_update_time': 1774410358.395602}
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977706') HTTP/1.1" 204 0
2026-03-25 03:45:58 [ayvens.be] INFO: Found listing with ID: 1977707
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977707%27 HTTP/1.1" 200 None
2026-03-25 03:45:58 [ayvens.be] INFO: Scrape type for 1977707: 2
2026-03-25 03:45:58 [ayvens.be] INFO: Extracting data for car ID: 1977707
2026-03-25 03:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d71ddce8-84d2-5d61-b3bf-33900fa5e2ae with identifier: 1977707
2026-03-25 03:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d71ddce8-84d2-5d61-b3bf-33900fa5e2ae with scrape type 2
2026-03-25 03:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d71ddce8-84d2-5d61-b3bf-33900fa5e2ae with scrape type 2
2026-03-25 03:45:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: d71ddce8-84d2-5d61-b3bf-33900fa5e2ae, identifier: 1977707
2026-03-25 03:45:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: d71ddce8-84d2-5d61-b3bf-33900fa5e2ae with identifier: 1977707
2026-03-25 03:45:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: d71ddce8-84d2-5d61-b3bf-33900fa5e2ae with identifier: 1977707
2026-03-25 03:45:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: d71ddce8-84d2-5d61-b3bf-33900fa5e2ae with identifier: 1977707 to the API
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45: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 03:45:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': 'd71ddce8-84d2-5d61-b3bf-33900fa5e2ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'Focus',
'odometer': 53204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-16',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus 1.0I ECOBOOST 74KW CONNECTED',
'transmission': 'manual',
'trim': '1.0I ECOBOOST 74KW CONNECTED',
'vin': None,
'year': 2021}
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977707%27 HTTP/1.1" 200 None
2026-03-25 03:45:58 [ayvens.be] INFO: Saving data for 1977707: {'auction_closing_time': 1774600200.0, 'created_time': 1774306237.952735, 'last_price_update_time': 1774410358.754405}
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977707') HTTP/1.1" 204 0
2026-03-25 03:45:58 [ayvens.be] INFO: Found listing with ID: 1977708
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977708%27 HTTP/1.1" 200 None
2026-03-25 03:45:58 [ayvens.be] INFO: Scrape type for 1977708: 2
2026-03-25 03:45:58 [ayvens.be] INFO: Extracting data for car ID: 1977708
2026-03-25 03:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5133aca-b78f-5f2c-b568-4bf2b66490a1 with identifier: 1977708
2026-03-25 03:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5133aca-b78f-5f2c-b568-4bf2b66490a1 with scrape type 2
2026-03-25 03:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5133aca-b78f-5f2c-b568-4bf2b66490a1 with scrape type 2
2026-03-25 03:45:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: b5133aca-b78f-5f2c-b568-4bf2b66490a1, identifier: 1977708
2026-03-25 03:45:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: b5133aca-b78f-5f2c-b568-4bf2b66490a1 with identifier: 1977708
2026-03-25 03:45:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: b5133aca-b78f-5f2c-b568-4bf2b66490a1 with identifier: 1977708
2026-03-25 03:45:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: b5133aca-b78f-5f2c-b568-4bf2b66490a1 with identifier: 1977708 to the API
2026-03-25 03:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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-27T08:30:00Z',
'fuel_type': 'diesel',
'id': 'b5133aca-b78f-5f2c-b568-4bf2b66490a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 60762,
'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 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977708%27 HTTP/1.1" 200 None
2026-03-25 03:45:59 [ayvens.be] INFO: Saving data for 1977708: {'auction_closing_time': 1774600200.0, 'created_time': 1774306239.205112, 'last_price_update_time': 1774410359.135774}
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977708') HTTP/1.1" 204 0
2026-03-25 03:45:59 [ayvens.be] INFO: Found listing with ID: 1977709
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977709%27 HTTP/1.1" 200 None
2026-03-25 03:45:59 [ayvens.be] INFO: Scrape type for 1977709: 2
2026-03-25 03:45:59 [ayvens.be] INFO: Extracting data for car ID: 1977709
2026-03-25 03:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72229dd3-28bd-5100-9072-56f875d50199 with identifier: 1977709
2026-03-25 03:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72229dd3-28bd-5100-9072-56f875d50199 with scrape type 2
2026-03-25 03:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72229dd3-28bd-5100-9072-56f875d50199 with scrape type 2
2026-03-25 03:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 72229dd3-28bd-5100-9072-56f875d50199, identifier: 1977709
2026-03-25 03:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 72229dd3-28bd-5100-9072-56f875d50199 with identifier: 1977709
2026-03-25 03:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 72229dd3-28bd-5100-9072-56f875d50199 with identifier: 1977709
2026-03-25 03:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 72229dd3-28bd-5100-9072-56f875d50199 with identifier: 1977709 to the API
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45: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-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '72229dd3-28bd-5100-9072-56f875d50199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '1 SERIES HATCH',
'odometer': 77439,
'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 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977709%27 HTTP/1.1" 200 None
2026-03-25 03:45:59 [ayvens.be] INFO: Saving data for 1977709: {'auction_closing_time': 1774600200.0, 'created_time': 1774306240.85387, 'last_price_update_time': 1774410359.521975}
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977709') HTTP/1.1" 204 0
2026-03-25 03:45:59 [ayvens.be] INFO: Found listing with ID: 1977710
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977710%27 HTTP/1.1" 200 None
2026-03-25 03:45:59 [ayvens.be] INFO: Scrape type for 1977710: 2
2026-03-25 03:45:59 [ayvens.be] INFO: Extracting data for car ID: 1977710
2026-03-25 03:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fb0309f-af45-5962-a9f1-89b86285c55d with identifier: 1977710
2026-03-25 03:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fb0309f-af45-5962-a9f1-89b86285c55d with scrape type 2
2026-03-25 03:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fb0309f-af45-5962-a9f1-89b86285c55d with scrape type 2
2026-03-25 03:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 4fb0309f-af45-5962-a9f1-89b86285c55d, identifier: 1977710
2026-03-25 03:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 4fb0309f-af45-5962-a9f1-89b86285c55d with identifier: 1977710
2026-03-25 03:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 4fb0309f-af45-5962-a9f1-89b86285c55d with identifier: 1977710
2026-03-25 03:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 4fb0309f-af45-5962-a9f1-89b86285c55d with identifier: 1977710 to the API
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:45:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '4fb0309f-af45-5962-a9f1-89b86285c55d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 168346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-03',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KODIAQ 2.0 CRTDI 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110KW DSG7 CLEVER+',
'vin': None,
'year': 2021}
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977710%27 HTTP/1.1" 200 None
2026-03-25 03:45:59 [ayvens.be] INFO: Saving data for 1977710: {'auction_closing_time': 1774600200.0, 'created_time': 1774306243.330628, 'last_price_update_time': 1774410359.919517}
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977710') HTTP/1.1" 204 0
2026-03-25 03:45:59 [ayvens.be] INFO: Found listing with ID: 1977711
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977711%27 HTTP/1.1" 200 None
2026-03-25 03:45:59 [ayvens.be] INFO: Scrape type for 1977711: 2
2026-03-25 03:45:59 [ayvens.be] INFO: Extracting data for car ID: 1977711
2026-03-25 03:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82d3aec4-5fa7-584d-aa42-c84471eac3ad with identifier: 1977711
2026-03-25 03:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d3aec4-5fa7-584d-aa42-c84471eac3ad with scrape type 2
2026-03-25 03:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82d3aec4-5fa7-584d-aa42-c84471eac3ad with scrape type 2
2026-03-25 03:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 82d3aec4-5fa7-584d-aa42-c84471eac3ad, identifier: 1977711
2026-03-25 03:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 82d3aec4-5fa7-584d-aa42-c84471eac3ad with identifier: 1977711
2026-03-25 03:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 82d3aec4-5fa7-584d-aa42-c84471eac3ad with identifier: 1977711
2026-03-25 03:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 82d3aec4-5fa7-584d-aa42-c84471eac3ad with identifier: 1977711 to the API
2026-03-25 03:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:46:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'diesel',
'id': '82d3aec4-5fa7-584d-aa42-c84471eac3ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 128224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 2.0 30 TDI 85KW',
'transmission': 'manual',
'trim': '2.0 30 TDI 85KW',
'vin': None,
'year': 2020}
2026-03-25 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977711%27 HTTP/1.1" 200 None
2026-03-25 03:46:01 [ayvens.be] INFO: Saving data for 1977711: {'auction_closing_time': 1774600200.0, 'created_time': 1774306245.2074, 'last_price_update_time': 1774410361.187218}
2026-03-25 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977711') HTTP/1.1" 204 0
2026-03-25 03:46:01 [ayvens.be] INFO: Found listing with ID: 1977712
2026-03-25 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977712%27 HTTP/1.1" 200 None
2026-03-25 03:46:01 [ayvens.be] INFO: Scrape type for 1977712: 2
2026-03-25 03:46:01 [ayvens.be] INFO: Extracting data for car ID: 1977712
2026-03-25 03:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fe4084e-44b2-5b7d-bb1f-57c949a532fe with identifier: 1977712
2026-03-25 03:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fe4084e-44b2-5b7d-bb1f-57c949a532fe with scrape type 2
2026-03-25 03:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fe4084e-44b2-5b7d-bb1f-57c949a532fe with scrape type 2
2026-03-25 03:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 5fe4084e-44b2-5b7d-bb1f-57c949a532fe, identifier: 1977712
2026-03-25 03:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 5fe4084e-44b2-5b7d-bb1f-57c949a532fe with identifier: 1977712
2026-03-25 03:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 5fe4084e-44b2-5b7d-bb1f-57c949a532fe with identifier: 1977712
2026-03-25 03:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 5fe4084e-44b2-5b7d-bb1f-57c949a532fe with identifier: 1977712 to the API
2026-03-25 03:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '5fe4084e-44b2-5b7d-bb1f-57c949a532fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 112809,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 RECHARGE GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': '1.5 T5 RECHARGE GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977712%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Saving data for 1977712: {'auction_closing_time': 1774600200.0, 'created_time': 1774306246.565672, 'last_price_update_time': 1774410362.211873}
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977712') HTTP/1.1" 204 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1977713
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977713%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1977713: 2
2026-03-25 03:46:02 [ayvens.be] INFO: Extracting data for car ID: 1977713
2026-03-25 03:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dcd60d6-a9bc-56ea-984d-0dcdb64c649d with identifier: 1977713
2026-03-25 03:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dcd60d6-a9bc-56ea-984d-0dcdb64c649d with scrape type 2
2026-03-25 03:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dcd60d6-a9bc-56ea-984d-0dcdb64c649d with scrape type 2
2026-03-25 03:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.be, Processed item id: 1dcd60d6-a9bc-56ea-984d-0dcdb64c649d, identifier: 1977713
2026-03-25 03:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.be, Translating item: 1dcd60d6-a9bc-56ea-984d-0dcdb64c649d with identifier: 1977713
2026-03-25 03:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.be, Applying rules to item: 1dcd60d6-a9bc-56ea-984d-0dcdb64c649d with identifier: 1977713
2026-03-25 03:46:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.be, Posting item: 1dcd60d6-a9bc-56ea-984d-0dcdb64c649d with identifier: 1977713 to the API
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 03:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'petrol',
'id': '1dcd60d6-a9bc-56ea-984d-0dcdb64c649d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40924',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 116226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.5 TSI MHEV 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': '1.5 TSI MHEV 110KW DSG7 CLEVER+',
'vin': None,
'year': 2022}
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271977713%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Saving data for 1977713: {'auction_closing_time': 1774600200.0, 'created_time': 1774306248.395148, 'last_price_update_time': 1774410362.58703}
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.be',RowKey='1977713') HTTP/1.1" 204 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980237
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980237%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980237: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980238
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980238%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980238: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980239
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980239%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980239: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980240
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980240%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980240: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980241
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980241%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980241: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980242
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980242%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980242: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980243
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980243%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980243: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980244
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980244%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980244: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980245
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980245%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980245: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980246
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980246%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980246: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980247
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980247%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980247: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980248
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980248%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980248: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980249
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980249%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980249: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980250
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980250%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980250: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980251
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980251%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980251: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980252
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980252%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980252: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980253
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980253%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980253: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980254
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980254%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980254: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980255
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980255%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980255: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980256
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980256%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980256: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980257
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980257%27 HTTP/1.1" 200 None
2026-03-25 03:46:02 [ayvens.be] INFO: Scrape type for 1980257: 0
2026-03-25 03:46:02 [ayvens.be] INFO: Found listing with ID: 1980258
2026-03-25 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980258: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980259
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980259: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980260
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980260: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980261
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980261: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980262
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980262: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980263
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980263: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980264
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980264: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980265
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980265: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980266
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980266: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980267
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980267: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980268
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980268: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980269
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980269: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980270
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980270: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980271
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980271: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980272
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980272: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980273
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980273: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980274
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980274: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980275
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980275: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980276
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980276: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980277
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980277: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980278
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980278: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980279
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980279: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980280
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980280: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980281
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980281: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980282
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980282: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980283
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980283: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980284
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980284: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980285
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980285: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980286
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980286: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980287
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980287: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980288
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980288: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980289
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980289: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980290
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980290: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980291
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980291: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980292
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980292: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980293
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980293: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980294
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980294: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980295
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980295: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980296
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980296: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980297
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980297: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980298
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980298: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980299
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980299: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980300
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980300: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980301
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980301: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980302
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980302: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980303
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980303: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980304
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980304: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980305
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980305: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980306
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980306: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980307
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980307: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980308
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980308: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980309
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980309: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980310
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980310: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980311
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980311: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980312
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980312: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980313
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980313: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980314
2026-03-25 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:03 [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 03:46:03 [ayvens.be] INFO: Scrape type for 1980314: 0
2026-03-25 03:46:03 [ayvens.be] INFO: Found listing with ID: 1980315
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980315%27 HTTP/1.1" 200 None
2026-03-25 03:46:04 [ayvens.be] INFO: Scrape type for 1980315: 0
2026-03-25 03:46:04 [ayvens.be] INFO: Found listing with ID: 1980316
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980316%27 HTTP/1.1" 200 None
2026-03-25 03:46:04 [ayvens.be] INFO: Scrape type for 1980316: 0
2026-03-25 03:46:04 [ayvens.be] INFO: Found listing with ID: 1980317
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980317%27 HTTP/1.1" 200 None
2026-03-25 03:46:04 [ayvens.be] INFO: Scrape type for 1980317: 0
2026-03-25 03:46:04 [ayvens.be] INFO: Found listing with ID: 1980318
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980318%27 HTTP/1.1" 200 None
2026-03-25 03:46:04 [ayvens.be] INFO: Scrape type for 1980318: 0
2026-03-25 03:46:04 [ayvens.be] INFO: Found listing with ID: 1980319
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980319%27 HTTP/1.1" 200 None
2026-03-25 03:46:04 [ayvens.be] INFO: Scrape type for 1980319: 0
2026-03-25 03:46:04 [ayvens.be] INFO: Found listing with ID: 1980320
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980320%27 HTTP/1.1" 200 None
2026-03-25 03:46:04 [ayvens.be] INFO: Scrape type for 1980320: 0
2026-03-25 03:46:04 [ayvens.be] INFO: Found listing with ID: 1980321
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980321%27 HTTP/1.1" 200 None
2026-03-25 03:46:04 [ayvens.be] INFO: Scrape type for 1980321: 0
2026-03-25 03:46:04 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 400
2026-03-25 03:46:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:06 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at 5 pages/min), scraped 58 items (at 58 items/min)
2026-03-25 03:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 168MiB
2026-03-25 03:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980322
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980322%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980322: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980323
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980323%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980323: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980324
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980324%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980324: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980325
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980325%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980325: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980326
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980326%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980326: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980327
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980327%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980327: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980328
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980328%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980328: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980329
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980329%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980329: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980330
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980330%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980330: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980331
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980331%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980331: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980332
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980332%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980332: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980333
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980333%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980333: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980334
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980334%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980334: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980335
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980335%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980335: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980336
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980336%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980336: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980337
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980337%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980337: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980338
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980338%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980338: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980339
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980339%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980339: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980340
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980340%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980340: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980341
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980341%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980341: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980342
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980342%27 HTTP/1.1" 200 None
2026-03-25 03:46:11 [ayvens.be] INFO: Scrape type for 1980342: 0
2026-03-25 03:46:11 [ayvens.be] INFO: Found listing with ID: 1980343
2026-03-25 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980343%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980343: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980344
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980344%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980344: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980345
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980345%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980345: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980346
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980346%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980346: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980347
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980347%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980347: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980348
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980348%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980348: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980349
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980349%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980349: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980350
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980350%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980350: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980351
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980351%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980351: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980352
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980352%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980352: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980353
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980353%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980353: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980354
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980354%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980354: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980355
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980355%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980355: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980356
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980356%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980356: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980357
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980357%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980357: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980358
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980358%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980358: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980359
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980359%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980359: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980360
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980360%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980360: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980361
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980361%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980361: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980362
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980362%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980362: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980363
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980363%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980363: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980364
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980364%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980364: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980365
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980365%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980365: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980366
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980366%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980366: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980367
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980367%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980367: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980368
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980368%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980368: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980369
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980369%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980369: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980370
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980370%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980370: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980371
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980371%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980371: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980372
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980372%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980372: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980373
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980373%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980373: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980374
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980374%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980374: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980375
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980375%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980375: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980376
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980376%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980376: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980377
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980377%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980377: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980378
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980378%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980378: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980379
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980379%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980379: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980380
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980380%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980380: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980381
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980381%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980381: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980382
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980382%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980382: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980383
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980383%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980383: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980384
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980384%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980384: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980385
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980385%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980385: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980386
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980386%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980386: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980387
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980387%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980387: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980388
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980388%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980388: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980389
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980389%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980389: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980390
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980390%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980390: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980391
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980391%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980391: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980392
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980392%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980392: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980393
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980393%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980393: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980394
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980394%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980394: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980395
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980395%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980395: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980396
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980396%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980396: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980397
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980397%27 HTTP/1.1" 200 None
2026-03-25 03:46:12 [ayvens.be] INFO: Scrape type for 1980397: 0
2026-03-25 03:46:12 [ayvens.be] INFO: Found listing with ID: 1980398
2026-03-25 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980398%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980398: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980399
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980399%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980399: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980400
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980400%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980400: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980401
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980401%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980401: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980402
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980402%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980402: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980403
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980403%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980403: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980404
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980404%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980404: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980405
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980405%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980405: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980406
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980406%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980406: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980407
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980407%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980407: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980408
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980408%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980408: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980409
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980409%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980409: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980410
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980410%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980410: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980411
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980411%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980411: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980412
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980412%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980412: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980413
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980413%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980413: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980414
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980414%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980414: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980415
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980415%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980415: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980416
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980416%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980416: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980417
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980417%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980417: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980418
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980418%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980418: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980419
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980419%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980419: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980420
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980420%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980420: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Found listing with ID: 1980421
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980421%27 HTTP/1.1" 200 None
2026-03-25 03:46:13 [ayvens.be] INFO: Scrape type for 1980421: 0
2026-03-25 03:46:13 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 500
2026-03-25 03:46:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980422
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980422%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980422: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980423
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980423%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980423: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980424
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980424%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980424: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980425
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980425%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980425: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980426
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980426%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980426: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980427
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980427%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980427: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980428
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980428%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980428: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980429
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980429%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980429: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980430
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980430%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980430: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980431
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980431%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980431: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980432
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980432%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980432: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980433
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980433%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980433: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980434
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980434%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980434: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980435
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980435%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980435: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980436
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980436%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980436: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980437
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980437%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980437: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980438
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980438%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980438: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980439
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980439%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980439: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980440
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980440%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980440: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980441
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980441%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980441: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980442
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980442%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980442: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980443
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980443%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980443: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980444
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980444%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980444: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980445
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980445%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980445: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980446
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980446%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980446: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980447
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980447%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980447: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980448
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980448%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980448: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980449
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980449%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980449: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980450
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980450%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980450: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980451
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980451%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980451: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980452
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980452%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980452: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980453
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980453%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980453: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980454
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980454%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980454: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980455
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980455%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980455: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980456
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980456%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980456: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980457
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980457%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980457: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980458
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980458%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980458: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980459
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980459%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980459: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980460
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980460%27 HTTP/1.1" 200 None
2026-03-25 03:46:15 [ayvens.be] INFO: Scrape type for 1980460: 0
2026-03-25 03:46:15 [ayvens.be] INFO: Found listing with ID: 1980461
2026-03-25 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980461%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980461: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980462
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980462%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980462: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980463
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980463%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980463: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980464
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980464%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980464: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980465
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980465%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980465: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980466
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980466%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980466: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980467
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980467%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980467: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980468
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980468%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980468: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980469
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980469%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980469: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980470
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980470%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980470: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980471
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980471%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980471: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980472
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980472%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980472: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980473
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980473%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980473: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980474
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980474%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980474: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980475
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980475%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980475: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980476
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980476%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980476: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980477
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980477%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980477: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980478
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980478%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980478: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980479
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980479%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980479: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980480
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980480%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980480: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980481
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980481%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980481: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980482
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980482%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980482: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980483
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980483%27 HTTP/1.1" 200 None
2026-03-25 03:46:16 [ayvens.be] INFO: Scrape type for 1980483: 0
2026-03-25 03:46:16 [ayvens.be] INFO: Found listing with ID: 1980484
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980484%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980484: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980485
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980485%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980485: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980486
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980486%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980486: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980487
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980487%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980487: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980488
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980488%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980488: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980489
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980489%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980489: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980490
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980490%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980490: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980491
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980491%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980491: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980492
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980492%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980492: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980493
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980493%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980493: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980494
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980494%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980494: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980495
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980495%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980495: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980496
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980496%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980496: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980497
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980497%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980497: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980498
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980498%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980498: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980499
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980499%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980499: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980500
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980500%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980500: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980501
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980501%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980501: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980502
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980502%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980502: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980503
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980503%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980503: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980504
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980504%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980504: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980505
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980505%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980505: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980506
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980506%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980506: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980507
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980507%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980507: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980508
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980508%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980508: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980509
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980509%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980509: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980510
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980510%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980510: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980511
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980511%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980511: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980512
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980512%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980512: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980513
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980513%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980513: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980514
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980514%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980514: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980515
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980515%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980515: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980516
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980516%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980516: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980517
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980517%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980517: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980518
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980518%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980518: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980519
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980519%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980519: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980520
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980520%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980520: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Found listing with ID: 1980521
2026-03-25 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980521%27 HTTP/1.1" 200 None
2026-03-25 03:46:17 [ayvens.be] INFO: Scrape type for 1980521: 0
2026-03-25 03:46:17 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 600
2026-03-25 03:46:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980522
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980522%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980522: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980523
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980523%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980523: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980524
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980524%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980524: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980525
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980525%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980525: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980526
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980526%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980526: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980527
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980527%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980527: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980528
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980528%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980528: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980529
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980529%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980529: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980530
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980530%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980530: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980531
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980531%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980531: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980532
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980532%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980532: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980533
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980533%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980533: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980534
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980534%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980534: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980535
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980535%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980535: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980536
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980536%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980536: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980537
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980537%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980537: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980538
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271980538%27 HTTP/1.1" 200 None
2026-03-25 03:46:19 [ayvens.be] INFO: Scrape type for 1980538: 0
2026-03-25 03:46:19 [ayvens.be] INFO: Found listing with ID: 1980539
2026-03-25 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980539: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980540
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980540: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980541
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980541: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980542
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980542: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980543
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980543: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980544
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980544: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980545
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980545: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980546
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980546: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980547
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980547: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980548
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980548: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980549
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980549: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980550
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980550: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980551
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980551: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980552
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980552: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980553
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980553: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980554
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980554: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980555
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980555: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980556
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980556: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980557
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980557: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980558
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980558: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980559
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980559: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980560
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980560: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980561
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980561: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980562
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980562: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980563
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980563: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980564
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980564: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980565
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980565: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980566
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980566: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980567
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980567: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980568
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980568: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980569
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980569: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980570
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980570: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980571
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980571: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980572
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980572: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980573
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980573: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980574
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980574: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980575
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980575: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980576
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980576: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980577
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980577: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980578
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980578: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980579
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980579: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980580
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980580: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980581
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980581: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980582
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980582: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980583
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980583: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980584
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980584: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980585
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980585: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980586
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980586: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980587
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980587: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980588
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980588: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980589
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980589: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980590
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980590: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980591
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980591: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980592
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980592: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980593
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980593: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980594
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:20 [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 03:46:20 [ayvens.be] INFO: Scrape type for 1980594: 0
2026-03-25 03:46:20 [ayvens.be] INFO: Found listing with ID: 1980595
2026-03-25 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980595%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980595: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980596
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980596%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980596: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980597
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980597%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980597: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980598
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980598%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980598: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980599
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980599%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980599: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980600
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980600%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980600: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980601
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980601%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980601: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980602
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980602%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980602: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980603
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980603%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980603: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1980604
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271980604%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1980604: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974467
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974467%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974467: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974468
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974468%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974468: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974469
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974469%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974469: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974470
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974470%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974470: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974471
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974471%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974471: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974472
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974472%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974472: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974473
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974473%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974473: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974474
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974474%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974474: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974475
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974475%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974475: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974476
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974476%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974476: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974477
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974477%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974477: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974478
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974478%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974478: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974479
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974479%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974479: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974480
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974480%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974480: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974481
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974481%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974481: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974482
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974482%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974482: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Found listing with ID: 1974483
2026-03-25 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974483%27 HTTP/1.1" 200 None
2026-03-25 03:46:21 [ayvens.be] INFO: Scrape type for 1974483: 0
2026-03-25 03:46:21 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 700
2026-03-25 03:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:23 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974484
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974484%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974484: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974485
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974485%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974485: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974486
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974486%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974486: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974487
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974487%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974487: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974488
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974488%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974488: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974489
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974489%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974489: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974490
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974490%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974490: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974491
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974491%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974491: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974492
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974492%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974492: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974493
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974493%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974493: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974494
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974494%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974494: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974495
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974495%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974495: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974496
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974496%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974496: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974497
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974497%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974497: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974498
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974498%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974498: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974499
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974499%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974499: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974500
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974500%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974500: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974501
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974501%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974501: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974502
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974502%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974502: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974503
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974503%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974503: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974504
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974504%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974504: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974505
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974505%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974505: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974506
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974506%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974506: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974507
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974507%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974507: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974508
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974508%27 HTTP/1.1" 200 None
2026-03-25 03:46:23 [ayvens.be] INFO: Scrape type for 1974508: 0
2026-03-25 03:46:23 [ayvens.be] INFO: Found listing with ID: 1974509
2026-03-25 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974509%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974509: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974510
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974510%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974510: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974511
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974511%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974511: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974512
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974512%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974512: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974513
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974513%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974513: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974514
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974514%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974514: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974515
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974515%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974515: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974516
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974516%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974516: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974517
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974517%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974517: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974518
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974518%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974518: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974519
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974519%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974519: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974520
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974520%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974520: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974521
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974521%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974521: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974522
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974522%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974522: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974523
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974523%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974523: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974524
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974524%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974524: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974525
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974525%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974525: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974526
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974526%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974526: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974527
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974527%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974527: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974528
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974528%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974528: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974529
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974529%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974529: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974530
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974530%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974530: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974531
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974531%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974531: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974532
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974532%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974532: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974533
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974533%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974533: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974534
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974534%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974534: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974535
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974535%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974535: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974536
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974536%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974536: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974537
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974537%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974537: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974538
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974538%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974538: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974539
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974539%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974539: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974540
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974540%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974540: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974541
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974541%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974541: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974542
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974542%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974542: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974543
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974543%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974543: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974544
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974544%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974544: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974545
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974545%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974545: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974546
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974546%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974546: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974547
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974547%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974547: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974548
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974548%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974548: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974549
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974549%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974549: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974550
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974550%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974550: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974551
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974551%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974551: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974552
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974552%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974552: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974553
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974553%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974553: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974554
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974554%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974554: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974555
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974555%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974555: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974556
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974556%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974556: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974557
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974557%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974557: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974558
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974558%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974558: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974559
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974559%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974559: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974560
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974560%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974560: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974561
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974561%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974561: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974562
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974562%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974562: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974563
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974563%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974563: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974564
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974564%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974564: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974565
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974565%27 HTTP/1.1" 200 None
2026-03-25 03:46:24 [ayvens.be] INFO: Scrape type for 1974565: 0
2026-03-25 03:46:24 [ayvens.be] INFO: Found listing with ID: 1974566
2026-03-25 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974566%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974566: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974567
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974567%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974567: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974568
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974568%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974568: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974569
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974569%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974569: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974570
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974570%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974570: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974571
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974571%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974571: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974572
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974572%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974572: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974573
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974573%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974573: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974574
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974574%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974574: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974575
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974575%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974575: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974576
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974576%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974576: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974577
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974577%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974577: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974578
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974578%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974578: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974579
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974579%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974579: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974580
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974580%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974580: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974581
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974581%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974581: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974582
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974582%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974582: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Found listing with ID: 1974583
2026-03-25 03:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974583%27 HTTP/1.1" 200 None
2026-03-25 03:46:25 [ayvens.be] INFO: Scrape type for 1974583: 0
2026-03-25 03:46:25 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 800
2026-03-25 03:46:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:27 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974584
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974584%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974584: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974585
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974585%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974585: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974586
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974586%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974586: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974587
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974587%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974587: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974588
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974588%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974588: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974589
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974589%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974589: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974590
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974590%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974590: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974591
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974591%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974591: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974592
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974592%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974592: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974593
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974593%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974593: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974594
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974594%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974594: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974595
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974595%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974595: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974596
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974596%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974596: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1974597
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271974597%27 HTTP/1.1" 200 None
2026-03-25 03:46:27 [ayvens.be] INFO: Scrape type for 1974597: 0
2026-03-25 03:46:27 [ayvens.be] INFO: Found listing with ID: 1973285
2026-03-25 03:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973285%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973285: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973286
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973286%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973286: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973287
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973287%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973287: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973288
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973288%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973288: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973289
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973289%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973289: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973290
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973290%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973290: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973291
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973291%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973291: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973292
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973292%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973292: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973293
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973293%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973293: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973294
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973294%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973294: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973295
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973295%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973295: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1973296
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973296%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1973296: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968932
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968932%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968932: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968933
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968933%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968933: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968934
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968934%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968934: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968935
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968935%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968935: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968936
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968936%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968936: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968937
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968937%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968937: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968938
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968938%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968938: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968939
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968939%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968939: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968940
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968940%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968940: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968941
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968941%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968941: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968942
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968942%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968942: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968943
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968943%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968943: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968944
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968944%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968944: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968945
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968945%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968945: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968946
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968946%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968946: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968947
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968947%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968947: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968948
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968948%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968948: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968949
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968949%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968949: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968950
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968950%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968950: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968951
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968951%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968951: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968952
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968952%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968952: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968953
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968953%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968953: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968954
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968954%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968954: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968955
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968955%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968955: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968956
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968956%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968956: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968957
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968957%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968957: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968958
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968958%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968958: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968959
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968959%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968959: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968960
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968960%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968960: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968961
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968961%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968961: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968962
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968962%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968962: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968963
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968963%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968963: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968964
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968964%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968964: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968965
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968965%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968965: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968966
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968966%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968966: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968967
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968967%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968967: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968968
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968968%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968968: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968969
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968969%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968969: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968970
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968970%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968970: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968971
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968971%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968971: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968972
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968972%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968972: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968973
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968973%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968973: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968974
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968974%27 HTTP/1.1" 200 None
2026-03-25 03:46:28 [ayvens.be] INFO: Scrape type for 1968974: 0
2026-03-25 03:46:28 [ayvens.be] INFO: Found listing with ID: 1968975
2026-03-25 03:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968975%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968975: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968976
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968976%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968976: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968977
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968977%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968977: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968978
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968978%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968978: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968979
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968979%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968979: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968980
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968980%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968980: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968981
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968981%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968981: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968982
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968982%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968982: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968983
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968983%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968983: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968984
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968984%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968984: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968985
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968985%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968985: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968986
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968986%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968986: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968987
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968987%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968987: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968988
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968988%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968988: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968989
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968989%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968989: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968990
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968990%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968990: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968991
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968991%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968991: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968992
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968992%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968992: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968993
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968993%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968993: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968994
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968994%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968994: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968995
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968995%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968995: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968996
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968996%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968996: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968997
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968997%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968997: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968998
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968998%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968998: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1968999
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271968999%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1968999: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1969000
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271969000%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1969000: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1969001
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271969001%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1969001: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1969002
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271969002%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1969002: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1969003
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271969003%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1969003: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1972974
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271972974%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1972974: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Found listing with ID: 1972975
2026-03-25 03:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271972975%27 HTTP/1.1" 200 None
2026-03-25 03:46:29 [ayvens.be] INFO: Scrape type for 1972975: 0
2026-03-25 03:46:29 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 900
2026-03-25 03:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:31 [ayvens.be] INFO: Found listing with ID: 1972976
2026-03-25 03:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271972976%27 HTTP/1.1" 200 None
2026-03-25 03:46:31 [ayvens.be] INFO: Scrape type for 1972976: 0
2026-03-25 03:46:31 [ayvens.be] INFO: Found listing with ID: 1972977
2026-03-25 03:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271972977%27 HTTP/1.1" 200 None
2026-03-25 03:46:31 [ayvens.be] INFO: Scrape type for 1972977: 0
2026-03-25 03:46:31 [ayvens.be] INFO: Found listing with ID: 1972978
2026-03-25 03:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271972978%27 HTTP/1.1" 200 None
2026-03-25 03:46:31 [ayvens.be] INFO: Scrape type for 1972978: 0
2026-03-25 03:46:31 [ayvens.be] INFO: Found listing with ID: 1972979
2026-03-25 03:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271972979%27 HTTP/1.1" 200 None
2026-03-25 03:46:31 [ayvens.be] INFO: Scrape type for 1972979: 0
2026-03-25 03:46:31 [ayvens.be] INFO: Found listing with ID: 1972980
2026-03-25 03:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271972980%27 HTTP/1.1" 200 None
2026-03-25 03:46:31 [ayvens.be] INFO: Scrape type for 1972980: 0
2026-03-25 03:46:31 [ayvens.be] INFO: Found listing with ID: 1972981
2026-03-25 03:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271972981%27 HTTP/1.1" 200 None
2026-03-25 03:46:31 [ayvens.be] INFO: Scrape type for 1972981: 0
2026-03-25 03:46:31 [ayvens.be] INFO: Found listing with ID: 1972982
2026-03-25 03:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972982%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972982: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972983
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972983%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972983: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972984
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972984%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972984: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972985
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972985%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972985: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972986
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972986%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972986: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972987
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972987%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972987: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972988
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972988%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972988: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972989
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972989%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972989: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972990
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972990%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972990: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972991
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972991%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972991: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972992
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972992%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972992: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972993
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972993%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972993: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972994
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972994%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972994: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972995
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972995%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972995: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972996
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972996%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972996: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972997
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972997%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972997: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972998
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972998%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972998: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1972999
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271972999%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1972999: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973000
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973000%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973000: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973001
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973001%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973001: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973002
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973002%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973002: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973003
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973003%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973003: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973004
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973004%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973004: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973005
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973005%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973005: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973006
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973006%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973006: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973007
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973007%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973007: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973008
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973008%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973008: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973009
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973009%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973009: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973010
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973010%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973010: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973011
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973011%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973011: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973012
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973012%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973012: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973013
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973013%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973013: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973014
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973014%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973014: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973015
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973015%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973015: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973016
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973016%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973016: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973017
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973017%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973017: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973018
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973018%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973018: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973019
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973019%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973019: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973020
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973020%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973020: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973021
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973021%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973021: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973022
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973022%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973022: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973023
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973023%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973023: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973024
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973024%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973024: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973025
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973025%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973025: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973026
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973026%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973026: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973027
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973027%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973027: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973028
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973028%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973028: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973029
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973029%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973029: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973030
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973030%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973030: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973031
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973031%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973031: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973032
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973032%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973032: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973033
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973033%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973033: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973034
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973034%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973034: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973035
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973035%27 HTTP/1.1" 200 None
2026-03-25 03:46:32 [ayvens.be] INFO: Scrape type for 1973035: 0
2026-03-25 03:46:32 [ayvens.be] INFO: Found listing with ID: 1973036
2026-03-25 03:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973036%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973036: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973037
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973037%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973037: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973038
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973038%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973038: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973039
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973039%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973039: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973040
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973040%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973040: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973041
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973041%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973041: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973042
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973042%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973042: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973043
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973043%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973043: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973044
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973044%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973044: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973045
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973045%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973045: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973046
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973046%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973046: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973047
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973047%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973047: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973048
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973048%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973048: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973049
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973049%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973049: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973050
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973050%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973050: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973051
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973051%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973051: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973052
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973052%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973052: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973053
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973053%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973053: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973054
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973054%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973054: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973055
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973055%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973055: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973056
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973056%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973056: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973057
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973057%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973057: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973058
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973058%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973058: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973059
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973059%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973059: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973060
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973060%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973060: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973061
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973061%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973061: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973062
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973062%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973062: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973063
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973063%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973063: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973064
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973064%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973064: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973065
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973065%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973065: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973066
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973066%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973066: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973067
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973067%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973067: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973068
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973068%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973068: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973069
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973069%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973069: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973070
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973070%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973070: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973071
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973071%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973071: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973072
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973072%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973072: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973073
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973073%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973073: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973074
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973074%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973074: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Found listing with ID: 1973075
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271973075%27 HTTP/1.1" 200 None
2026-03-25 03:46:33 [ayvens.be] INFO: Scrape type for 1973075: 0
2026-03-25 03:46:33 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 1000
2026-03-25 03:46:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:35 [ayvens.be] INFO: Found listing with ID: 1973076
2026-03-25 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973076%27 HTTP/1.1" 200 None
2026-03-25 03:46:35 [ayvens.be] INFO: Scrape type for 1973076: 0
2026-03-25 03:46:35 [ayvens.be] INFO: Found listing with ID: 1973077
2026-03-25 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973077%27 HTTP/1.1" 200 None
2026-03-25 03:46:35 [ayvens.be] INFO: Scrape type for 1973077: 0
2026-03-25 03:46:35 [ayvens.be] INFO: Found listing with ID: 1973078
2026-03-25 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973078%27 HTTP/1.1" 200 None
2026-03-25 03:46:35 [ayvens.be] INFO: Scrape type for 1973078: 0
2026-03-25 03:46:35 [ayvens.be] INFO: Found listing with ID: 1973079
2026-03-25 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973079%27 HTTP/1.1" 200 None
2026-03-25 03:46:35 [ayvens.be] INFO: Scrape type for 1973079: 0
2026-03-25 03:46:35 [ayvens.be] INFO: Found listing with ID: 1973080
2026-03-25 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973080%27 HTTP/1.1" 200 None
2026-03-25 03:46:35 [ayvens.be] INFO: Scrape type for 1973080: 0
2026-03-25 03:46:35 [ayvens.be] INFO: Found listing with ID: 1973081
2026-03-25 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973081%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973081: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973082
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973082%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973082: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973084
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973084%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973084: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973085
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973085%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973085: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973086
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973086%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973086: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973087
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973087%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973087: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973088
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973088%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973088: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973089
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973089%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973089: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973090
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973090%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973090: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973091
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973091%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973091: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973092
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973092%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973092: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973093
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973093%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973093: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973094
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973094%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973094: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973095
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973095%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973095: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973096
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973096%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973096: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973097
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973097%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973097: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973098
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973098%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973098: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973099
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973099%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973099: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973100
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973100%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973100: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973101
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973101%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973101: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973102
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973102%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973102: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973103
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973103%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973103: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973104
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973104%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973104: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973105
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973105%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973105: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973106
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973106%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973106: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973107
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973107%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973107: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973108
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973108%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973108: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973109
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973109%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973109: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973110
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973110%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973110: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973111
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973111%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973111: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973112
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973112%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973112: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973113
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973113%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973113: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973114
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973114%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973114: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973115
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973115%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973115: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973116
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973116%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973116: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973117
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973117%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973117: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973118
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973118%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973118: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973119
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973119%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973119: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973120
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973120%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973120: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973121
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973121%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973121: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973122
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973122%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973122: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1973123
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271973123%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1973123: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970131
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970131%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970131: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970132
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970132%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970132: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970133
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970133%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970133: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970134
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970134%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970134: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970135
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970135%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970135: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970136
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970136%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970136: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970137
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970137%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970137: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970138
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970138%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970138: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970139
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970139%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970139: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970140
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970140%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970140: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970141
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970141%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970141: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970142
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970142%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970142: 0
2026-03-25 03:46:36 [ayvens.be] INFO: Found listing with ID: 1970143
2026-03-25 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970143%27 HTTP/1.1" 200 None
2026-03-25 03:46:36 [ayvens.be] INFO: Scrape type for 1970143: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970144
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970144%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970144: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970145
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970145%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970145: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970146
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970146%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970146: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970147
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970147%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970147: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970148
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970148%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970148: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970149
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970149%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970149: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970150
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970150%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970150: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970151
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970151%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970151: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970152
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970152%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970152: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970153
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970153%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970153: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970154
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970154%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970154: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970155
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970155%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970155: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970156
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970156%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970156: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970157
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970157%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970157: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970158
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970158%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970158: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970159
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970159%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970159: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970160
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970160%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970160: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970161
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970161%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970161: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970162
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970162%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970162: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970163
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970163%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970163: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970164
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970164%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970164: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970165
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970165%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970165: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970166
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970166%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970166: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970167
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970167%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970167: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970168
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970168%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970168: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970169
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970169%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970169: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970170
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970170%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970170: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970171
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970171%27 HTTP/1.1" 200 None
2026-03-25 03:46:37 [ayvens.be] INFO: Scrape type for 1970171: 0
2026-03-25 03:46:37 [ayvens.be] INFO: Found listing with ID: 1970172
2026-03-25 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970172%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970172: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970173
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970173%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970173: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970174
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970174%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970174: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970175
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970175%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970175: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970176
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970176%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970176: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970177
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970177%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970177: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970178
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970178%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970178: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970179
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970179%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970179: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970180
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970180%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970180: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970181
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970181%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970181: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970182
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970182%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970182: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Found listing with ID: 1970183
2026-03-25 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03: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%271970183%27 HTTP/1.1" 200 None
2026-03-25 03:46:38 [ayvens.be] INFO: Scrape type for 1970183: 0
2026-03-25 03:46:38 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 1100
2026-03-25 03:46:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970184
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970184%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970184: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970185
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970185%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970185: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970186
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970186%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970186: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970187
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970187%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970187: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970188
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970188%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970188: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970189
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970189%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970189: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970190
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970190%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970190: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970191
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970191%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970191: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970192
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970192%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970192: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970193
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970193%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970193: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Found listing with ID: 1970194
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.be%27%20and%20RowKey%20eq%20%271970194%27 HTTP/1.1" 200 None
2026-03-25 03:46:40 [ayvens.be] INFO: Scrape type for 1970194: 0
2026-03-25 03:46:40 [ayvens.be] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 1200
2026-03-25 03:46:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 03:46:41 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-25 03:46:41 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-25 03:46:41 [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>: 796, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-25 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 03:46:42 [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%201773978402 HTTP/1.1" 200 None
2026-03-25 03:46:42 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (58 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ayvens.be/task_34_2026-03-25T03_45_00.jl
2026-03-25 03:46:42 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 21156,
'downloader/request_count': 14,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 13,
'downloader/response_bytes': 3135189,
'downloader/response_count': 14,
'downloader/response_status_count/200': 14,
'elapsed_time_seconds': 95.201406,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 25, 3, 46, 42, 70236, tzinfo=datetime.timezone.utc),
'item_scraped_count': 58,
'log_count/DEBUG': 2946,
'log_count/INFO': 2811,
'memusage/max': 176533504,
'memusage/startup': 147955712,
'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': 138,
'playwright/request_count/aborted': 15,
'playwright/request_count/method/GET': 134,
'playwright/request_count/method/POST': 4,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/fetch': 6,
'playwright/request_count/resource_type/font': 16,
'playwright/request_count/resource_type/image': 27,
'playwright/request_count/resource_type/script': 81,
'playwright/request_count/resource_type/stylesheet': 1,
'playwright/request_count/resource_type/xhr': 5,
'playwright/response_count': 121,
'playwright/response_count/method/GET': 118,
'playwright/response_count/method/POST': 3,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 6,
'playwright/response_count/resource_type/font': 16,
'playwright/response_count/resource_type/image': 12,
'playwright/response_count/resource_type/script': 80,
'playwright/response_count/resource_type/stylesheet': 1,
'playwright/response_count/resource_type/xhr': 4,
'request_depth_max': 13,
'response_received_count': 14,
'scheduler/dequeued': 14,
'scheduler/dequeued/memory': 14,
'scheduler/enqueued': 14,
'scheduler/enqueued/memory': 14,
'scrape_type/price_update': 58,
'scrape_type/skipped': 1053,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 13,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 2.2379310433752835,
'scrapy-zyte-api/mean_response_seconds': 2.356911777411229,
'scrapy-zyte-api/processed': 13,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 13,
'scrapy-zyte-api/request_args/experimental.responseCookies': 13,
'scrapy-zyte-api/request_args/httpRequestBody': 13,
'scrapy-zyte-api/request_args/httpRequestMethod': 13,
'scrapy-zyte-api/request_args/httpResponseBody': 13,
'scrapy-zyte-api/request_args/httpResponseHeaders': 13,
'scrapy-zyte-api/request_args/url': 13,
'scrapy-zyte-api/status_codes/200': 13,
'scrapy-zyte-api/success': 13,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 25, 3, 45, 6, 868830, tzinfo=datetime.timezone.utc)}
2026-03-25 03:46:42 [scrapy.core.engine] INFO: Spider closed (finished)