2026-03-26 03:45:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 03:45:05 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-26 03:45:05 [ayvens.fr] INFO: Starting spider ayvens.fr
2026-03-26 03:45:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 03:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 03:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 03:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 03:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: a2585fa727b678d1
2026-03-26 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-26 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.fr/task_44_2026-03-26T03_45_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-26 03:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 03:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 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-26 03:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 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-26 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-26 03:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 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 2115
2026-03-26 03:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 03:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 03:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-26 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-26 03:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 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-26 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-26 03:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-26 03:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 03:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-26 03:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-26 03:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 03:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 03:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-26 03:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-26 03:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 03:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-26 03:45:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-26 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://carmarket.ayvens.com/en-gb/lots>
2026-03-26 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-26 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/lots>
2026-03-26 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-26 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-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-26 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-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-26 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-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-26 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-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BBQ7R2BV.js>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HPL7GXW6.js>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5567JMUS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QZ2M64VL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HQZHDCQG.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-26 03:45:14 [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-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-YI6GGZZZ.js>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/styles-ETA5EMQJ.css>
2026-03-26 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-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EVZDJ3YH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2BYH6G4C.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 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-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EIXBRKXP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AHM2LY2L.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VGUEXTON.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SUQC6PCL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7DYAUIPQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6BXXUPPN.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CQOH37XC.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NAGGRITV.js>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7JYRLYWD.js>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ADG3G2OJ.js>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2S63FZXS.js>
2026-03-26 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/styles-ETA5EMQJ.css)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R5GGQAWE.js>
2026-03-26 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/styles-ETA5EMQJ.css)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 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/styles-ETA5EMQJ.css)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-K7GQAXGO.js>
2026-03-26 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SALCXTDR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-K7GQAXGO.js)
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PMQRMPGY.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/polyfills-FFHMD2TL.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/main-NKPAFEH2.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5567JMUS.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QZ2M64VL.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HQZHDCQG.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-4CLCTAJ7.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QV3UPEBS.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EVZDJ3YH.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2BYH6G4C.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AQBI4CYB.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AHM2LY2L.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EIXBRKXP.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SUQC6PCL.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7DYAUIPQ.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6BXXUPPN.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VGUEXTON.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CQOH37XC.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SALCXTDR.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OF6JT4KC.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y6LYHJ33.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ELPOVYM7.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SPE4D2IX.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VBU7AOHF.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-N2FZW7V7.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPLHK2CL.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AVZZH6AV.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-KLKMSQPH.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ABBXN5WQ.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2FANG3NP.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-MLMYZRAG.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NPJHDJ36.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5D4JF6DX.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7IEPAGTW.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ZYL3EWWF.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XXARMH2T.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WWYAPULQ.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AYT4KML6.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XGLUMAK5.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CX65R3QQ.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7UDVUMWJ.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EHSUL3RU.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WRLSZEDX.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XCHSKDZH.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-U3DCL5KE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7HVTDVUE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-U3DCL5KE.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7HVTDVUE.js>
2026-03-26 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VPZ5PCFV.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-7HVTDVUE.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPZ5PCFV.js>
2026-03-26 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-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R57BLUBZ.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json>
2026-03-26 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-26 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-26 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-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XI7MA6UU.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-E2QM5VHP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QVU7EFJH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y26P6NOT.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-PU5AH4GE.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6AWK7DQQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-JMKQRIJX.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-OXIZJZO4.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-H7VMIGZK.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-253AOQV4.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-E2QM5VHP.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QVU7EFJH.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PU5AH4GE.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6AWK7DQQ.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-JMKQRIJX.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OXIZJZO4.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-H7VMIGZK.js>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/loader.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/line.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BQLC5RJD.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HGLYMGTS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-PU5AH4GE.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VNA57F7Z.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-253AOQV4.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EXKYPD3J.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-253AOQV4.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BQLC5RJD.js>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-26 03:45:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carmarket.ayvens.com/en-gb/lots> (referer: None) ['playwright']
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HGLYMGTS.js>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AZBPSD4I.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HGLYMGTS.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2NCM5KDW.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HGLYMGTS.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VNA57F7Z.js>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/bell.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/bell.svg>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EXKYPD3J.js>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg>
2026-03-26 03:45:17 [ayvens.fr] INFO: Cookies from Playwright: [{'name': 'ai_user', 'value': 'pDLGa3TxBZ4VhspTBDFK56|2026-03-26T03:45:15.606Z', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1806032715, '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': 'zZGvU79bNmUCSoMFNjW+uP|1774496716876|1774496716876', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1774498516, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}]
2026-03-26 03:45:17 [ayvens.fr] INFO: Scrapy-formatted cookies: [{'name': 'ai_user', 'value': 'pDLGa3TxBZ4VhspTBDFK56|2026-03-26T03:45:15.606Z', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'ai_session', 'value': 'zZGvU79bNmUCSoMFNjW+uP|1774496716876|1774496716876', 'domain': 'carmarket.ayvens.com', 'path': '/'}]
2026-03-26 03:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Ayvens',RowKey='cookies') HTTP/1.1" 204 0
2026-03-26 03:45:17 [ayvens.fr] INFO: Intercepting token...
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:17 [ayvens.fr] INFO: Scrolling element to trigger lazy load...
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AZBPSD4I.js>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2NCM5KDW.js>
2026-03-26 03:45:17 [ayvens.fr] INFO: GraphQL headers: {'host': 'api-carmarket.ayvens.com', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0', 'accept': 'application/json, text/plain, */*', 'accept-language': 'en-US,en;q=0.5', 'accept-encoding': 'gzip, deflate, br', 'content-type': 'application/json', 'content-length': '839', 'referer': 'https://carmarket.ayvens.com/', 'x-ald-subscription-key': '3b2cc62fd26c4e29a762db3de181266b', 'x-tenant': 'ald', 'x-country': 'gb', 'origin': 'https://carmarket.ayvens.com', 'sec-fetch-dest': 'empty', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'same-site', 'proxy-authorization': 'Basic Y3VzdG9tZXItaW5maW5pdF9zb3VyY2luZ192Ml9XQjdOUi1jYy1HQjozY35+YWdLUmM2MlZaQUw=', 'connection': 'keep-alive'}
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VUZVFPNF.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api-carmarket.ayvens.com/graphql/saleevents> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VUZVFPNF.js>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-FX6676C7.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VUZVFPNF.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-FX6676C7.js>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BK6NFD4R.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/reset.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/camera-icon.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/it.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-75KGV5DF.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-OXIZJZO4.js)
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BK6NFD4R.js>
2026-03-26 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/reset.svg>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/camera-icon.svg>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/it.svg>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-75KGV5DF.js>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gv8/cfe18f4937ab45acb474e12a1b5e782c/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gm6/635b548e010c4945be37e5f9c0daaa71/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCenterRounded.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCenterRounded.json>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/14efa178-aa53-42e6-9a86-5229303798da/019908c4-f46e-7d64-b942-26aa1fec3635/2ab431a1-8f8c-4a55-9e1a-e5de23079c22/ayvens-logo.png> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/powered_by_logo.svg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-W3J7744> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/14efa178-aa53-42e6-9a86-5229303798da/019908c4-f46e-7d64-b942-26aa1fec3635/2ab431a1-8f8c-4a55-9e1a-e5de23079c22/ayvens-logo.png>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/powered_by_logo.svg>
2026-03-26 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg>
2026-03-26 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/gv8/cfe18f4937ab45acb474e12a1b5e782c/images/medium/0.jpg>
2026-03-26 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/gm6/635b548e010c4945be37e5f9c0daaa71/images/medium/0.jpg>
2026-03-26 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-W3J7744>
2026-03-26 03:45:19 [ayvens.fr] INFO: ✅ Intercepted token: 3b2cc62fd26c4e29a762db3de181266b
2026-03-26 03:45:19 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 0
2026-03-26 03:45:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 03:45:21 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980609
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980609%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980609: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980610
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980610%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980610: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980611
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980611%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980611: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980612
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980612%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980612: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980613
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980613%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980613: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980614
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980614%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980614: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980615
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980615%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980615: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980616
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980616%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980616: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980617
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980617%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980617: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980618
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980618%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980618: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980619
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980619%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980619: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980620
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980620%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980620: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980621
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980621%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980621: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980622
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980622%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980622: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980623
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980623%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980623: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980624
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980624%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980624: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980625
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980625%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980625: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980626
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980626%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980626: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980627
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980627%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980627: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980628
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980628%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980628: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980629
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980629%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980629: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980630
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980630%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980630: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980631
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980631%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980631: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980632
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980632%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980632: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980633
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980633%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980633: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980634
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980634%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980634: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980635
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980635%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980635: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980636
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980636%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980636: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980637
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980637%27 HTTP/1.1" 200 None
2026-03-26 03:45:21 [ayvens.fr] INFO: Scrape type for 1980637: 0
2026-03-26 03:45:21 [ayvens.fr] INFO: Found listing with ID: 1980638
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980638%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980638: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980639
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980639%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980639: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980640
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980640%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980640: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980641
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980641%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980641: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980642
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980642%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980642: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980643
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980643%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980643: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980644
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980644%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980644: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980645
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980645%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980645: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980646
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980646%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980646: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980647
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980647%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980647: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980648
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980648%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980648: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980649
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980649%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980649: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980650
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980650%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980650: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980651
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980651%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980651: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980652
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980652%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980652: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980653
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980653%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980653: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980654
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980654%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980654: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980655
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980655%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980655: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980656
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980656%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980656: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980657
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980657%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980657: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980658
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980658%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980658: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980659
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980659%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980659: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980660
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980660%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980660: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980661
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980661%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980661: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980662
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980662%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980662: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980663
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980663%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980663: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980664
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980664%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980664: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980665
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980665%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980665: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980666
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980666%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980666: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980667
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980667%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980667: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980668
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980668%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980668: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980669
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980669%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980669: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980670
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980670%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980670: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980671
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980671%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980671: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980672
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980672%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980672: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980673
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980673%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980673: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980674
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980674%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980674: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980675
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980675%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980675: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980676
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980676%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980676: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980677
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980677%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980677: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980678
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980678%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980678: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980679
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980679%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980679: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980680
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980680%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980680: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980681
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980681%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980681: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980682
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980682%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980682: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980683
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980683%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980683: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980684
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980684%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980684: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980685
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980685%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980685: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980686
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980686%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980686: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980687
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980687%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980687: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980688
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980688%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980688: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980689
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980689%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980689: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980690
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980690%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980690: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980691
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980691%27 HTTP/1.1" 200 None
2026-03-26 03:45:22 [ayvens.fr] INFO: Scrape type for 1980691: 0
2026-03-26 03:45:22 [ayvens.fr] INFO: Found listing with ID: 1980692
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980692%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980692: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980693
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980693%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980693: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980694
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980694%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980694: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980695
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980695%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980695: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980696
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980696%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980696: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980697
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980697%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980697: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980698
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980698%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980698: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980699
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980699%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980699: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980700
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980700%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980700: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980701
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980701%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980701: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980702
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980702%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980702: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980703
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980703%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980703: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980704
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980704%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980704: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980705
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980705%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980705: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980706
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980706%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980706: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980707
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980707%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980707: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Found listing with ID: 1980708
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980708%27 HTTP/1.1" 200 None
2026-03-26 03:45:23 [ayvens.fr] INFO: Scrape type for 1980708: 0
2026-03-26 03:45:23 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 100
2026-03-26 03:45:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 03:45:25 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980709
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980709%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980709: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980710
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980710%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980710: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980711
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980711%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980711: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980712
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980712%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980712: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980713
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980713%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980713: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980714
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980714%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980714: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980715
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980715%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980715: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980716
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980716%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980716: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980717
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980717%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980717: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980718
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980718%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980718: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980719
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980719%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980719: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980720
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980720%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980720: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980721
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980721%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980721: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980722
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980722%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980722: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980723
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980723%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980723: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980724
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980724%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980724: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980725
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980725%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980725: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980726
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980726%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980726: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980727
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980727%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980727: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980728
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980728%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980728: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980729
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980729%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980729: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980730
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980730%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980730: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980731
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980731%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980731: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980732
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980732%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980732: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980733
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980733%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980733: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980734
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980734%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980734: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980735
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980735%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980735: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980736
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980736%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980736: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980737
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980737%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980737: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980738
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980738%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980738: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980739
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980739%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980739: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980740
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980740%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980740: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980741
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980741%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980741: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980742
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980742%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980742: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980743
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980743%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980743: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980744
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980744%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980744: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980745
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980745%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980745: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980746
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980746%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980746: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980747
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980747%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980747: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980748
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980748%27 HTTP/1.1" 200 None
2026-03-26 03:45:25 [ayvens.fr] INFO: Scrape type for 1980748: 0
2026-03-26 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1980749
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980749%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980749: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980750
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980750%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980750: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980751
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980751%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980751: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980752
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980752%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980752: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980753
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980753%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980753: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980754
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980754%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980754: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980755
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980755%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980755: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980756
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980756%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980756: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980757
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980757%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980757: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980758
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980758%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980758: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980759
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980759%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980759: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980760
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980760%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980760: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980761
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980761%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980761: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980762
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980762%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980762: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980763
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980763%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980763: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980764
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980764%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980764: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980765
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980765%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980765: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980766
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980766%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980766: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980767
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980767%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980767: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980768
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980768%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980768: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980769
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980769%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980769: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980770
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980770%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980770: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980771
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980771%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980771: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980772
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980772%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980772: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980773
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980773%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980773: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980774
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980774%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980774: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980775
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980775%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980775: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980776
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980776%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980776: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980777
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980777%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980777: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980778
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980778%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980778: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980779
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980779%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980779: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980780
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980780%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980780: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980781
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980781%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980781: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980782
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980782%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980782: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980783
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980783%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980783: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980784
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980784%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980784: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980785
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980785%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980785: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980786
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980786%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980786: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980787
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980787%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980787: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980788
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980788%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980788: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980789
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980789%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980789: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980790
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980790%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980790: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980791
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980791%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980791: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980792
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980792%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980792: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980793
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980793%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980793: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980794
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980794%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980794: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980795
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980795%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980795: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980796
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980796%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980796: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980797
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980797%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980797: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980798
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980798%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980798: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980799
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980799%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980799: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980800
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980800%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980800: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980801
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980801%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980801: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980802
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980802%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980802: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980803
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980803%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980803: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980804
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980804%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980804: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980805
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980805%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980805: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980806
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980806%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980806: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980807
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980807%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980807: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1980808
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980808%27 HTTP/1.1" 200 None
2026-03-26 03:45:26 [ayvens.fr] INFO: Scrape type for 1980808: 0
2026-03-26 03:45:26 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 200
2026-03-26 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-26 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-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980809
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980809%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980809: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980810
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980810%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980810: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980811
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980811%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980811: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980812
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980812%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980812: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980813
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980813%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980813: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980814
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980814%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980814: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980815
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980815%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980815: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980816
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980816%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980816: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980817
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980817%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980817: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980818
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980818%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980818: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980819
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980819%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980819: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980820
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980820%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980820: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980821
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980821%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980821: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980822
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980822%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980822: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980823
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980823%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980823: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980824
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980824%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980824: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980825
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980825%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980825: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980826
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980826%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980826: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980827
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980827%27 HTTP/1.1" 200 None
2026-03-26 03:45:28 [ayvens.fr] INFO: Scrape type for 1980827: 0
2026-03-26 03:45:28 [ayvens.fr] INFO: Found listing with ID: 1980828
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980828%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980828: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980829
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980829%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980829: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980830
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980830%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980830: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980831
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980831%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980831: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980832
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980832%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980832: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980833
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980833%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980833: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980834
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980834%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980834: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980835
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980835%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980835: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980836
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980836%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980836: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980837
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980837%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980837: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980838
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980838%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980838: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980839
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980839%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980839: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980840
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980840%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980840: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980841
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980841%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980841: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980842
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980842%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980842: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980843
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980843%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980843: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980844
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980844%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980844: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980845
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980845%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980845: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980846
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980846%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980846: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980847
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980847%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980847: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980848
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980848%27 HTTP/1.1" 200 None
2026-03-26 03:45:29 [ayvens.fr] INFO: Scrape type for 1980848: 0
2026-03-26 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1980849
2026-03-26 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980849%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980849: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980850
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980850%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980850: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980851
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980851%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980851: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980852
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980852%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980852: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980853
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980853%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980853: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980854
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980854%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980854: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980855
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980855%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980855: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980856
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980856%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980856: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980857
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980857%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980857: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980858
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980858%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980858: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980859
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980859%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980859: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980860
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980860%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980860: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980861
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980861%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980861: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980862
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980862%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980862: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980863
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980863%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980863: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980864
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980864%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980864: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980865
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980865%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980865: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980866
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980866%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980866: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980867
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980867%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980867: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980868
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980868%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980868: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980869
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980869%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980869: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980870
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980870%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980870: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980871
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980871%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980871: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980872
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980872%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980872: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980873
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980873%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980873: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980874
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980874%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980874: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980875
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980875%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980875: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980876
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980876%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980876: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980877
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980877%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980877: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980878
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980878%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980878: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980879
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980879%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980879: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980880
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980880%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980880: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980881
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980881%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980881: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980882
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980882%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980882: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980883
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980883%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980883: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980884
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980884%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980884: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980885
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980885%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980885: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980886
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980886%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980886: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980887
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980887%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980887: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980888
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980888%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980888: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980889
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980889%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980889: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980890
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980890%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980890: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980891
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980891%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980891: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980892
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980892%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980892: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980893
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980893%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980893: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980894
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980894%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980894: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980895
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980895%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980895: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980896
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980896%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980896: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980897
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980897%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980897: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980898
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980898%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980898: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980899
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980899%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980899: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980900
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980900%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980900: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980901
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980901%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980901: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980902
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980902%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980902: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980903
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980903%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980903: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980904
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980904%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980904: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980905
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980905%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980905: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980906
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980906%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980906: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980907
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980907%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980907: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1980908
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980908%27 HTTP/1.1" 200 None
2026-03-26 03:45:30 [ayvens.fr] INFO: Scrape type for 1980908: 0
2026-03-26 03:45:30 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 300
2026-03-26 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-26 03:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1980909
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980909%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1980909: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1980910
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980910%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1980910: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1980911
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271980911%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1980911: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981730
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981730%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981730: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981731
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981731%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981731: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981732
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981732%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981732: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981733
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981733%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981733: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981734
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981734%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981734: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981735
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981735%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981735: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981736
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981736%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981736: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981737
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981737%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981737: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981738
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981738%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981738: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981739
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981739%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981739: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981740
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981740%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981740: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981741
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981741%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981741: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981742
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981742%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981742: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981743
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981743%27 HTTP/1.1" 200 None
2026-03-26 03:45:33 [ayvens.fr] INFO: Scrape type for 1981743: 0
2026-03-26 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1981744
2026-03-26 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981744%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981744: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981745
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981745%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981745: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981746
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981746%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981746: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981747
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981747%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981747: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981748
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981748%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981748: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981749
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981749%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981749: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981750
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981750%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981750: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981751
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981751%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981751: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981752
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981752%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981752: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981753
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981753%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981753: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981754
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981754%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981754: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981755
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981755%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981755: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981756
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981756%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981756: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981757
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981757%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981757: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981758
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981758%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981758: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981759
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981759%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981759: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981760
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981760%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981760: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981761
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981761%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981761: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981762
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981762%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981762: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981763
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981763%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981763: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981764
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981764%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981764: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981765
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981765%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981765: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981766
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981766%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981766: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981767
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981767%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981767: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981768
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981768%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981768: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981769
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981769%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981769: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981770
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981770%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981770: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981771
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981771%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981771: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981772
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981772%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981772: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981773
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981773%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981773: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981774
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981774%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981774: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981775
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981775%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981775: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981776
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981776%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981776: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981777
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981777%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981777: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981778
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981778%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981778: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981779
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981779%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981779: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981780
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981780%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981780: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981781
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981781%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981781: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981782
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981782%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981782: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981783
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981783%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981783: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981784
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981784%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981784: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981785
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981785%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981785: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981786
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981786%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981786: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981787
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981787%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981787: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981788
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981788%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981788: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981789
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981789%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981789: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981790
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981790%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981790: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981791
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981791%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981791: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981792
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981792%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981792: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981793
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981793%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981793: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981794
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981794%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981794: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981795
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981795%27 HTTP/1.1" 200 None
2026-03-26 03:45:34 [ayvens.fr] INFO: Scrape type for 1981795: 0
2026-03-26 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1981796
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981796%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981796: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981797
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981797%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981797: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981798
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981798%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981798: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981799
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981799%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981799: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981800
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981800%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981800: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981801
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981801%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981801: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981802
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981802%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981802: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981803
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981803%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981803: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981804
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981804%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981804: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981805
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981805%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981805: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981806
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981806%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981806: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981807
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981807%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981807: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981808
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981808%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981808: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981809
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981809%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981809: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981810
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981810%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981810: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981811
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981811%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981811: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981812
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981812%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981812: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981813
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981813%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981813: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981814
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981814%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981814: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981815
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981815%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981815: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981816
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981816%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981816: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981817
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981817%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981817: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981818
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981818%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981818: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981819
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981819%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981819: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981820
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981820%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981820: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981821
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981821%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981821: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981822
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981822%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981822: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981823
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981823%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981823: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981824
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981824%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981824: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981825
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981825%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981825: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1981826
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981826%27 HTTP/1.1" 200 None
2026-03-26 03:45:35 [ayvens.fr] INFO: Scrape type for 1981826: 0
2026-03-26 03:45:35 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 400
2026-03-26 03:45:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 03:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981827
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981827%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981827: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981828
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981828%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981828: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981829
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981829%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981829: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981830
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981830%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981830: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981831
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981831%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981831: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981832
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981832%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981832: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981833
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981833%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981833: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981834
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981834%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981834: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981835
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981835%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981835: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981836
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981836%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981836: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981837
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981837%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981837: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981944
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981944%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981944: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981945
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981945%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981945: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981946
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981946%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981946: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981947
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981947%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981947: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981948
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981948%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981948: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981949
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981949%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981949: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981950
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981950%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981950: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981951
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981951%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981951: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981952
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981952%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981952: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981953
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981953%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981953: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981954
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981954%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981954: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981955
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981955%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981955: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981956
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981956%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981956: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981957
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981957%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981957: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981958
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981958%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981958: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981959
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981959%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981959: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981960
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981960%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981960: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981961
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981961%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981961: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981962
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981962%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981962: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981963
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981963%27 HTTP/1.1" 200 None
2026-03-26 03:45:37 [ayvens.fr] INFO: Scrape type for 1981963: 0
2026-03-26 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1981964
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981964%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981964: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981965
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981965%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981965: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981966
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981966%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981966: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981967
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981967%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981967: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981968
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981968%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981968: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981969
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981969%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981969: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981970
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981970%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981970: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981971
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981971%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981971: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981972
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981972%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981972: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981973
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981973%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981973: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981974
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981974%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981974: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981975
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981975%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981975: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981976
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981976%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981976: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981977
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981977%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981977: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981978
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981978%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981978: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981979
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981979%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981979: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981980
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981980%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981980: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981981
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981981%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981981: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981982
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981982%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981982: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981983
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981983%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981983: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981984
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981984%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981984: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981985
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981985%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981985: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981986
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981986%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981986: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981987
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981987%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981987: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981988
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981988%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981988: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981989
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981989%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981989: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981990
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981990%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981990: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981991
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981991%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981991: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981992
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981992%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981992: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981993
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981993%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981993: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981994
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981994%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981994: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981995
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981995%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981995: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981996
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981996%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981996: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981997
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981997%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981997: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981998
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981998%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981998: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1981999
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271981999%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1981999: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1982000
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982000%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1982000: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1982001
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982001%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1982001: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1982002
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982002%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1982002: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1982003
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982003%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1982003: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1982004
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982004%27 HTTP/1.1" 200 None
2026-03-26 03:45:38 [ayvens.fr] INFO: Scrape type for 1982004: 0
2026-03-26 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1982005
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982005%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982005: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982006
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982006%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982006: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982007
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982007%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982007: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982008
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982008%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982008: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982009
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982009%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982009: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982010
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982010%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982010: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982011
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982011%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982011: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982012
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982012%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982012: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982013
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982013%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982013: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982014
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982014%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982014: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982015
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982015%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982015: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982016
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982016%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982016: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982017
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982017%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982017: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982018
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982018%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982018: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982019
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982019%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982019: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982020
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982020%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982020: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982021
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982021%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982021: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982022
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982022%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982022: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982023
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982023%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982023: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982024
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982024%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982024: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982025
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982025%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982025: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982026
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982026%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982026: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982027
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982027%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982027: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982028
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982028%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982028: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982029
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982029%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982029: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982030
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982030%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982030: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982031
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982031%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982031: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Found listing with ID: 1982032
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982032%27 HTTP/1.1" 200 None
2026-03-26 03:45:39 [ayvens.fr] INFO: Scrape type for 1982032: 0
2026-03-26 03:45:39 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 500
2026-03-26 03:45:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 03:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 03:45:41 [ayvens.fr] INFO: Found listing with ID: 1982033
2026-03-26 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982033%27 HTTP/1.1" 200 None
2026-03-26 03:45:41 [ayvens.fr] INFO: Scrape type for 1982033: 0
2026-03-26 03:45:41 [ayvens.fr] INFO: Found listing with ID: 1982034
2026-03-26 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982034%27 HTTP/1.1" 200 None
2026-03-26 03:45:41 [ayvens.fr] INFO: Scrape type for 1982034: 0
2026-03-26 03:45:41 [ayvens.fr] INFO: Found listing with ID: 1982035
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982035%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982035: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982036
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982036%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982036: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982037
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982037%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982037: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982038
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982038%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982038: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982039
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982039%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982039: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982040
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982040%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982040: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982041
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982041%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982041: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982042
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982042%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982042: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982043
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982043%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982043: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982044
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982044%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982044: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982045
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982045%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982045: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982046
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982046%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982046: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982047
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982047%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982047: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982048
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982048%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982048: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982049
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982049%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982049: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1982050
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271982050%27 HTTP/1.1" 200 None
2026-03-26 03:45:42 [ayvens.fr] INFO: Scrape type for 1982050: 0
2026-03-26 03:45:42 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 600
2026-03-26 03:45:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 03:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-26 03:45:43 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-26 03:45:43 [ayvens.fr] INFO: ayvens.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 518, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-26 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20last_price_update_time%20lt%201774064743 HTTP/1.1" 200 None
2026-03-26 03:45:43 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ayvens.fr/task_44_2026-03-26T03_45_00.jl
2026-03-26 03:45:43 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 11475,
'downloader/request_count': 8,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 7,
'downloader/response_bytes': 1334418,
'downloader/response_count': 8,
'downloader/response_status_count/200': 8,
'elapsed_time_seconds': 36.949971,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 26, 3, 45, 43, 601039, tzinfo=datetime.timezone.utc),
'log_count/DEBUG': 1334,
'log_count/INFO': 1092,
'memusage/max': 150282240,
'memusage/startup': 150282240,
'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': 135,
'playwright/request_count/aborted': 15,
'playwright/request_count/method/GET': 131,
'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': 24,
'playwright/request_count/resource_type/script': 81,
'playwright/request_count/resource_type/stylesheet': 1,
'playwright/request_count/resource_type/xhr': 5,
'playwright/response_count': 119,
'playwright/response_count/method/GET': 116,
'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': 9,
'playwright/response_count/resource_type/script': 81,
'playwright/response_count/resource_type/stylesheet': 1,
'playwright/response_count/resource_type/xhr': 4,
'request_depth_max': 7,
'response_received_count': 8,
'scheduler/dequeued': 8,
'scheduler/dequeued/memory': 8,
'scheduler/enqueued': 8,
'scheduler/enqueued/memory': 8,
'scrape_type/skipped': 518,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 7,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 1.739776267537049,
'scrapy-zyte-api/mean_response_seconds': 1.844551705090063,
'scrapy-zyte-api/processed': 7,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 7,
'scrapy-zyte-api/request_args/experimental.responseCookies': 7,
'scrapy-zyte-api/request_args/httpRequestBody': 7,
'scrapy-zyte-api/request_args/httpRequestMethod': 7,
'scrapy-zyte-api/request_args/httpResponseBody': 7,
'scrapy-zyte-api/request_args/httpResponseHeaders': 7,
'scrapy-zyte-api/request_args/url': 7,
'scrapy-zyte-api/status_codes/200': 7,
'scrapy-zyte-api/success': 7,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 26, 3, 45, 6, 651068, tzinfo=datetime.timezone.utc)}
2026-03-26 03:45:43 [scrapy.core.engine] INFO: Spider closed (finished)