2026-03-28 16:45:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-28 16: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-28 16:45:05 [ayvens.fr] INFO: Starting spider ayvens.fr
2026-03-28 16:45:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-28 16:45:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-28 16:45:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-28 16:45:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-28 16:45:05 [scrapy.extensions.telnet] INFO: Telnet Password: 41b4cd6c4a6f10b8
2026-03-28 16:45:05 [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-28 16:45:05 [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-28T16_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-28 16:45:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 16:45:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 16:45:05 [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-28 16:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-28 16: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-28 16:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-28 16:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-28 16:45:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-28 16:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-28 16:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-28 16:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-28 16: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-28 16:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-28 16:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-28 16: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-28 16: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-28 16:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-28 16:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-28 16:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-28 16:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-28 16:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-28 16:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-28 16:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-28 16:45:11 [scrapy-playwright] INFO: Browser firefox launched
2026-03-28 16:45:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-28 16:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-28 16:45:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-28 16:45:12 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://carmarket.ayvens.com/en-gb/lots>
2026-03-28 16:45:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/lots>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-28 16: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-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-28 16: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-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-28 16: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-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-28 16: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-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2>
2026-03-28 16:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R5GGQAWE.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QV3UPEBS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AQBI4CYB.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EIXBRKXP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5567JMUS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-YI6GGZZZ.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-4CLCTAJ7.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-YI6GGZZZ.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NAGGRITV.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BBQ7R2BV.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ADG3G2OJ.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HPL7GXW6.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7JYRLYWD.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2S63FZXS.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-K7GQAXGO.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CQOH37XC.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-NAGGRITV.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HQZHDCQG.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-NAGGRITV.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QZ2M64VL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PMQRMPGY.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/polyfills-FFHMD2TL.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SALCXTDR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-K7GQAXGO.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EVZDJ3YH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2BYH6G4C.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AHM2LY2L.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VGUEXTON.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SUQC6PCL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7DYAUIPQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6BXXUPPN.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/main-NKPAFEH2.js>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/styles-ETA5EMQJ.css>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-28 16:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16: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-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QV3UPEBS.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EIXBRKXP.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AQBI4CYB.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5567JMUS.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-4CLCTAJ7.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CQOH37XC.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QZ2M64VL.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SALCXTDR.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HQZHDCQG.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EVZDJ3YH.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AHM2LY2L.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2BYH6G4C.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VGUEXTON.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SUQC6PCL.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7DYAUIPQ.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6BXXUPPN.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OF6JT4KC.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ELPOVYM7.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y6LYHJ33.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VBU7AOHF.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SPE4D2IX.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPLHK2CL.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-N2FZW7V7.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-KLKMSQPH.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AVZZH6AV.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2FANG3NP.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ABBXN5WQ.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NPJHDJ36.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-MLMYZRAG.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5D4JF6DX.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7IEPAGTW.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ZYL3EWWF.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WWYAPULQ.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XXARMH2T.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AYT4KML6.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CX65R3QQ.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EHSUL3RU.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XGLUMAK5.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7UDVUMWJ.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WRLSZEDX.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XCHSKDZH.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-U3DCL5KE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7HVTDVUE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-U3DCL5KE.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7HVTDVUE.js>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VPZ5PCFV.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-7HVTDVUE.js)
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json>
2026-03-28 16:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPZ5PCFV.js>
2026-03-28 16: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-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R57BLUBZ.js>
2026-03-28 16: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-28 16: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-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XI7MA6UU.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-253AOQV4.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-Y26P6NOT.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VPZ5PCFV.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XI7MA6UU.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-E2QM5VHP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QVU7EFJH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y26P6NOT.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-PU5AH4GE.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6AWK7DQQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-JMKQRIJX.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-OXIZJZO4.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-H7VMIGZK.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-253AOQV4.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-E2QM5VHP.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QVU7EFJH.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PU5AH4GE.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OXIZJZO4.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-JMKQRIJX.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6AWK7DQQ.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-H7VMIGZK.js>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/loader.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/line.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-28 16: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-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-28 16: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-28 16:45:17 [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-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HGLYMGTS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-PU5AH4GE.js)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VNA57F7Z.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-253AOQV4.js)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EXKYPD3J.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-253AOQV4.js)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BQLC5RJD.js>
2026-03-28 16:45:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carmarket.ayvens.com/en-gb/lots> (referer: None) ['playwright']
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HGLYMGTS.js>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AZBPSD4I.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HGLYMGTS.js)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2NCM5KDW.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HGLYMGTS.js)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VNA57F7Z.js>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EXKYPD3J.js>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/bell.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/bell.svg>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:18 [ayvens.fr] INFO: Cookies from Playwright: [{'name': 'ai_user', 'value': '9KgH+UswPpnpzswonKBJ75|2026-03-28T16:45:16.128Z', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1806252316, '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': 'tN8gkgcNhrlHNMIFy0eIrs|1774716317807|1774716317807', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1774718117, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}]
2026-03-28 16:45:18 [ayvens.fr] INFO: Scrapy-formatted cookies: [{'name': 'ai_user', 'value': '9KgH+UswPpnpzswonKBJ75|2026-03-28T16:45:16.128Z', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'ai_session', 'value': 'tN8gkgcNhrlHNMIFy0eIrs|1774716317807|1774716317807', 'domain': 'carmarket.ayvens.com', 'path': '/'}]
2026-03-28 16:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Ayvens',RowKey='cookies') HTTP/1.1" 204 0
2026-03-28 16:45:18 [ayvens.fr] INFO: Intercepting token...
2026-03-28 16:45:18 [ayvens.fr] INFO: Scrolling element to trigger lazy load...
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AZBPSD4I.js>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api-carmarket.ayvens.com/graphql/saleevents>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2NCM5KDW.js>
2026-03-28 16:45:18 [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-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VUZVFPNF.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api-carmarket.ayvens.com/graphql/saleevents> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api-carmarket.ayvens.com/graphql/saleevents>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VUZVFPNF.js>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-FX6676C7.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VUZVFPNF.js)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BK6NFD4R.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-28 16:45:18 [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-28 16:45:18 [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-28 16:45:18 [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-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-FX6676C7.js>
2026-03-28 16:45:18 [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-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BK6NFD4R.js>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/reset.svg>
2026-03-28 16:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/camera-icon.svg>
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/it.svg>
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-75KGV5DF.js>
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/fz1/bb6b54f0f16c472cacdb0a7946199428/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gh0/dffe54aea3224af38c74f82fd9cc059a/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gj9/e82d445c2c6948dbb333487adbccaf0d/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gh2/865239a110c948f6a525d6abeb73a222/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json>
2026-03-28 16:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-28 16:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/gh0/dffe54aea3224af38c74f82fd9cc059a/images/medium/0.jpg>
2026-03-28 16:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/gj9/e82d445c2c6948dbb333487adbccaf0d/images/medium/0.jpg>
2026-03-28 16:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/fz1/bb6b54f0f16c472cacdb0a7946199428/images/medium/0.jpg>
2026-03-28 16:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-28 16:45:20 [ayvens.fr] INFO: ✅ Intercepted token: 3b2cc62fd26c4e29a762db3de181266b
2026-03-28 16:45:20 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 0
2026-03-28 16:45:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 16:45:22 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988198
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988198%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988198: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988199
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988199%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988199: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988200
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988200%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988200: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988201
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988201%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988201: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988202
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988202%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988202: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988203
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988203%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988203: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988204
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988204%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988204: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988205
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988205%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988205: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988206
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988206%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988206: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988207
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988207%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988207: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988208
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988208%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988208: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988209
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988209%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988209: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988210
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988210%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988210: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988211
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988211%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988211: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988212
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988212%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988212: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988213
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988213%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988213: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988214
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988214%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988214: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988215
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988215%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988215: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988216
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988216%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988216: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988217
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988217%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988217: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988218
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988218%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988218: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988219
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988219%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988219: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988220
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988220%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988220: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988221
2026-03-28 16:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988221%27 HTTP/1.1" 200 None
2026-03-28 16:45:22 [ayvens.fr] INFO: Scrape type for 1988221: 0
2026-03-28 16:45:22 [ayvens.fr] INFO: Found listing with ID: 1988222
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988222%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988222: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988223
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988223%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988223: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988224
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988224%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988224: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988225
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988225%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988225: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988226
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988226%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988226: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988227
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988227%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988227: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988228
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988228%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988228: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988229
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988229%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988229: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988230
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988230%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988230: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988231
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988231%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988231: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988232
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988232%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988232: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988233
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988233%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988233: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988234
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988234%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988234: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988235
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988235%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988235: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988236
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988236%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988236: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988237
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988237%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988237: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988238
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988238%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988238: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988239
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988239%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988239: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988240
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988240%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988240: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988241
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988241%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988241: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988242
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988242%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988242: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988243
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988243%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988243: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988244
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988244%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988244: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988245
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988245%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988245: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988246
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988246%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988246: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988247
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988247%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988247: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988248
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988248%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988248: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988249
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988249%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988249: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988250
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988250%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988250: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988251
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988251%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988251: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988252
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988252%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988252: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988253
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988253%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988253: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988254
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988254%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988254: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988255
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988255%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988255: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988256
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988256%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988256: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988257
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988257%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988257: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988258
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988258%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988258: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988259
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988259%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988259: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988260
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988260%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988260: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988261
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988261%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988261: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988262
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988262%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988262: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988263
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988263%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988263: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988264
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988264%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988264: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988265
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988265%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988265: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988266
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988266%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988266: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988267
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988267%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988267: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988268
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988268%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988268: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988269
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988269%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988269: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988270
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988270%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988270: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988271
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988271%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988271: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988272
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988272%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988272: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988273
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988273%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988273: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988274
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988274%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988274: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988275
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988275%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988275: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988276
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988276%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988276: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988277
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988277%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988277: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988278
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988278%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988278: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988279
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988279%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988279: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988280
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988280%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988280: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988281
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988281%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988281: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988282
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988282%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988282: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988283
2026-03-28 16:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988283%27 HTTP/1.1" 200 None
2026-03-28 16:45:23 [ayvens.fr] INFO: Scrape type for 1988283: 0
2026-03-28 16:45:23 [ayvens.fr] INFO: Found listing with ID: 1988284
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988284%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988284: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988285
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988285%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988285: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988286
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988286%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988286: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988287
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988287%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988287: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988288
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988288%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988288: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988289
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988289%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988289: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988290
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988290%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988290: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988291
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988291%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988291: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988292
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988292%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988292: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988293
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988293%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988293: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988294
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988294%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988294: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988295
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988295%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988295: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988296
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988296%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988296: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Found listing with ID: 1988297
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988297%27 HTTP/1.1" 200 None
2026-03-28 16:45:24 [ayvens.fr] INFO: Scrape type for 1988297: 0
2026-03-28 16:45:24 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 100
2026-03-28 16:45:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 16:45:26 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988298
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988298%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988298: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988299
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988299%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988299: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988300
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988300%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988300: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988301
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988301%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988301: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988302
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988302%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988302: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988303
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988303%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988303: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988304
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988304%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988304: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988305
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988305%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988305: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988306
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988306%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988306: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988307
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988307%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988307: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988308
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988308%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988308: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988309
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988309%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988309: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988310
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988310%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988310: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988311
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988311%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988311: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988312
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988312%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988312: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988313
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988313%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988313: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988314
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988314%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988314: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988315
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988315%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988315: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988316
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988316%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988316: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988317
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988317%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988317: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988318
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988318%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988318: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988319
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988319%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988319: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988320
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988320%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988320: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988321
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988321%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988321: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988322
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988322%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988322: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988323
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988323%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988323: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988324
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988324%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988324: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988325
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988325%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988325: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988326
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988326%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988326: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988327
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988327%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988327: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988328
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988328%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988328: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988329
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988329%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988329: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988330
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988330%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988330: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988331
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988331%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988331: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988332
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988332%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988332: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988333
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988333%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988333: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988334
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988334%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988334: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988335
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988335%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988335: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988336
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988336%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988336: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988337
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988337%27 HTTP/1.1" 200 None
2026-03-28 16:45:26 [ayvens.fr] INFO: Scrape type for 1988337: 0
2026-03-28 16:45:26 [ayvens.fr] INFO: Found listing with ID: 1988338
2026-03-28 16:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988338%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988338: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988339
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988339%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988339: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988340
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988340%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988340: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988341
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988341%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988341: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988342
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988342%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988342: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988343
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988343%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988343: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988344
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988344%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988344: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988345
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988345%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988345: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988346
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988346%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988346: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988347
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988347%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988347: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988348
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988348%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988348: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988349
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988349%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988349: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988350
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988350%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988350: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988351
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988351%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988351: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988352
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988352%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988352: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988353
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988353%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988353: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988354
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988354%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988354: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988355
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988355%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988355: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988356
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988356%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988356: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988357
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988357%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988357: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988358
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988358%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988358: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988359
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988359%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988359: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988360
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988360%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988360: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988361
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988361%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988361: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988362
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988362%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988362: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988363
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988363%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988363: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988364
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988364%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988364: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988365
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988365%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988365: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988366
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988366%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988366: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988367
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988367%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988367: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988368
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988368%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988368: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988369
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988369%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988369: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988370
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988370%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988370: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988371
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988371%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988371: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988372
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988372%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988372: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988373
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988373%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988373: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988374
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988374%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988374: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988375
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988375%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988375: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988376
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988376%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988376: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988377
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988377%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988377: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988378
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988378%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988378: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988379
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988379%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988379: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988380
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988380%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988380: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988381
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988381%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988381: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988382
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988382%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988382: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988383
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988383%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988383: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988384
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988384%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988384: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988385
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988385%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988385: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988386
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988386%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988386: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988387
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988387%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988387: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988388
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988388%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988388: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988389
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988389%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988389: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988390
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988390%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988390: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988391
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988391%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988391: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988392
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988392%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988392: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988393
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988393%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988393: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988394
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988394%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988394: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988395
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988395%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988395: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988396
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988396%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988396: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Found listing with ID: 1988397
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988397%27 HTTP/1.1" 200 None
2026-03-28 16:45:27 [ayvens.fr] INFO: Scrape type for 1988397: 0
2026-03-28 16:45:27 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 200
2026-03-28 16:45:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 16:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988398
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988398%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988398: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988399
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988399%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988399: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988400
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988400%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988400: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988401
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988401%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988401: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988402
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988402%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988402: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988403
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988403%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988403: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988404
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988404%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988404: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988405
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988405%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988405: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988406
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988406%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988406: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988407
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988407%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988407: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988408
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988408%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988408: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988409
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988409%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988409: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988410
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988410%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988410: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988411
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988411%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988411: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988412
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988412%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988412: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988413
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988413%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988413: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988414
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988414%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988414: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988415
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988415%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988415: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988416
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988416%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988416: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988417
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988417%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988417: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988418
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988418%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988418: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988419
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988419%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988419: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988420
2026-03-28 16:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988420%27 HTTP/1.1" 200 None
2026-03-28 16:45:29 [ayvens.fr] INFO: Scrape type for 1988420: 0
2026-03-28 16:45:29 [ayvens.fr] INFO: Found listing with ID: 1988421
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988421%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988421: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988422
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988422%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988422: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988423
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988423%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988423: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988424
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988424%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988424: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988425
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988425%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988425: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988426
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988426%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988426: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988427
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988427%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988427: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988428
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988428%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988428: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988429
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988429%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988429: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988430
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988430%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988430: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988431
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988431%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988431: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988432
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988432%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988432: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988433
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988433%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988433: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988434
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988434%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988434: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988435
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988435%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988435: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988436
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988436%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988436: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988437
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988437%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988437: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988438
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988438%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988438: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988439
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988439%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988439: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988440
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988440%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988440: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988441
2026-03-28 16:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988441%27 HTTP/1.1" 200 None
2026-03-28 16:45:30 [ayvens.fr] INFO: Scrape type for 1988441: 0
2026-03-28 16:45:30 [ayvens.fr] INFO: Found listing with ID: 1988442
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988442%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988442: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988443
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988443%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988443: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988444
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988444%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988444: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988445
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988445%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988445: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988446
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988446%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988446: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988447
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988447%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988447: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988448
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988448%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988448: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988449
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988449%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988449: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988450
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988450%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988450: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988451
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988451%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988451: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988452
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988452%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988452: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988453
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988453%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988453: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988454
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988454%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988454: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988455
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988455%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988455: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988456
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988456%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988456: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988457
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988457%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988457: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988458
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988458%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988458: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988459
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988459%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988459: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988460
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988460%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988460: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988461
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988461%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988461: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988462
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988462%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988462: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988463
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988463%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988463: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988464
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988464%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988464: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988465
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988465%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988465: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988466
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988466%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988466: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988467
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988467%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988467: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988468
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988468%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988468: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988469
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988469%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988469: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988470
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988470%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988470: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988471
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988471%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988471: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988472
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988472%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988472: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988473
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988473%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988473: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988474
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988474%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988474: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988475
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988475%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988475: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988476
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988476%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988476: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988477
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988477%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988477: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988478
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988478%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988478: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988479
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988479%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988479: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988480
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988480%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988480: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988481
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988481%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988481: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988482
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988482%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988482: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988483
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988483%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988483: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988484
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988484%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988484: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988485
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988485%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988485: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988486
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988486%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988486: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988487
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988487%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988487: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988488
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988488%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988488: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988489
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988489%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988489: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988490
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988490%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988490: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988491
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988491%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988491: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988492
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988492%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988492: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988493
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988493%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988493: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988494
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988494%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988494: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988495
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988495%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988495: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988496
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988496%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988496: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Found listing with ID: 1988497
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988497%27 HTTP/1.1" 200 None
2026-03-28 16:45:31 [ayvens.fr] INFO: Scrape type for 1988497: 0
2026-03-28 16:45:31 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 300
2026-03-28 16:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 16:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988498
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988498%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988498: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988499
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988499%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988499: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988500
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988500%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988500: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988501
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988501%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988501: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988502
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988502%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988502: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988503
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988503%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988503: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988504
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988504%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988504: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988505
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988505%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988505: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988506
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988506%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988506: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988507
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988507%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988507: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988508
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988508%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988508: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988509
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988509%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988509: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988510
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988510%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988510: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988511
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988511%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988511: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988512
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988512%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988512: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988513
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988513%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988513: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988514
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988514%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988514: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988515
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988515%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988515: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988516
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988516%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988516: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988517
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988517%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988517: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988518
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988518%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988518: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988519
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988519%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988519: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988520
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988520%27 HTTP/1.1" 200 None
2026-03-28 16:45:33 [ayvens.fr] INFO: Scrape type for 1988520: 0
2026-03-28 16:45:33 [ayvens.fr] INFO: Found listing with ID: 1988521
2026-03-28 16:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988521%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988521: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988522
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988522%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988522: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988523
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988523%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988523: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988524
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988524%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988524: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988525
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988525%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988525: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988526
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988526%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988526: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988527
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988527%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988527: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988528
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988528%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988528: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988529
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988529%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988529: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988530
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988530%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988530: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988531
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988531%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988531: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988532
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988532%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988532: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988533
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988533%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988533: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988534
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988534%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988534: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988535
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988535%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988535: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988536
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988536%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988536: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988537
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988537%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988537: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988538
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988538%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988538: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988539
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988539%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988539: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988540
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988540%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988540: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988541
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988541%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988541: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988542
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988542%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988542: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988543
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988543%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988543: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988544
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988544%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988544: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988545
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988545%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988545: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988546
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988546%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988546: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988547
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988547%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988547: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988548
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988548%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988548: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988549
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988549%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988549: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988550
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988550%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988550: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988551
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988551%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988551: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988552
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988552%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988552: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988553
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988553%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988553: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988554
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988554%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988554: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988555
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988555%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988555: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988556
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988556%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988556: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988557
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988557%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988557: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988558
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988558%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988558: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988559
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988559%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988559: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988560
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988560%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988560: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988561
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988561%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988561: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988562
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988562%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988562: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988563
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988563%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988563: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988564
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988564%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988564: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988565
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988565%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988565: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988566
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988566%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988566: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988567
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988567%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988567: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988568
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988568%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988568: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988569
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988569%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988569: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988570
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988570%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988570: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988571
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988571%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988571: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988572
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988572%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988572: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988573
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988573%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988573: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988574
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988574%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988574: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988575
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988575%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988575: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988576
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988576%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988576: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988577
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988577%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988577: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988578
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988578%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988578: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988579
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988579%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988579: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988580
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988580%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988580: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988581
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988581%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988581: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988582
2026-03-28 16:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988582%27 HTTP/1.1" 200 None
2026-03-28 16:45:34 [ayvens.fr] INFO: Scrape type for 1988582: 0
2026-03-28 16:45:34 [ayvens.fr] INFO: Found listing with ID: 1988583
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988583%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988583: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988584
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988584%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988584: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988585
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988585%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988585: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988586
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988586%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988586: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988587
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988587%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988587: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988588
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988588%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988588: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988589
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988589%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988589: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988590
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988590%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988590: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988591
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988591%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988591: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988592
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988592%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988592: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988593
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988593%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988593: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988594
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988594%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988594: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988595
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988595%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988595: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988596
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988596%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988596: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Found listing with ID: 1988597
2026-03-28 16:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988597%27 HTTP/1.1" 200 None
2026-03-28 16:45:35 [ayvens.fr] INFO: Scrape type for 1988597: 0
2026-03-28 16:45:35 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 400
2026-03-28 16: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-28 16:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-28 16:45:36 [ayvens.fr] INFO: Found listing with ID: 1988598
2026-03-28 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988598%27 HTTP/1.1" 200 None
2026-03-28 16:45:36 [ayvens.fr] INFO: Scrape type for 1988598: 0
2026-03-28 16:45:36 [ayvens.fr] INFO: Found listing with ID: 1988599
2026-03-28 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988599%27 HTTP/1.1" 200 None
2026-03-28 16:45:36 [ayvens.fr] INFO: Scrape type for 1988599: 0
2026-03-28 16:45:36 [ayvens.fr] INFO: Found listing with ID: 1988600
2026-03-28 16:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988600%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988600: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988601
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988601%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988601: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988602
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988602%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988602: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988603
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988603%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988603: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988604
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988604%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988604: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988605
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988605%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988605: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988606
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988606%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988606: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988607
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988607%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988607: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988608
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988608%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988608: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988609
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988609%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988609: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988610
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988610%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988610: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988611
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988611%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988611: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988612
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988612%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988612: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988613
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988613%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988613: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988614
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988614%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988614: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988615
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988615%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988615: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988616
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988616%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988616: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988617
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988617%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988617: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988618
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988618%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988618: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988619
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988619%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988619: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988620
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988620%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988620: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988621
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988621%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988621: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988622
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988622%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988622: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988623
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988623%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988623: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988624
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988624%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988624: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988625
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988625%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988625: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988626
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988626%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988626: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988627
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988627%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988627: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988628
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988628%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988628: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988629
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988629%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988629: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988630
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988630%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988630: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988631
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988631%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988631: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988632
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988632%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988632: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988633
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988633%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988633: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988634
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988634%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988634: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988635
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988635%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988635: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988636
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988636%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988636: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988637
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988637%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988637: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988638
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988638%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988638: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988639
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988639%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988639: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988640
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988640%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988640: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988641
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988641%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988641: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988642
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988642%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988642: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988643
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988643%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988643: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988644
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988644%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988644: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988645
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988645%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988645: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988646
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988646%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988646: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988647
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988647%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988647: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988648
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988648%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988648: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988649
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988649%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988649: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988650
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988650%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988650: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988651
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988651%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988651: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988652
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988652%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988652: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988653
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988653%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988653: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988654
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988654%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988654: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988655
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988655%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988655: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988656
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988656%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988656: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988657
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988657%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988657: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988658
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988658%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988658: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988659
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988659%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988659: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988660
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988660%27 HTTP/1.1" 200 None
2026-03-28 16:45:37 [ayvens.fr] INFO: Scrape type for 1988660: 0
2026-03-28 16:45:37 [ayvens.fr] INFO: Found listing with ID: 1988661
2026-03-28 16:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988661%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988661: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988662
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988662%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988662: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988663
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988663%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988663: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988664
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988664%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988664: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988665
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988665%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988665: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988666
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988666%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988666: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988667
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988667%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988667: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988668
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988668%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988668: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988669
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988669%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988669: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988670
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988670%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988670: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988671
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988671%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988671: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988672
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988672%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988672: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988673
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988673%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988673: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988674
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988674%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988674: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988675
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988675%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988675: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988676
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988676%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988676: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988677
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988677%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988677: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988678
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988678%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988678: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988679
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988679%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988679: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988680
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988680%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988680: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988681
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988681%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988681: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988682
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988682%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988682: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988683
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988683%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988683: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988684
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988684%27 HTTP/1.1" 200 None
2026-03-28 16:45:38 [ayvens.fr] INFO: Scrape type for 1988684: 0
2026-03-28 16:45:38 [ayvens.fr] INFO: Found listing with ID: 1988685
2026-03-28 16:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988685%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988685: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988686
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988686%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988686: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988687
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988687%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988687: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988688
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988688%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988688: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988689
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988689%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988689: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988690
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988690%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988690: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988691
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988691%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988691: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988692
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988692%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988692: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988693
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988693%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988693: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988694
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988694%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988694: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988695
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988695%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988695: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988696
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988696%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988696: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Found listing with ID: 1988697
2026-03-28 16:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988697%27 HTTP/1.1" 200 None
2026-03-28 16:45:39 [ayvens.fr] INFO: Scrape type for 1988697: 0
2026-03-28 16:45:39 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 500
2026-03-28 16: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-28 16:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988698
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988698%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988698: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988699
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988699%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988699: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988700
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988700%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988700: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988701
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988701%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988701: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988702
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988702%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988702: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988703
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988703%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988703: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988704
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988704%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988704: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988705
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988705%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988705: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988706
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988706%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988706: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988707
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988707%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988707: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988708
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988708%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988708: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988709
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988709%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988709: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988710
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988710%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988710: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988711
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988711%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988711: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988712
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988712%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988712: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988713
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988713%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988713: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988714
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988714%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988714: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988715
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988715%27 HTTP/1.1" 200 None
2026-03-28 16:45:40 [ayvens.fr] INFO: Scrape type for 1988715: 0
2026-03-28 16:45:40 [ayvens.fr] INFO: Found listing with ID: 1988716
2026-03-28 16:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988716%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988716: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988717
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988717%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988717: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988718
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988718%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988718: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988719
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988719%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988719: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988720
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988720%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988720: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988721
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988721%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988721: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988722
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988722%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988722: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988723
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988723%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988723: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988724
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988724%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988724: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988725
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988725%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988725: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988726
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988726%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988726: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988727
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988727%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988727: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988728
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988728%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988728: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988729
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988729%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988729: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988730
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988730%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988730: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988731
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988731%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988731: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988732
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988732%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988732: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988733
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988733%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988733: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988734
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988734%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988734: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988735
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988735%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988735: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988736
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988736%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988736: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988737
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988737%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988737: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988738
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988738%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988738: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988739
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988739%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988739: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988740
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988740%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988740: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988741
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988741%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988741: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988742
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988742%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988742: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988743
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988743%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988743: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988744
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988744%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988744: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988745
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988745%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988745: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988746
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988746%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988746: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988747
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988747%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988747: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988748
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988748%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988748: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988749
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988749%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988749: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988750
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988750%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988750: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988751
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988751%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988751: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988752
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988752%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988752: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988753
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988753%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988753: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988754
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988754%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988754: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988755
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988755%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988755: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988756
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988756%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988756: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988757
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988757%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988757: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988758
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988758%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988758: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988759
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988759%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988759: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988760
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988760%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988760: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988761
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988761%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988761: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988762
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988762%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988762: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988763
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988763%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988763: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988764
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988764%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988764: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988765
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988765%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988765: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988766
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988766%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988766: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988767
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988767%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988767: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988768
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988768%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988768: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988769
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988769%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988769: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988770
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988770%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988770: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988771
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988771%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988771: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988772
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988772%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988772: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988773
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988773%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988773: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988774
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988774%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988774: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988775
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988775%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988775: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988776
2026-03-28 16:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988776%27 HTTP/1.1" 200 None
2026-03-28 16:45:41 [ayvens.fr] INFO: Scrape type for 1988776: 0
2026-03-28 16:45:41 [ayvens.fr] INFO: Found listing with ID: 1988777
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988777%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988777: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988778
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988778%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988778: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988779
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988779%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988779: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988780
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988780%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988780: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988781
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988781%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988781: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988782
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988782%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988782: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988783
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988783%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988783: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988784
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988784%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988784: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988785
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988785%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988785: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988786
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988786%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988786: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988787
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988787%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988787: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988788
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988788%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988788: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988789
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988789%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988789: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988790
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988790%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988790: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988791
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988791%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988791: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988792
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988792%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988792: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988793
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988793%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988793: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988794
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988794%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988794: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988795
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988795%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988795: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988796
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988796%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988796: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Found listing with ID: 1988797
2026-03-28 16:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16: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%271988797%27 HTTP/1.1" 200 None
2026-03-28 16:45:42 [ayvens.fr] INFO: Scrape type for 1988797: 0
2026-03-28 16:45:42 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 600
2026-03-28 16: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-28 16:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988798
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988798%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988798: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988799
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988799%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988799: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988800
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988800%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988800: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988801
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988801%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988801: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988802
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988802%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988802: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988803
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988803%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988803: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988804
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988804%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988804: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988805
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988805%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988805: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988806
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988806%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988806: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1988807
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271988807%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1988807: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983837
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983837%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983837: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983838
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983838%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983838: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983839
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983839%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983839: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983840
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983840%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983840: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983841
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983841%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983841: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983842
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983842%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983842: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983843
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983843%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983843: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983844
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983844%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983844: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983845
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983845%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983845: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983846
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983846%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983846: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983847
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983847%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983847: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983848
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983848%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983848: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983849
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983849%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983849: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983850
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983850%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983850: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983851
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983851%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983851: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983852
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983852%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983852: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983853
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983853%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983853: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983854
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983854%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983854: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983855
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983855%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983855: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983856
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983856%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983856: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983857
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983857%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983857: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983858
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983858%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983858: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983859
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983859%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983859: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983860
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983860%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983860: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983861
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983861%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983861: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983862
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983862%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983862: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983863
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983863%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983863: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983864
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983864%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983864: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983865
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983865%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983865: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983866
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983866%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983866: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983867
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983867%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983867: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983868
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983868%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983868: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983869
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983869%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983869: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983870
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983870%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983870: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983871
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983871%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983871: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983872
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983872%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983872: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983873
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983873%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983873: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983874
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983874%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983874: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983875
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983875%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983875: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983876
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983876%27 HTTP/1.1" 200 None
2026-03-28 16:45:44 [ayvens.fr] INFO: Scrape type for 1983876: 0
2026-03-28 16:45:44 [ayvens.fr] INFO: Found listing with ID: 1983877
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983877%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983877: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983878
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983878%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983878: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983879
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983879%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983879: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983880
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983880%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983880: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983881
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983881%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983881: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983882
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983882%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983882: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983883
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983883%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983883: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983884
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983884%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983884: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983885
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983885%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983885: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983886
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983886%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983886: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983887
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983887%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983887: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983888
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983888%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983888: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983889
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983889%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983889: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983890
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983890%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983890: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983891
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983891%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983891: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983892
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983892%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983892: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983893
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983893%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983893: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983894
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983894%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983894: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983895
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983895%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983895: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983896
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983896%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983896: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983897
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983897%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983897: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983898
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983898%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983898: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983899
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983899%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983899: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983900
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983900%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983900: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983901
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983901%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983901: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983902
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983902%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983902: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983903
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983903%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983903: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983904
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983904%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983904: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983905
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983905%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983905: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983906
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983906%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983906: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983907
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983907%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983907: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983908
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983908%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983908: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983909
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983909%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983909: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983910
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983910%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983910: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983911
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983911%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983911: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983912
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983912%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983912: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983913
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983913%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983913: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983914
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983914%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983914: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983915
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983915%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983915: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983916
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983916%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983916: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983917
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983917%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983917: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983918
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983918%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983918: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983919
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983919%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983919: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983920
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983920%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983920: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983921
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983921%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983921: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983922
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983922%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983922: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Found listing with ID: 1983923
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271983923%27 HTTP/1.1" 200 None
2026-03-28 16:45:45 [ayvens.fr] INFO: Scrape type for 1983923: 0
2026-03-28 16:45:45 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 700
2026-03-28 16:45:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 16:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-28 16:45:47 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-28 16:45:47 [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>: 697, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-28 16:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 16:45:47 [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%201774284347 HTTP/1.1" 200 None
2026-03-28 16:45:47 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ayvens.fr/task_44_2026-03-28T16_45_00.jl
2026-03-28 16:45:47 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 13088,
'downloader/request_count': 9,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 8,
'downloader/response_bytes': 1305345,
'downloader/response_count': 9,
'downloader/response_status_count/200': 9,
'elapsed_time_seconds': 41.398455,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 28, 16, 45, 47, 792646, tzinfo=datetime.timezone.utc),
'log_count/DEBUG': 1686,
'log_count/INFO': 1451,
'memusage/max': 147730432,
'memusage/startup': 147730432,
'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': 132,
'playwright/request_count/aborted': 15,
'playwright/request_count/method/GET': 126,
'playwright/request_count/method/POST': 6,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/fetch': 2,
'playwright/request_count/resource_type/font': 16,
'playwright/request_count/resource_type/image': 24,
'playwright/request_count/resource_type/script': 80,
'playwright/request_count/resource_type/stylesheet': 1,
'playwright/request_count/resource_type/xhr': 7,
'playwright/response_count': 114,
'playwright/response_count/method/GET': 109,
'playwright/response_count/method/POST': 5,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 1,
'playwright/response_count/resource_type/font': 16,
'playwright/response_count/resource_type/image': 8,
'playwright/response_count/resource_type/script': 80,
'playwright/response_count/resource_type/stylesheet': 1,
'playwright/response_count/resource_type/xhr': 6,
'request_depth_max': 8,
'response_received_count': 9,
'scheduler/dequeued': 9,
'scheduler/dequeued/memory': 9,
'scheduler/enqueued': 9,
'scheduler/enqueued/memory': 9,
'scrape_type/skipped': 697,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 8,
'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.499043143587187,
'scrapy-zyte-api/mean_response_seconds': 1.6085281544364989,
'scrapy-zyte-api/processed': 8,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 8,
'scrapy-zyte-api/request_args/experimental.responseCookies': 8,
'scrapy-zyte-api/request_args/httpRequestBody': 8,
'scrapy-zyte-api/request_args/httpRequestMethod': 8,
'scrapy-zyte-api/request_args/httpResponseBody': 8,
'scrapy-zyte-api/request_args/httpResponseHeaders': 8,
'scrapy-zyte-api/request_args/url': 8,
'scrapy-zyte-api/status_codes/200': 8,
'scrapy-zyte-api/success': 8,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 28, 16, 45, 6, 394191, tzinfo=datetime.timezone.utc)}
2026-03-28 16:45:47 [scrapy.core.engine] INFO: Spider closed (finished)